Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.mobicents.slee.container.management.jmx
Class ComponentIDPropertyEditor  view ComponentIDPropertyEditor download ComponentIDPropertyEditor.java

java.lang.Object
  extended byjava.beans.PropertyEditorSupport
      extended byorg.jboss.util.propertyeditor.TextPropertyEditorSupport
          extended byorg.mobicents.slee.container.management.jmx.ComponentIDPropertyEditor
All Implemented Interfaces:
java.beans.PropertyEditor

public class ComponentIDPropertyEditor
extends org.jboss.util.propertyeditor.TextPropertyEditorSupport

Property Editor for ComponentID.


Field Summary
 
Fields inherited from class java.beans.PropertyEditorSupport
 
Constructor Summary
ComponentIDPropertyEditor()
           
 
Method Summary
 java.lang.String getAsText()
          Gets the value as text.
 void setAsText(java.lang.String key)
          Sets the property value by parsing a given String.
 
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
 

Constructor Detail

ComponentIDPropertyEditor

public ComponentIDPropertyEditor()
Method Detail

setAsText

public void setAsText(java.lang.String key)
               throws java.lang.IllegalArgumentException
Description copied from class: org.jboss.util.propertyeditor.TextPropertyEditorSupport
Sets the property value by parsing a given String.


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().