public abstract class CheckBoxUpdater extends Object implements ItemListener, AncestorListener
Constructor and Description |
---|
CheckBoxUpdater(JCheckBox comp) |
Modifier and Type | Method and Description |
---|---|
void |
ancestorAdded(AncestorEvent event) |
void |
ancestorMoved(AncestorEvent event) |
void |
ancestorRemoved(AncestorEvent event) |
abstract boolean |
getDefaultValue() |
abstract Boolean |
getValue() |
void |
itemStateChanged(ItemEvent e) |
abstract void |
setValue(Boolean value) |
public CheckBoxUpdater(JCheckBox comp)
public abstract Boolean getValue()
public abstract boolean getDefaultValue()
public abstract void setValue(Boolean value)
public void itemStateChanged(ItemEvent e)
itemStateChanged
in interface ItemListener
public void ancestorAdded(AncestorEvent event)
ancestorAdded
in interface AncestorListener
public void ancestorRemoved(AncestorEvent event)
ancestorRemoved
in interface AncestorListener
public void ancestorMoved(AncestorEvent event)
ancestorMoved
in interface AncestorListener