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

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

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

Property Editor for the Level object.


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

LevelPropertyEditor

public LevelPropertyEditor()
Method Detail

setAsText

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