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

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

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

Property editor for deployable unit id.


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

DeployableUnitIDPropertyEditor

public DeployableUnitIDPropertyEditor()
Method Detail

setAsText

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