public interface Symbol
The following features are supported:
VisualInterfacePackage.getSymbol()| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBackgroundColor()
Returns the value of the 'Background Color' attribute.
|
|
getConnections()
Returns the value of the 'Connections' containment reference list.
|
Cursor |
getCursors()
Returns the value of the 'Cursors' containment reference.
|
Dimension |
getDesignSize()
Returns the value of the 'Design Size' containment reference.
|
java.lang.String |
getOnDispose()
Returns the value of the 'On Dispose' attribute.
|
java.lang.String |
getOnInit()
Returns the value of the 'On Init' attribute.
|
java.lang.String |
getOnUpdate()
Returns the value of the 'On Update' attribute.
|
|
getProperties()
Returns the value of the 'Properties' map.
|
Primitive |
getRoot()
Returns the value of the 'Root' containment reference.
|
|
getScriptModules()
Returns the value of the 'Script Modules' attribute list.
|
void |
setBackgroundColor(java.lang.String value)
Sets the value of the '
Background Color' attribute. |
void |
setCursors(Cursor value)
Sets the value of the '
Cursors' containment reference. |
void |
setDesignSize(Dimension value)
Sets the value of the '
Design Size' containment reference. |
void |
setOnDispose(java.lang.String value)
Sets the value of the '
On Dispose' attribute. |
void |
setOnInit(java.lang.String value)
Sets the value of the '
On Init' attribute. |
void |
setOnUpdate(java.lang.String value)
Sets the value of the '
On Update' attribute. |
void |
setRoot(Primitive value)
Sets the value of the '
Root' containment reference. |
Primitive getRoot()
If the meaning of the 'Root' containment reference isn't clear, there really should be more of a description here...
setRoot(Primitive),
VisualInterfacePackage.getSymbol_Root()void setRoot(Primitive value)
Root' containment reference.
value - the new value of the 'Root' containment reference.getRoot()getProperties()
String,
and the value is of type String,
If the meaning of the 'Properties' map isn't clear, there really should be more of a description here...
VisualInterfacePackage.getSymbol_Properties()java.lang.String getOnInit()
If the meaning of the 'On Init' attribute isn't clear, there really should be more of a description here...
setOnInit(String),
VisualInterfacePackage.getSymbol_OnInit()void setOnInit(java.lang.String value)
On Init' attribute.
value - the new value of the 'On Init' attribute.getOnInit()java.lang.String getOnDispose()
If the meaning of the 'On Dispose' attribute isn't clear, there really should be more of a description here...
setOnDispose(String),
VisualInterfacePackage.getSymbol_OnDispose()void setOnDispose(java.lang.String value)
On Dispose' attribute.
value - the new value of the 'On Dispose' attribute.getOnDispose()java.lang.String getOnUpdate()
If the meaning of the 'On Update' attribute isn't clear, there really should be more of a description here...
setOnUpdate(String),
VisualInterfacePackage.getSymbol_OnUpdate()void setOnUpdate(java.lang.String value)
On Update' attribute.
value - the new value of the 'On Update' attribute.getOnUpdate()getScriptModules()
String.
If the meaning of the 'Script Modules' attribute list isn't clear, there really should be more of a description here...
VisualInterfacePackage.getSymbol_ScriptModules()Cursor getCursors()
If the meaning of the 'Cursors' containment reference isn't clear, there really should be more of a description here...
setCursors(Cursor),
VisualInterfacePackage.getSymbol_Cursors()void setCursors(Cursor value)
Cursors' containment reference.
value - the new value of the 'Cursors' containment reference.getCursors()java.lang.String getBackgroundColor()
If the meaning of the 'Background Color' attribute isn't clear, there really should be more of a description here...
setBackgroundColor(String),
VisualInterfacePackage.getSymbol_BackgroundColor()void setBackgroundColor(java.lang.String value)
Background Color' attribute.
value - the new value of the 'Background Color' attribute.getBackgroundColor()Dimension getDesignSize()
setDesignSize(Dimension),
VisualInterfacePackage.getSymbol_DesignSize()void setDesignSize(Dimension value)
Design Size' containment reference.
value - the new value of the 'Design Size' containment reference.getDesignSize()getConnections()
Connection.
If the meaning of the 'Connections' containment reference list isn't clear, there really should be more of a description here...
VisualInterfacePackage.getSymbol_Connections()
Copyright (c) IBH SYSTEMS GmbH and others 2010, 2013.
All rights reserved. This program and the accompanying materials
are made available under the terms of the
Eclipse Public License v1.0