|
|||||||||
| 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.JECheckBoxMenuItem
public class JECheckBoxMenuItem
The JECheckBoxMenuItem implements a JCheckBoxMenuItem.
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 | |
|---|---|
JECheckBoxMenuItem(JELocaleProperties hm)
Reads the properties from a HashMap |
|
JECheckBoxMenuItem(JENode jen)
Constructor based on a XML file parsed to a TreeNode. |
|
| Method Summary | |
|---|---|
void |
clear()
Selection of the first item. |
java.lang.String |
getValue()
Gets true if the checkbox is selected, false otherwise |
void |
init()
Creates jfc-Objects with the given properties. |
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(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 JECheckBoxMenuItem(JELocaleProperties hm)
hm - HashMappublic JECheckBoxMenuItem(JENode jen)
jen - JESaxParser| Method Detail |
|---|
public java.lang.String getValue()
getValue in class JEComponentpublic void setValue(java.lang.String item)
setValue in class JEComponentpublic void setSelected(boolean b)
public boolean isSelected()
public void init()
JEComponent
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 | ||||||||