|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectde.cbse.jeasy.JEObject
de.cbse.jeasy.JEComponent
de.cbse.jeasy.JECheckBox
public class JECheckBox
The JECheckBox implements a JCheckbox and a JLabel.
Properties :
The image object is free to substitute a different filter that performs the same algorithm yet
integrates more efficiently into the image infrastructure supplied by the toolkit.
The Image object is free to substitute a different filter that performs the same algorithm yet integrates more efficiently
into the imaging infrastructure supplied by the toolkit.
| Field Summary |
|---|
| Fields inherited from class de.cbse.jeasy.JEComponent |
|---|
animated, backup, buttonBehind, caretPosition, component, endMarkPosition, enterPressed, isPressed, jeButtonBehind, label, labelBehind, labelText, parentId, scrollPane, tree, treeNode, window |
| Constructor Summary | |
|---|---|
JECheckBox(JELocaleProperties hm)
Reads the properties from a HashMap |
|
JECheckBox(JENode jen)
Constructor based on a XML file parsed to a TreeNode. |
|
| Method Summary | |
|---|---|
void |
clear()
Selection of the first item. |
javax.swing.JCheckBox |
getJCheckBox()
Gets the JCheckBox |
java.lang.String |
getValue()
Gets true if the checkbox is selected, false otherwise |
protected void |
init()
Initialization of the SWING objects. |
boolean |
isSelected()
Gets the state of the checkbox. |
void |
setSelected(boolean b)
Sets the state of the checkbox. |
void |
setupComponent()
Set the property values to the component. |
void |
setValue(boolean b)
Sets the state of the checkbox. |
void |
setValue(java.lang.String item)
Sets the state of the checkbox. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JECheckBox(JELocaleProperties hm)
hm - HashMappublic JECheckBox(JENode jen)
jen - JESaxParser| Method Detail |
|---|
public java.lang.String getValue()
getValue in class JEComponentpublic javax.swing.JCheckBox getJCheckBox()
public void setValue(java.lang.String item)
setValue in class JEComponentpublic void setValue(boolean b)
public void setSelected(boolean b)
public boolean isSelected()
protected void init()
init in class JEComponentpublic void setupComponent()
setupComponent in class JEComponentpublic void clear()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||