Interface GenericCheckBox
-
- All Superinterfaces:
GenericComponent
- All Known Implementing Classes:
SwingCheckBox
public interface GenericCheckBox extends GenericComponent
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isSelected()
void
setSelected(boolean b)
-
Methods inherited from interface com.actelion.research.gui.generic.GenericComponent
getEventConsumer, setEnabled, setEventConsumer
-
-