de.uni_paderborn.fujaba.views.beans
Class ExtendedByteEditor

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

public class ExtendedByteEditor
extends sun.beans.editors.ByteEditor

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
ExtendedByteEditor()
           
 
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 ExtendedByteEditor object
 java.awt.Component getCustomEditor()
          Get the customEditor attribute of the ExtendedByteEditor object
 java.lang.Object getValue()
          Get the value attribute of the ExtendedByteEditor object
 void setAsText(java.lang.String text)
          Sets the asText attribute of the ExtendedByteEditor object
 void setValue(java.lang.Object value)
          Sets the value attribute of the ExtendedByteEditor object
 boolean supportsCustomEditor()
          No comment provided by developer, please add a comment to improve documentation.
 
Methods inherited from class sun.beans.editors.ByteEditor
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

ExtendedByteEditor

public ExtendedByteEditor()
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 ExtendedByteEditor object

Returns:
The customEditor value

getValue

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

Returns:
The value value

setValue

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

Parameters:
value - The new value value

setAsText

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

Parameters:
text - The new asText value

getAsText

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

Returns:
The asText value

createEditor

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