| Modifier and Type | Field and Description |
|---|---|
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 |
connections
The cached value of the '
Connections' containment reference list. |
protected Cursor |
cursors
The cached value of the '
Cursors' containment reference. |
protected Dimension |
designSize
The cached value of the '
Design Size' containment reference. |
protected static java.lang.String |
ON_DISPOSE_EDEFAULT
The default value of the '
On Dispose' attribute. |
protected static java.lang.String |
ON_INIT_EDEFAULT
The default value of the '
On Init' attribute. |
protected static java.lang.String |
ON_UPDATE_EDEFAULT
The default value of the '
On Update' attribute. |
protected java.lang.String |
onDispose
The cached value of the '
On Dispose' attribute. |
protected java.lang.String |
onInit
The cached value of the '
On Init' attribute. |
protected java.lang.String |
onUpdate
The cached value of the '
On Update' attribute. |
protected |
properties
The cached value of the '
Properties' map. |
protected Primitive |
root
The cached value of the '
Root' containment reference. |
protected |
scriptModules
The cached value of the '
Script Modules' attribute list. |
| Modifier | Constructor and Description |
|---|---|
protected |
SymbolImpl() |
| Modifier and Type | Method and Description |
|---|---|
NotificationChain |
basicSetCursors(Cursor newCursors,
NotificationChain msgs) |
NotificationChain |
basicSetDesignSize(Dimension newDesignSize,
NotificationChain msgs) |
NotificationChain |
basicSetRoot(Primitive newRoot,
NotificationChain msgs) |
java.lang.Object |
eGet(int featureID,
boolean resolve,
boolean coreType) |
NotificationChain |
eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs) |
boolean |
eIsSet(int featureID) |
void |
eSet(int featureID,
java.lang.Object newValue) |
protected EClass |
eStaticClass() |
void |
eUnset(int featureID) |
java.lang.String |
getBackgroundColor() |
|
getConnections() |
Cursor |
getCursors() |
Dimension |
getDesignSize() |
java.lang.String |
getOnDispose() |
java.lang.String |
getOnInit() |
java.lang.String |
getOnUpdate() |
|
getProperties() |
Primitive |
getRoot() |
|
getScriptModules() |
void |
setBackgroundColor(java.lang.String newBackgroundColor) |
void |
setCursors(Cursor newCursors) |
void |
setDesignSize(Dimension newDesignSize) |
void |
setOnDispose(java.lang.String newOnDispose) |
void |
setOnInit(java.lang.String newOnInit) |
void |
setOnUpdate(java.lang.String newOnUpdate) |
void |
setRoot(Primitive newRoot) |
java.lang.String |
toString() |
protected Primitive root
Root' containment reference.
getRoot()protectedproperties
Properties' map.
getProperties()protected static final java.lang.String ON_INIT_EDEFAULT
On Init' attribute.
getOnInit()protected java.lang.String onInit
On Init' attribute.
getOnInit()protected static final java.lang.String ON_DISPOSE_EDEFAULT
On Dispose' attribute.
getOnDispose()protected java.lang.String onDispose
On Dispose' attribute.
getOnDispose()protected static final java.lang.String ON_UPDATE_EDEFAULT
On Update' attribute.
getOnUpdate()protected java.lang.String onUpdate
On Update' attribute.
getOnUpdate()protectedscriptModules
Script Modules' attribute list.
getScriptModules()protected Cursor cursors
Cursors' containment reference.
getCursors()protected static final java.lang.String BACKGROUND_COLOR_EDEFAULT
Background Color' attribute.
getBackgroundColor()protected java.lang.String backgroundColor
Background Color' attribute.
getBackgroundColor()protected Dimension designSize
Design Size' containment reference.
getDesignSize()protectedconnections
Connections' containment reference list.
getConnections()protected EClass eStaticClass()
public Primitive getRoot()
getRoot in interface SymbolSymbol.setRoot(Primitive),
VisualInterfacePackage.getSymbol_Root()public NotificationChain basicSetRoot(Primitive newRoot, NotificationChain msgs)
public void setRoot(Primitive newRoot)
setRoot in interface SymbolnewRoot - the new value of the 'Root' containment reference.Symbol.getRoot()publicgetProperties()
getProperties in interface SymbolVisualInterfacePackage.getSymbol_Properties()public java.lang.String getOnInit()
getOnInit in interface SymbolSymbol.setOnInit(String),
VisualInterfacePackage.getSymbol_OnInit()public void setOnInit(java.lang.String newOnInit)
setOnInit in interface SymbolnewOnInit - the new value of the 'On Init' attribute.Symbol.getOnInit()public java.lang.String getOnDispose()
getOnDispose in interface SymbolSymbol.setOnDispose(String),
VisualInterfacePackage.getSymbol_OnDispose()public void setOnDispose(java.lang.String newOnDispose)
setOnDispose in interface SymbolnewOnDispose - the new value of the 'On Dispose' attribute.Symbol.getOnDispose()public java.lang.String getOnUpdate()
getOnUpdate in interface SymbolSymbol.setOnUpdate(String),
VisualInterfacePackage.getSymbol_OnUpdate()public void setOnUpdate(java.lang.String newOnUpdate)
setOnUpdate in interface SymbolnewOnUpdate - the new value of the 'On Update' attribute.Symbol.getOnUpdate()publicgetScriptModules()
getScriptModules in interface SymbolVisualInterfacePackage.getSymbol_ScriptModules()public Cursor getCursors()
getCursors in interface SymbolSymbol.setCursors(Cursor),
VisualInterfacePackage.getSymbol_Cursors()public NotificationChain basicSetCursors(Cursor newCursors, NotificationChain msgs)
public void setCursors(Cursor newCursors)
setCursors in interface SymbolnewCursors - the new value of the 'Cursors' containment reference.Symbol.getCursors()public java.lang.String getBackgroundColor()
getBackgroundColor in interface SymbolSymbol.setBackgroundColor(String),
VisualInterfacePackage.getSymbol_BackgroundColor()public void setBackgroundColor(java.lang.String newBackgroundColor)
setBackgroundColor in interface SymbolnewBackgroundColor - the new value of the 'Background Color' attribute.Symbol.getBackgroundColor()public Dimension getDesignSize()
getDesignSize in interface SymbolSymbol.setDesignSize(Dimension),
VisualInterfacePackage.getSymbol_DesignSize()public NotificationChain basicSetDesignSize(Dimension newDesignSize, NotificationChain msgs)
public void setDesignSize(Dimension newDesignSize)
setDesignSize in interface SymbolnewDesignSize - the new value of the 'Design Size' containment reference.Symbol.getDesignSize()publicgetConnections()
getConnections in interface SymbolVisualInterfacePackage.getSymbol_Connections()public NotificationChain eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
public java.lang.Object eGet(int featureID,
boolean resolve,
boolean coreType)
public void eSet(int featureID,
java.lang.Object newValue)
public void eUnset(int featureID)
public boolean eIsSet(int featureID)
public java.lang.String toString()
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