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

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

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


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

ObjectPropertyEditor

public ObjectPropertyEditor()
Method Detail

setAsText

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