public interface EEFGroupStyle
extends org.eclipse.emf.ecore.EObject
The following features are supported:
EefPackage.getEEFGroupStyle()| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBackgroundColorExpression()
Returns the value of the 'Background Color Expression' attribute.
|
EEF_TITLE_BAR_STYLE |
getBarStyle()
Returns the value of the 'Bar Style' attribute.
|
java.lang.String |
getFontNameExpression()
Returns the value of the 'Font Name Expression' attribute.
|
java.lang.String |
getFontSizeExpression()
Returns the value of the 'Font Size Expression' attribute.
|
java.lang.String |
getForegroundColorExpression()
Returns the value of the 'Foreground Color Expression' attribute.
|
EEF_TOGGLE_STYLE |
getToggleStyle()
Returns the value of the 'Toggle Style' attribute.
|
boolean |
isExpandedByDefault()
Returns the value of the 'Expanded By Default' attribute.
|
void |
setBackgroundColorExpression(java.lang.String value)
Sets the value of the '
Background Color
Expression' attribute. |
void |
setBarStyle(EEF_TITLE_BAR_STYLE value)
Sets the value of the '
Bar Style' attribute. |
void |
setExpandedByDefault(boolean value)
Sets the value of the '
Expanded By Default'
attribute. |
void |
setFontNameExpression(java.lang.String value)
Sets the value of the '
Font Name Expression'
attribute. |
void |
setFontSizeExpression(java.lang.String value)
Sets the value of the '
Font Size Expression'
attribute. |
void |
setForegroundColorExpression(java.lang.String value)
Sets the value of the '
Foreground Color
Expression' attribute. |
void |
setToggleStyle(EEF_TOGGLE_STYLE value)
Sets the value of the '
Toggle Style' attribute. |
java.lang.String getBackgroundColorExpression()
setBackgroundColorExpression(String),
EefPackage.getEEFGroupStyle_BackgroundColorExpression()void setBackgroundColorExpression(java.lang.String value)
Background Color
Expression' attribute. value - the new value of the 'Background Color Expression' attribute.getBackgroundColorExpression()java.lang.String getForegroundColorExpression()
setForegroundColorExpression(String),
EefPackage.getEEFGroupStyle_ForegroundColorExpression()void setForegroundColorExpression(java.lang.String value)
Foreground Color
Expression' attribute. value - the new value of the 'Foreground Color Expression' attribute.getForegroundColorExpression()java.lang.String getFontNameExpression()
setFontNameExpression(String),
EefPackage.getEEFGroupStyle_FontNameExpression()void setFontNameExpression(java.lang.String value)
Font Name Expression'
attribute. value - the new value of the 'Font Name Expression' attribute.getFontNameExpression()java.lang.String getFontSizeExpression()
setFontSizeExpression(String),
EefPackage.getEEFGroupStyle_FontSizeExpression()void setFontSizeExpression(java.lang.String value)
Font Size Expression'
attribute. value - the new value of the 'Font Size Expression' attribute.getFontSizeExpression()EEF_TITLE_BAR_STYLE getBarStyle()
EEF_TITLE_BAR_STYLE.
If the meaning of the 'Bar Style' attribute isn't clear, there really should be more of a description here...
EEF_TITLE_BAR_STYLE,
setBarStyle(EEF_TITLE_BAR_STYLE),
EefPackage.getEEFGroupStyle_BarStyle()void setBarStyle(EEF_TITLE_BAR_STYLE value)
Bar Style' attribute. value - the new value of the 'Bar Style' attribute.EEF_TITLE_BAR_STYLE,
getBarStyle()EEF_TOGGLE_STYLE getToggleStyle()
EEF_TOGGLE_STYLE.
If the meaning of the 'Toggle Style' attribute isn't clear, there really should be more of a description here...
EEF_TOGGLE_STYLE,
setToggleStyle(EEF_TOGGLE_STYLE),
EefPackage.getEEFGroupStyle_ToggleStyle()void setToggleStyle(EEF_TOGGLE_STYLE value)
Toggle Style' attribute.
value - the new value of the 'Toggle Style' attribute.EEF_TOGGLE_STYLE,
getToggleStyle()boolean isExpandedByDefault()
If the meaning of the 'Expanded By Default' attribute isn't clear, there really should be more of a description here...
setExpandedByDefault(boolean),
EefPackage.getEEFGroupStyle_ExpandedByDefault()void setExpandedByDefault(boolean value)
Expanded By Default'
attribute. value - the new value of the 'Expanded By Default' attribute.isExpandedByDefault()