public interface VTUnsettableStyleProperty extends VTStyleProperty
The following features are supported:
VTUnsettablePackage.getUnsettableStyleProperty()
Modifier and Type | Method and Description |
---|---|
ButtonAlignmentType |
getButtonAlignment()
Returns the value of the 'Button Alignment' attribute.
|
ButtonPlacementType |
getButtonPlacement()
Returns the value of the 'Button Placement' attribute.
|
void |
setButtonAlignment(ButtonAlignmentType value)
Sets the value of the
'
Button Alignment ' attribute. |
void |
setButtonPlacement(ButtonPlacementType value)
Sets the value of the
'
Button Placement ' attribute. |
equalStyles
ButtonAlignmentType getButtonAlignment()
"RIGHT"
.
The literals are from the enumeration
ButtonAlignmentType
.
If the meaning of the 'Button Alignment' attribute isn't clear, there really should be more of a description here...
ButtonAlignmentType
,
setButtonAlignment(ButtonAlignmentType)
,
VTUnsettablePackage.getUnsettableStyleProperty_ButtonAlignment()
void setButtonAlignment(ButtonAlignmentType value)
Button Alignment
' attribute.
value
- the new value of the 'Button Alignment' attribute.ButtonAlignmentType
,
getButtonAlignment()
ButtonPlacementType getButtonPlacement()
"RIGHT_OF_LABEL"
.
The literals are from the enumeration
ButtonPlacementType
.
If the meaning of the 'Button Placement' attribute isn't clear, there really should be more of a description here...
ButtonPlacementType
,
setButtonPlacement(ButtonPlacementType)
,
VTUnsettablePackage.getUnsettableStyleProperty_ButtonPlacement()
void setButtonPlacement(ButtonPlacementType value)
Button Placement
' attribute.
value
- the new value of the 'Button Placement' attribute.ButtonPlacementType
,
getButtonPlacement()
Copyright © 2019. All rights reserved.