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.


Constructor Index

 o ProgressBarDirectionEditor()

Method Index

 o getAsText()
Returns the current value as text.
 o getJavaInitializationString()
Default init string for this object type.
 o getTags()
Returns array of enum value strings.
 o getValue()
Returns the current value acted on.
 o setAsText(String)
Sets the current value.
 o setValue(Object)
Sets the current value acted on.

Constructors

 o ProgressBarDirectionEditor
 public ProgressBarDirectionEditor()

Methods

 o setValue
 public void setValue(Object value)
Sets the current value acted on.

Overrides:
setValue in class PropertyEditorSupport
 o getValue
 public Object getValue()
Returns the current value acted on.

Overrides:
getValue in class PropertyEditorSupport
 o getJavaInitializationString
 public String getJavaInitializationString()
Default init string for this object type.

Overrides:
getJavaInitializationString in class PropertyEditorSupport
 o getAsText
 public String getAsText()
Returns the current value as text.

Overrides:
getAsText in class PropertyEditorSupport
 o setAsText
 public void setAsText(String text) throws IllegalArgumentException
Sets the current value.

Overrides:
setAsText in class PropertyEditorSupport
 o getTags
 public String[] getTags()
Returns array of enum value strings.

Overrides:
getTags in class PropertyEditorSupport

All Packages  Class Hierarchy  This Package  Previous  Next  Index