net.jbeans.bean.property.editor
Class BooleanEditor

java.lang.Object
  extended byjava.beans.PropertyEditorSupport
      extended bynet.jbeans.bean.property.editor.EditorSupport
          extended bynet.jbeans.bean.property.editor.BooleanEditor
All Implemented Interfaces:
java.beans.PropertyEditor

public final class BooleanEditor
extends EditorSupport

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.

Version:
$Revision: 1.1.1.1 $
Author:
Masahiro Takatsuka (masa@jbeans.net)
See Also:
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

BooleanEditor

public BooleanEditor()
Method Detail

setValue

public final void setValue(java.lang.Object value)

getValue

public final java.lang.Object getValue()

getJavaInitializationString

public final java.lang.String getJavaInitializationString()


Copyright © 2003 JBean project. All Rights Reserved.