de.uni_paderborn.fujaba.views.beans
Class ExtendedIntEditor

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

public class ExtendedIntEditor
extends sun.beans.editors.IntEditor

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
ExtendedIntEditor()
           
 
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 ExtendedIntEditor object
 java.awt.Component getCustomEditor()
          Get the customEditor attribute of the ExtendedIntEditor object
 java.lang.Object getValue()
          Get the value attribute of the ExtendedIntEditor object
static void init()
          No comment provided by developer, please add a comment to improve documentation.
 void setAsText(java.lang.String text)
          Sets the asText attribute of the ExtendedIntEditor object
 void setValue(java.lang.Object value)
          Sets the value attribute of the ExtendedIntEditor 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

ExtendedIntEditor

public ExtendedIntEditor()
Method Detail

init

public static void init()
No comment provided by developer, please add a comment to improve documentation.


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 ExtendedIntEditor object

Returns:
The customEditor value

getValue

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

Returns:
The value value

setValue

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

Parameters:
value - The new value value

setAsText

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

Parameters:
text - The new asText value

getAsText

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

Returns:
The asText value

createEditor

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