|
TPTP 4.5.0 Platform Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.tptp.platform.report.chart.svg.internal.input.impl.InputBase
org.eclipse.tptp.platform.report.chart.svg.internal.input.impl.TitleBarImpl
public class TitleBarImpl
An implementation of the model object 'Title Bar'.
The following features are implemented:
| Field Summary | |
|---|---|
protected Accessibility |
accessibility
The cached value of the ' Accessibility' containment reference |
protected static java.lang.String |
BACKGROUND_COLOR_EDEFAULT
The default value of the ' Background Color' attribute |
protected java.lang.String |
backgroundColor
The cached value of the ' Background Color' attribute |
protected java.util.List |
eventHandler
The cached value of the ' Event Handler' containment reference list |
protected java.lang.String |
label
The cached value of the ' Label' attribute |
protected static java.lang.String |
LABEL_EDEFAULT
The default value of the ' Label' attribute |
protected boolean |
show
The cached value of the ' Show' attribute |
protected static boolean |
SHOW_EDEFAULT
The default value of the ' Show' attribute |
protected boolean |
showESet
This is true if the Show attribute has been set |
protected Tooltip |
tooltip
The cached value of the ' Tooltip' containment reference |
protected static boolean |
WITH_SEPARATOR_EDEFAULT
The default value of the ' With Separator' attribute |
protected boolean |
withSeparator
The cached value of the ' With Separator' attribute |
protected boolean |
withSeparatorESet
This is true if the With Separator attribute has been set |
| Fields inherited from class org.eclipse.tptp.platform.report.chart.svg.internal.input.impl.InputBase |
|---|
_chart, _element |
| Constructor Summary | |
|---|---|
protected |
TitleBarImpl()
|
|
TitleBarImpl(Chart chart)
|
|
TitleBarImpl(Chart chart,
org.w3c.dom.Element element)
|
| Method Summary | |
|---|---|
Accessibility |
getAccessibility()
|
java.lang.String |
getBackgroundColor()
|
java.util.List |
getEventHandler()
|
java.lang.String |
getLabel()
|
Tooltip |
getTooltip()
|
boolean |
isSetShow()
|
boolean |
isSetWithSeparator()
|
boolean |
isShow()
|
boolean |
isWithSeparator()
|
void |
setAccessibility(Accessibility newAccessibility)
|
void |
setBackgroundColor(java.lang.String newBackgroundColor)
|
void |
setLabel(java.lang.String newLabel)
|
void |
setShow(boolean newShow)
|
void |
setTooltip(Tooltip newTooltip)
|
void |
setWithSeparator(boolean newWithSeparator)
|
java.lang.String |
toString()
|
void |
unsetShow()
|
void |
unsetWithSeparator()
|
| Methods inherited from class org.eclipse.tptp.platform.report.chart.svg.internal.input.impl.InputBase |
|---|
getElement, setElement |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.eclipse.tptp.platform.report.chart.svg.internal.input.TitleBar |
|---|
getElement |
| Field Detail |
|---|
protected static final java.lang.String BACKGROUND_COLOR_EDEFAULT
Background Color' attribute.
getBackgroundColor()protected java.lang.String backgroundColor
Background Color' attribute.
getBackgroundColor()protected static final java.lang.String LABEL_EDEFAULT
Label' attribute.
getLabel()protected java.lang.String label
Label' attribute.
getLabel()protected static final boolean SHOW_EDEFAULT
Show' attribute.
isShow(),
Constant Field Valuesprotected boolean show
Show' attribute.
isShow()protected boolean showESet
protected static final boolean WITH_SEPARATOR_EDEFAULT
With Separator' attribute.
isWithSeparator(),
Constant Field Valuesprotected boolean withSeparator
With Separator' attribute.
isWithSeparator()protected boolean withSeparatorESet
protected Accessibility accessibility
Accessibility' containment reference.
getAccessibility()protected java.util.List eventHandler
Event Handler' containment reference list.
getEventHandler()protected Tooltip tooltip
Tooltip' containment reference.
getTooltip()| Constructor Detail |
|---|
protected TitleBarImpl()
public TitleBarImpl(Chart chart)
public TitleBarImpl(Chart chart,
org.w3c.dom.Element element)
| Method Detail |
|---|
public java.lang.String getBackgroundColor()
getBackgroundColor in interface TitleBarTitleBar.setBackgroundColor(String),
org.eclipse.tptp.platform.report.chart.svg.internal.input.InputPackage#getTitleBar_BackgroundColor()public void setBackgroundColor(java.lang.String newBackgroundColor)
setBackgroundColor in interface TitleBarnewBackgroundColor - the new value of the 'Background Color' attribute.TitleBar.getBackgroundColor()public java.lang.String getLabel()
getLabel in interface TitleBarTitleBar.setLabel(String),
org.eclipse.tptp.platform.report.chart.svg.internal.input.InputPackage#getTitleBar_Label()public void setLabel(java.lang.String newLabel)
setLabel in interface TitleBarnewLabel - the new value of the 'Label' attribute.TitleBar.getLabel()public boolean isShow()
isShow in interface TitleBarTitleBar.isSetShow(),
TitleBar.unsetShow(),
TitleBar.setShow(boolean),
org.eclipse.tptp.platform.report.chart.svg.internal.input.InputPackage#getTitleBar_Show()public void setShow(boolean newShow)
setShow in interface TitleBarnewShow - the new value of the 'Show' attribute.TitleBar.isSetShow(),
TitleBar.unsetShow(),
TitleBar.isShow()public void unsetShow()
unsetShow in interface TitleBarTitleBar.isSetShow(),
TitleBar.isShow(),
TitleBar.setShow(boolean)public boolean isSetShow()
isSetShow in interface TitleBarTitleBar.unsetShow(),
TitleBar.isShow(),
TitleBar.setShow(boolean)public boolean isWithSeparator()
isWithSeparator in interface TitleBarTitleBar.isSetWithSeparator(),
TitleBar.unsetWithSeparator(),
TitleBar.setWithSeparator(boolean),
org.eclipse.tptp.platform.report.chart.svg.internal.input.InputPackage#getTitleBar_WithSeparator()public void setWithSeparator(boolean newWithSeparator)
setWithSeparator in interface TitleBarnewWithSeparator - the new value of the 'With Separator' attribute.TitleBar.isSetWithSeparator(),
TitleBar.unsetWithSeparator(),
TitleBar.isWithSeparator()public void unsetWithSeparator()
unsetWithSeparator in interface TitleBarTitleBar.isSetWithSeparator(),
TitleBar.isWithSeparator(),
TitleBar.setWithSeparator(boolean)public boolean isSetWithSeparator()
isSetWithSeparator in interface TitleBarTitleBar.unsetWithSeparator(),
TitleBar.isWithSeparator(),
TitleBar.setWithSeparator(boolean)public Accessibility getAccessibility()
getAccessibility in interface TitleBarTitleBar.setAccessibility(Accessibility),
org.eclipse.tptp.platform.report.chart.svg.internal.input.InputPackage#getTitleBar_Accessibility()public void setAccessibility(Accessibility newAccessibility)
setAccessibility in interface TitleBarnewAccessibility - the new value of the 'Accessibility' containment reference.TitleBar.getAccessibility()public java.util.List getEventHandler()
getEventHandler in interface TitleBarorg.eclipse.tptp.platform.report.chart.svg.internal.input.InputPackage#getTitleBar_EventHandler()public Tooltip getTooltip()
getTooltip in interface TitleBarTitleBar.setTooltip(Tooltip),
org.eclipse.tptp.platform.report.chart.svg.internal.input.InputPackage#getTitleBar_Tooltip()public void setTooltip(Tooltip newTooltip)
setTooltip in interface TitleBarnewTooltip - the new value of the 'Tooltip' containment reference.TitleBar.getTooltip()public java.lang.String toString()
toString in class java.lang.Object
|
TPTP 4.5.0 Platform Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||