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

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

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

TODO Class Description


Field Summary
 
Fields inherited from class java.beans.PropertyEditorSupport
 
Constructor Summary
PropertiesPropertyEditor()
           
 
Method Summary
 void setAsText(java.lang.String props)
          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

PropertiesPropertyEditor

public PropertiesPropertyEditor()
Method Detail

setAsText

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