ice.ri.enhancedawt.iscl
Class SkinnablePanelModeEditor

java.lang.Object
  extended byjava.beans.PropertyEditorSupport
      extended byice.ri.enhancedawt.iscl.SkinnablePanelModeEditor
All Implemented Interfaces:
PropertyEditor

public class SkinnablePanelModeEditor
extends PropertyEditorSupport

* This class is used by bean tools to edit the displayMode property of the SkinnablePanel * * @see java.beans.PropertyEditorSupport, PropertyEditor * @author Ofer Shai


Constructor Summary
SkinnablePanelModeEditor()
           
 
Method Summary
 String getAsText()
          * called by the bean tool to get the value of the property as a human readable text
 String getJavaInitializationString()
          * called by the bean tool to get the text that should be showing in the method call to set * the edited property
 String[] getTags()
           
 void setAsText(String newVal)
          * called by the bean tool to set the property based on user text input
 
Methods inherited from class java.beans.PropertyEditorSupport
addPropertyChangeListener, firePropertyChange, getCustomEditor, getValue, isPaintable, paintValue, removePropertyChangeListener, setValue, supportsCustomEditor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SkinnablePanelModeEditor

public SkinnablePanelModeEditor()
Method Detail

getJavaInitializationString

public String getJavaInitializationString()
* called by the bean tool to get the text that should be showing in the method call to set * the edited property


setAsText

public void setAsText(String newVal)
* called by the bean tool to set the property based on user text input


getAsText

public String getAsText()
* called by the bean tool to get the value of the property as a human readable text


getTags

public String[] getTags()