|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectEObjectImpl
org.eclipse.graphiti.mm.impl.PropertyContainerImpl
org.eclipse.graphiti.mm.impl.GraphicsAlgorithmContainerImpl
org.eclipse.graphiti.mm.pictograms.impl.PictogramElementImpl
public abstract class PictogramElementImpl
An implementation of the model object 'Pictogram Element'.
The following features are implemented:
Field Summary | |
---|---|
protected boolean |
active
The cached value of the ' Active ' attribute. |
protected static boolean |
ACTIVE_EDEFAULT
The default value of the ' Active ' attribute. |
protected GraphicsAlgorithm |
graphicsAlgorithm
The cached value of the ' Graphics Algorithm ' containment reference. |
protected PictogramLink |
link
The cached value of the ' Link ' containment reference. |
protected boolean |
visible
The cached value of the ' Visible ' attribute. |
protected static boolean |
VISIBLE_EDEFAULT
The default value of the ' Visible ' attribute. |
Fields inherited from class org.eclipse.graphiti.mm.impl.PropertyContainerImpl |
---|
properties |
Constructor Summary | |
---|---|
protected |
PictogramElementImpl()
|
Method Summary | |
---|---|
GraphicsAlgorithm |
basicGetGraphicsAlgorithm()
|
PictogramLink |
basicGetLink()
|
NotificationChain |
basicSetGraphicsAlgorithm(GraphicsAlgorithm newGraphicsAlgorithm,
NotificationChain msgs)
|
NotificationChain |
basicSetLink(PictogramLink newLink,
NotificationChain msgs)
|
Object |
eGet(int featureID,
boolean resolve,
boolean coreType)
|
NotificationChain |
eInverseAdd(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
|
NotificationChain |
eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
|
boolean |
eIsSet(int featureID)
|
void |
eSet(int featureID,
Object newValue)
|
protected EClass |
eStaticClass()
|
void |
eUnset(int featureID)
|
GraphicsAlgorithm |
getGraphicsAlgorithm()
|
PictogramLink |
getLink()
|
boolean |
isActive()
|
boolean |
isVisible()
|
void |
setActive(boolean newActive)
|
void |
setGraphicsAlgorithm(GraphicsAlgorithm newGraphicsAlgorithm)
|
void |
setLink(PictogramLink newLink)
|
void |
setVisible(boolean newVisible)
|
String |
toString()
|
Methods inherited from class org.eclipse.graphiti.mm.impl.PropertyContainerImpl |
---|
getProperties |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.eclipse.graphiti.mm.PropertyContainer |
---|
getProperties |
Field Detail |
---|
protected static final boolean VISIBLE_EDEFAULT
Visible
' attribute.
isVisible()
,
Constant Field Valuesprotected boolean visible
Visible
' attribute.
isVisible()
protected GraphicsAlgorithm graphicsAlgorithm
Graphics Algorithm
' containment reference.
getGraphicsAlgorithm()
protected static final boolean ACTIVE_EDEFAULT
Active
' attribute.
isActive()
,
Constant Field Valuesprotected boolean active
Active
' attribute.
isActive()
protected PictogramLink link
Link
' containment reference.
getLink()
Constructor Detail |
---|
protected PictogramElementImpl()
Method Detail |
---|
protected EClass eStaticClass()
eStaticClass
in class GraphicsAlgorithmContainerImpl
public boolean isVisible()
isVisible
in interface PictogramElement
PictogramElement.setVisible(boolean)
,
PictogramsPackage.getPictogramElement_Visible()
public void setVisible(boolean newVisible)
setVisible
in interface PictogramElement
newVisible
- the new value of the 'Visible' attribute.PictogramElement.isVisible()
public GraphicsAlgorithm getGraphicsAlgorithm()
getGraphicsAlgorithm
in interface PictogramElement
PictogramElement.setGraphicsAlgorithm(GraphicsAlgorithm)
,
PictogramsPackage.getPictogramElement_GraphicsAlgorithm()
,
GraphicsAlgorithm.getPictogramElement()
public GraphicsAlgorithm basicGetGraphicsAlgorithm()
public NotificationChain basicSetGraphicsAlgorithm(GraphicsAlgorithm newGraphicsAlgorithm, NotificationChain msgs)
public void setGraphicsAlgorithm(GraphicsAlgorithm newGraphicsAlgorithm)
setGraphicsAlgorithm
in interface PictogramElement
newGraphicsAlgorithm
- the new value of the 'Graphics Algorithm' containment reference.PictogramElement.getGraphicsAlgorithm()
public boolean isActive()
isActive
in interface PictogramElement
PictogramElement.setActive(boolean)
,
PictogramsPackage.getPictogramElement_Active()
public void setActive(boolean newActive)
setActive
in interface PictogramElement
newActive
- the new value of the 'Active' attribute.PictogramElement.isActive()
public PictogramLink getLink()
getLink
in interface PictogramElement
PictogramElement.setLink(PictogramLink)
,
PictogramsPackage.getPictogramElement_Link()
,
PictogramLink.getPictogramElement()
public PictogramLink basicGetLink()
public NotificationChain basicSetLink(PictogramLink newLink, NotificationChain msgs)
public void setLink(PictogramLink newLink)
setLink
in interface PictogramElement
newLink
- the new value of the 'Link' containment reference.PictogramElement.getLink()
public NotificationChain eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
public NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
eInverseRemove
in class PropertyContainerImpl
public Object eGet(int featureID, boolean resolve, boolean coreType)
eGet
in class PropertyContainerImpl
public void eSet(int featureID, Object newValue)
eSet
in class PropertyContainerImpl
public void eUnset(int featureID)
eUnset
in class PropertyContainerImpl
public boolean eIsSet(int featureID)
eIsSet
in class PropertyContainerImpl
public String toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |