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 ServiceStatePropertyEditor  view ServiceStatePropertyEditor download ServiceStatePropertyEditor.java

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

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

Property Editor for the ServiceState object.


Field Summary
 
Fields inherited from class java.beans.PropertyEditorSupport
 
Constructor Summary
ServiceStatePropertyEditor()
           
 
Method Summary
 void setAsText(java.lang.String state)
          Sets the property value by parsing a given String.
 
Methods inherited from class java.beans.PropertyEditorSupport
addPropertyChangeListener, firePropertyChange, getAsText, 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

ServiceStatePropertyEditor

public ServiceStatePropertyEditor()
Method Detail

setAsText

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