|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.beans.PropertyEditorSupport
com.ibm.dse.gui.DataValueInContextEditor
The DataValueInContextEditor class is an editor for the valueInContext property defined in SpComboBox and SpList.
Field Summary | |
---|---|
static java.lang.String |
ID_VALUE_IN_CONTEXT
An ID_VALUE_IN_CONTEXT value means the context is updated width 'id' value from IndexedCollection in SpComboBox or SpList |
static java.lang.String |
VALUE_VALUE_IN_CONTEXT
An VALUE_VALUE_IN_CONTEXT value means the context is updated width 'value' value from IndexedCollection in SpComboBox or SpList |
Constructor Summary | |
---|---|
DataValueInContextEditor()
This constructor creates a DataValueInContextEditor object. |
|
DataValueInContextEditor(java.lang.Object source)
This constructor creates a DataValueInContextEditor object. |
Method Summary | |
---|---|
java.lang.String |
getJavaInitializationString()
This method is intended for use when generating Java code to set the value of the property. |
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, 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 |
Field Detail |
public static final java.lang.String ID_VALUE_IN_CONTEXT
public static final java.lang.String VALUE_VALUE_IN_CONTEXT
Constructor Detail |
public DataValueInContextEditor()
public DataValueInContextEditor(java.lang.Object source)
source
- java.lang.ObjectMethod Detail |
public java.lang.String[] getTags()
public java.lang.String getJavaInitializationString()
Example results are "2", "new Color(127,127,34)", "Color.orange", etc.
|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |