public interface EEFToolbarAction
extends org.eclipse.emf.ecore.EObject
The following features are supported:
EefPackage.getEEFToolbarAction()
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getActionExpression()
Returns the value of the 'Action Expression' attribute.
|
java.lang.String |
getImageExpression()
Returns the value of the 'Image Expression' attribute.
|
java.lang.String |
getTooltipExpression()
Returns the value of the 'Tooltip Expression' attribute.
|
void |
setActionExpression(java.lang.String value)
Sets the value of the '
Action Expression '
attribute. |
void |
setImageExpression(java.lang.String value)
Sets the value of the '
Image Expression '
attribute. |
void |
setTooltipExpression(java.lang.String value)
Sets the value of the '
Tooltip Expression '
attribute. |
java.lang.String getTooltipExpression()
setTooltipExpression(String)
,
EefPackage.getEEFToolbarAction_TooltipExpression()
void setTooltipExpression(java.lang.String value)
Tooltip Expression
'
attribute. value
- the new value of the 'Tooltip Expression' attribute.getTooltipExpression()
java.lang.String getImageExpression()
setImageExpression(String)
,
EefPackage.getEEFToolbarAction_ImageExpression()
void setImageExpression(java.lang.String value)
Image Expression
'
attribute. value
- the new value of the 'Image Expression' attribute.getImageExpression()
java.lang.String getActionExpression()
setActionExpression(String)
,
EefPackage.getEEFToolbarAction_ActionExpression()
void setActionExpression(java.lang.String value)
Action Expression
'
attribute. value
- the new value of the 'Action Expression' attribute.getActionExpression()