|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sage.swt.client.customization.EnumPropertyEditor
com.sage.swt.client.customization.VerticalAlignmentPropertyEditor
public class VerticalAlignmentPropertyEditor
Base class for a property editor for properties related to vertical alignment.
| Constructor Summary | |
|---|---|
VerticalAlignmentPropertyEditor(DesignerLanguageResources.WidgetPropertyContent content,
java.lang.String tagName)
Constructs an abstract property editor for properties related to vertical alignment (where those properties share the same enumerated set of vertical alignment possibilities). |
|
| Method Summary | |
|---|---|
java.lang.Object |
convertStringToValue(java.lang.String s)
Converts the string representation of the property's value to the actual value. |
java.lang.String |
convertValueToString(java.lang.Object value)
Converts the property's value to the string representation of that value. |
| Methods inherited from class com.sage.swt.client.customization.EnumPropertyEditor |
|---|
getDisplayName, getTagName, getWidget |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public VerticalAlignmentPropertyEditor(DesignerLanguageResources.WidgetPropertyContent content,
java.lang.String tagName)
| Method Detail |
|---|
public java.lang.Object convertStringToValue(java.lang.String s)
convertStringToValue in interface PropertyEditorconvertStringToValue in class EnumPropertyEditors - The string representation of the property's value.
public java.lang.String convertValueToString(java.lang.Object value)
convertValueToString in interface PropertyEditorconvertValueToString in class EnumPropertyEditorvalue - The property's value.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||