public class CheckBox extends Object implements IComponentProvider
| Constructor and Description |
|---|
CheckBox() |
CheckBox(IBooleanModel model) |
CheckBox(String label,
IBooleanModel model) |
| Modifier and Type | Method and Description |
|---|---|
JComponent |
getComponent() |
IBooleanModel |
getModel() |
void |
setEditable(boolean isEditable) |
protected void |
updateModel() |
protected void |
updateView() |
public CheckBox()
public CheckBox(IBooleanModel model)
public CheckBox(String label, IBooleanModel model)
protected void updateView()
public JComponent getComponent()
getComponent in interface IComponentProviderprotected void updateModel()
public void setEditable(boolean isEditable)
public IBooleanModel getModel()
Copyright © 2007–2019 Andreas W. Bartels. All rights reserved.