java.lang.Object
net.anwiba.commons.swing.component.CheckBox
- All Implemented Interfaces:
IComponentProvider
-
Constructor Summary
ConstructorsConstructorDescriptionCheckBox()CheckBox(String label, String tooltip, IBooleanModel model) CheckBox(String label, IBooleanModel model) CheckBox(IBooleanModel model) -
Method Summary
Modifier and TypeMethodDescriptiongetModel()voidsetEditable(boolean isEditable) protected voidprotected void
-
Constructor Details
-
CheckBox
public CheckBox() -
CheckBox
-
CheckBox
-
CheckBox
-
-
Method Details
-
updateView
protected void updateView() -
getComponent
- Specified by:
getComponentin interfaceIComponentProvider
-
updateModel
protected void updateModel() -
setEditable
public void setEditable(boolean isEditable) -
getModel
-