com.ibm.dse.gui
Class DataDirectionEditor
java.lang.Object
|
+--java.beans.PropertyEditorSupport
|
+--com.ibm.dse.gui.DataDirectionEditor
- public class DataDirectionEditor
- extends java.beans.PropertyEditorSupport
The DataDirectionEditor class is an editor for the dataDirection properties defined in the SpCheckBox,
SpButtonGroup, SpTextField, SpList, SpComboBox and Sptable.
Constructor Summary |
protected |
DataDirectionEditor()
This constructor creates a DataDirectionEditor object. |
protected |
DataDirectionEditor(java.lang.Object source)
This constructor creates a DataDirectionEditor 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 tags. |
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 |
DataDirectionEditor
protected DataDirectionEditor()
- This constructor creates a DataDirectionEditor object.
DataDirectionEditor
protected DataDirectionEditor(java.lang.Object source)
- This constructor creates a DataDirectionEditor object.
- Parameters:
source
- java.lang.Object
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 tags. 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 and the use of getAsText
to identify the current 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.