ice.ri.enhancedawt.iscl
Class SkinnableMeterDirectionEditor

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

public class SkinnableMeterDirectionEditor
extends PropertyEditorSupport

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


Constructor Summary
SkinnableMeterDirectionEditor()
           
 
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

SkinnableMeterDirectionEditor

public SkinnableMeterDirectionEditor()
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()