com.ibm.dse.gui
Class SpPanelEMUEditor

java.lang.Object
  |
  +--java.beans.PropertyEditorSupport
        |
        +--com.ibm.dse.gui.SpPanelEMUEditor

public class SpPanelEMUEditor
extends java.beans.PropertyEditorSupport

The SpPanelEMUEditor class provides an editor for the EMUCurrency property, which is defined in the OperationPanel bean.


Constructor Summary
protected SpPanelEMUEditor()
          This constructor creates a SpPanelEMUEditor object.
protected SpPanelEMUEditor(java.lang.Object source)
          This constructor creates a SpPanelEMUEditor object.
 
Method Summary
 java.lang.String[] getTags()
          If the property value must be one of a set of known tagged values, then this method should return an array of the tag values.
 
Methods inherited from class java.beans.PropertyEditorSupport
addPropertyChangeListener, firePropertyChange, getAsText, getCustomEditor, getJavaInitializationString, getValue, isPaintable, paintValue, removePropertyChangeListener, setAsText, setValue, supportsCustomEditor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpPanelEMUEditor

protected SpPanelEMUEditor()
This constructor creates a SpPanelEMUEditor object.

SpPanelEMUEditor

protected SpPanelEMUEditor(java.lang.Object source)
This constructor creates a SpPanelEMUEditor object.
Parameters:
source - java.lang.Object
Method Detail

getTags

public java.lang.String[] getTags()
If the property value must be one of a set of known tagged values, then this method should return an array of the tag values. This can be used to represent (for example) enum values. If a PropertyEditor supports tags, then it should support the use of setAsText with a tag value as a way of setting the value.
Overrides:
getTags in class java.beans.PropertyEditorSupport
Returns:
The tag values for this property. May be null if this property cannot be represented as a tagged value.