net.jbeans.bean.property.editor
Class FloatEditor

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

public final class FloatEditor
extends NumberEditor

An PropertyEdtitor for editing numbers.

Version:
$Revision: 1.1.1.1 $
Author:
Masahiro Takatsuka (masa@jbeans.net)
See Also:
NumberEditor

Field Summary
 
Fields inherited from class net.jbeans.bean.property.editor.EditorSupport
MEDIUM_DIMENSION, SMALL_DIMENSION
 
Constructor Summary
FloatEditor()
           
 
Method Summary
 java.lang.String getJavaInitializationString()
           
protected  void setMyValue(java.lang.String value)
           
 
Methods inherited from class net.jbeans.bean.property.editor.NumberEditor
setValue
 
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, getValue, isPaintable, paintValue, removePropertyChangeListener, setAsText
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FloatEditor

public FloatEditor()
Method Detail

setMyValue

protected void setMyValue(java.lang.String value)
Overrides:
setMyValue in class NumberEditor

getJavaInitializationString

public final java.lang.String getJavaInitializationString()
Specified by:
getJavaInitializationString in interface java.beans.PropertyEditor
Overrides:
getJavaInitializationString in class NumberEditor


Copyright © 2003 JBean project. All Rights Reserved.