org.gjt.sp.jedit.gui
Class JCheckBoxList.Entry
java.lang.Object
org.gjt.sp.jedit.gui.JCheckBoxList.Entry
- Enclosing class:
- JCheckBoxList
- public static class JCheckBoxList.Entry
- extends Object
A check box list entry.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JCheckBoxList.Entry
public JCheckBoxList.Entry(Object value)
JCheckBoxList.Entry
public JCheckBoxList.Entry(boolean checked,
Object value)
isChecked
public boolean isChecked()
getValue
public Object getValue()