| 
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.beans.PropertyEditorSupport
net.jbeans.bean.property.editor.EditorSupport
net.jbeans.bean.property.editor.BooleanEditor
An editor which represents a boolean value. This editor is implemented as a checkbox with the text of the check box reflecting the state of the checkbox.
EditorSupport| Field Summary | 
| Fields inherited from class net.jbeans.bean.property.editor.EditorSupport | 
MEDIUM_DIMENSION, SMALL_DIMENSION | 
| Constructor Summary | |
BooleanEditor()
 | 
|
| Method Summary | |
 java.lang.String | 
getJavaInitializationString()
 | 
 java.lang.Object | 
getValue()
 | 
 void | 
setValue(java.lang.Object value)
 | 
| Methods inherited from class net.jbeans.bean.property.editor.EditorSupport | 
getCustomEditor, getPanel, init, setAlignment, setPanel, supportsCustomEditor | 
| Methods inherited from class java.beans.PropertyEditorSupport | 
addPropertyChangeListener, firePropertyChange, getAsText, getTags, isPaintable, paintValue, removePropertyChangeListener, setAsText | 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
public BooleanEditor()
| Method Detail | 
public final void setValue(java.lang.Object value)
public final java.lang.Object getValue()
public final java.lang.String getJavaInitializationString()
  | 
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||