org.jboss.portal.server.util
Class ServerObjectIDEditor

java.lang.Object
  extended by java.beans.PropertyEditorSupport
      extended by org.jboss.util.propertyeditor.TextPropertyEditorSupport
          extended by org.jboss.portal.server.util.ServerObjectIDEditor
All Implemented Interfaces:
java.beans.PropertyEditor

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


Constructor Summary
ServerObjectIDEditor()
           
 
Method Summary
 java.lang.Object getValue()
           
 
Methods inherited from class org.jboss.util.propertyeditor.TextPropertyEditorSupport
setAsText
 
Methods inherited from class java.beans.PropertyEditorSupport
addPropertyChangeListener, firePropertyChange, getAsText, getCustomEditor, getJavaInitializationString, getSource, getTags, 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

ServerObjectIDEditor

public ServerObjectIDEditor()
Method Detail

getValue

public java.lang.Object getValue()
Specified by:
getValue in interface java.beans.PropertyEditor
Overrides:
getValue in class java.beans.PropertyEditorSupport