java.lang.Object
java.beans.PropertyEditorSupport
org.jboss.util.propertyeditor.TextPropertyEditorSupport
org.mobicents.slee.container.management.jmx.ComponentIDArrayPropertyEditor
- All Implemented Interfaces:
- java.beans.PropertyEditor
- public class ComponentIDArrayPropertyEditor
- extends org.jboss.util.propertyeditor.TextPropertyEditorSupport
Propoerty editor for component ID array.
| Methods inherited from class java.beans.PropertyEditorSupport |
addPropertyChangeListener, firePropertyChange, getCustomEditor, getJavaInitializationString, getSource, getTags, getValue, isPaintable, paintValue, removePropertyChangeListener, setSource, setValue, supportsCustomEditor |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ComponentIDArrayPropertyEditor
public ComponentIDArrayPropertyEditor()
getAsText
public java.lang.String getAsText()
- Description copied from class:
java.beans.PropertyEditorSupport
- Gets the value as text.
In this class, you cannot count on getAsText() doing
anything useful, although in this implementation I
do toString().
setAsText
public void setAsText(java.lang.String text)
- Set the element as text value, parse it and setValue.
The separator is "|" (need to check this).