org.telscenter.pas.properties
Class CommandMapPropertyEditor

java.lang.Object
  extended by java.beans.PropertyEditorSupport
      extended by org.telscenter.pas.properties.CommandMapPropertyEditor
All Implemented Interfaces:
java.beans.PropertyEditor

public class CommandMapPropertyEditor
extends java.beans.PropertyEditorSupport

Author:
jerrycheung Modeled after HintSetPropertyEditor, and complementary to CommmandMap

Constructor Summary
CommandMapPropertyEditor()
           
 
Method Summary
 java.lang.String getAsText()
           
 java.awt.Component getCustomEditor()
           
 void setValue(java.lang.Object value)
           
 boolean supportsCustomEditor()
           
 
Methods inherited from class java.beans.PropertyEditorSupport
addPropertyChangeListener, firePropertyChange, getJavaInitializationString, getSource, getTags, getValue, isPaintable, paintValue, removePropertyChangeListener, setAsText, setSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommandMapPropertyEditor

public CommandMapPropertyEditor()
Method Detail

supportsCustomEditor

public boolean supportsCustomEditor()
Specified by:
supportsCustomEditor in interface java.beans.PropertyEditor
Overrides:
supportsCustomEditor in class java.beans.PropertyEditorSupport

setValue

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

getAsText

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

getCustomEditor

public java.awt.Component getCustomEditor()
Specified by:
getCustomEditor in interface java.beans.PropertyEditor
Overrides:
getCustomEditor in class java.beans.PropertyEditorSupport


Copyright © 2004-2008 TELS Center. All Rights Reserved.