This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Checkbox states


>>>>> "Kim" == Kim Ho <kho@redhat.com> writes:

Kim> This patch implements a getState function for Checkboxes.

A short digression about the peers...

The peers aren't documented, so we are free to change them as we
like.  And we've already done this in the past.

However, it's best if we don't extend the interfaces too much.  One
problem with doing so is that we have to update all the peers, not
just the Gtk ones.  And as kaffe integrates more with classpath, this
means the cost goes up.


About this particular patch, I know that the Sun CheckboxPeer doesn't
have a getState method.  Is there another way we could implement this?
If not, that's fine, let's go for it.

Tom


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]