|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.beans.PropertyEditorSupport
sun.beans.editors.NumberEditor
sun.beans.editors.DoubleEditor
de.uni_paderborn.fujaba.views.beans.ExtendedDoubleEditor
This editor can have a custom editor
If it has one all operations are delegated to that editor, else it behaves just like its superclass
Constructor Summary | |
ExtendedDoubleEditor()
|
Method Summary | |
protected void |
createEditor()
No comment provided by developer, please add a comment to improve documentation. |
java.lang.String |
getAsText()
Get the asText attribute of the ExtendedDoubleEditor object |
java.awt.Component |
getCustomEditor()
Get the customEditor attribute of the ExtendedDoubleEditor object |
java.lang.Object |
getValue()
Get the value attribute of the ExtendedDoubleEditor object |
void |
setAsText(java.lang.String text)
Sets the asText attribute of the ExtendedDoubleEditor object |
void |
setValue(java.lang.Object value)
Sets the value attribute of the ExtendedDoubleEditor object |
boolean |
supportsCustomEditor()
No comment provided by developer, please add a comment to improve documentation. |
Methods inherited from class sun.beans.editors.NumberEditor |
getJavaInitializationString |
Methods inherited from class java.beans.PropertyEditorSupport |
addPropertyChangeListener, firePropertyChange, getTags, isPaintable, paintValue, removePropertyChangeListener |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ExtendedDoubleEditor()
Method Detail |
public boolean supportsCustomEditor()
public java.awt.Component getCustomEditor()
public java.lang.Object getValue()
public void setValue(java.lang.Object value)
value
- The new value valuepublic void setAsText(java.lang.String text)
text
- The new asText valuepublic java.lang.String getAsText()
protected void createEditor()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |