ice.ri.enhancedawt.iscl
Class SkinnableLabelAlignmentEditor
java.lang.Object
java.beans.PropertyEditorSupport
ice.ri.enhancedawt.iscl.SkinnableLabelAlignmentEditor
- All Implemented Interfaces:
- PropertyEditor
- public class SkinnableLabelAlignmentEditor
- extends PropertyEditorSupport
* This class is used by bean tools to edit the alignment property of the SkinnableLabel
*
* @see java.beans.PropertyEditorSupport, PropertyEditor
* @author Ofer Shai
|
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.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SkinnableLabelAlignmentEditor
public SkinnableLabelAlignmentEditor()
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()