All Packages Class Hierarchy This Package Previous Next Index
Class COM.taligent.widget.ProgressBarDirectionEditor
java.lang.Object
|
+----java.beans.PropertyEditorSupport
|
+----COM.taligent.widget.ProgressBarDirectionEditor
- public class ProgressBarDirectionEditor
- extends PropertyEditorSupport
Style editor for com.taligent.widget.ProgressBar. Seems
like a big hassle over just adding enum to the language
spec.
-
ProgressBarDirectionEditor()
-
-
getAsText()
- Returns the current value as text.
-
getJavaInitializationString()
- Default init string for this object type.
-
getTags()
- Returns array of enum value strings.
-
getValue()
- Returns the current value acted on.
-
setAsText(String)
- Sets the current value.
-
setValue(Object)
- Sets the current value acted on.
ProgressBarDirectionEditor
public ProgressBarDirectionEditor()
setValue
public void setValue(Object value)
- Sets the current value acted on.
- Overrides:
- setValue in class PropertyEditorSupport
getValue
public Object getValue()
- Returns the current value acted on.
- Overrides:
- getValue in class PropertyEditorSupport
getJavaInitializationString
public String getJavaInitializationString()
- Default init string for this object type.
- Overrides:
- getJavaInitializationString in class PropertyEditorSupport
getAsText
public String getAsText()
- Returns the current value as text.
- Overrides:
- getAsText in class PropertyEditorSupport
setAsText
public void setAsText(String text) throws IllegalArgumentException
- Sets the current value.
- Overrides:
- setAsText in class PropertyEditorSupport
getTags
public String[] getTags()
- Returns array of enum value strings.
- Overrides:
- getTags in class PropertyEditorSupport
All Packages Class Hierarchy This Package Previous Next Index