de.uni_paderborn.fujaba.views.beans
Class ExtendedDoubleEditor

java.lang.Object
  extended byjava.beans.PropertyEditorSupport
      extended bysun.beans.editors.NumberEditor
          extended bysun.beans.editors.DoubleEditor
              extended byde.uni_paderborn.fujaba.views.beans.ExtendedDoubleEditor
All Implemented Interfaces:
java.beans.PropertyEditor

public class ExtendedDoubleEditor
extends sun.beans.editors.DoubleEditor

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

Version:
$Revision: 1.9 $
Author:
$Author: schneider $

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

ExtendedDoubleEditor

public ExtendedDoubleEditor()
Method Detail

supportsCustomEditor

public boolean supportsCustomEditor()
No comment provided by developer, please add a comment to improve documentation.

Returns:
No description provided

getCustomEditor

public java.awt.Component getCustomEditor()
Get the customEditor attribute of the ExtendedDoubleEditor object

Returns:
The customEditor value

getValue

public java.lang.Object getValue()
Get the value attribute of the ExtendedDoubleEditor object

Returns:
The value value

setValue

public void setValue(java.lang.Object value)
Sets the value attribute of the ExtendedDoubleEditor object

Parameters:
value - The new value value

setAsText

public void setAsText(java.lang.String text)
Sets the asText attribute of the ExtendedDoubleEditor object

Parameters:
text - The new asText value

getAsText

public java.lang.String getAsText()
Get the asText attribute of the ExtendedDoubleEditor object

Returns:
The asText value

createEditor

protected void createEditor()
No comment provided by developer, please add a comment to improve documentation.