|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of PropertyContainer in org.eclipse.graphiti.mm |
---|
Subinterfaces of PropertyContainer in org.eclipse.graphiti.mm | |
---|---|
interface |
GraphicsAlgorithmContainer
A representation of the model object 'Graphics Algorithm Container'. |
Uses of PropertyContainer in org.eclipse.graphiti.mm.algorithms |
---|
Subinterfaces of PropertyContainer in org.eclipse.graphiti.mm.algorithms | |
---|---|
interface |
AbstractText
A representation of the model object 'Abstract Text'. |
interface |
Ellipse
A representation of the model object 'Ellipse'. |
interface |
GraphicsAlgorithm
A representation of the model object 'Graphics Algorithm'. |
interface |
Image
A representation of the model object 'Image'. |
interface |
MultiText
A representation of the model object 'Multi Text'. |
interface |
PlatformGraphicsAlgorithm
A representation of the model object 'Platform Graphics Algorithm'. |
interface |
Polygon
A representation of the model object 'Polygon'. |
interface |
Polyline
A representation of the model object 'Polyline'. |
interface |
Rectangle
A representation of the model object 'Rectangle'. |
interface |
RoundedRectangle
A representation of the model object 'Rounded Rectangle'. |
interface |
Text
A representation of the model object 'Text'. |
Uses of PropertyContainer in org.eclipse.graphiti.mm.algorithms.impl |
---|
Classes in org.eclipse.graphiti.mm.algorithms.impl that implement PropertyContainer | |
---|---|
class |
AbstractTextImpl
An implementation of the model object 'Abstract Text'. |
class |
EllipseImpl
An implementation of the model object 'Ellipse'. |
class |
GraphicsAlgorithmImpl
An implementation of the model object 'Graphics Algorithm'. |
class |
ImageImpl
An implementation of the model object 'Image'. |
class |
MultiTextImpl
An implementation of the model object 'Multi Text'. |
class |
PlatformGraphicsAlgorithmImpl
An implementation of the model object 'Platform Graphics Algorithm'. |
class |
PolygonImpl
An implementation of the model object 'Polygon'. |
class |
PolylineImpl
An implementation of the model object 'Polyline'. |
class |
RectangleImpl
An implementation of the model object 'Rectangle'. |
class |
RoundedRectangleImpl
An implementation of the model object 'Rounded Rectangle'. |
class |
TextImpl
An implementation of the model object 'Text'. |
Uses of PropertyContainer in org.eclipse.graphiti.mm.algorithms.util |
---|
Methods in org.eclipse.graphiti.mm.algorithms.util with parameters of type PropertyContainer | |
---|---|
T |
AlgorithmsSwitch.casePropertyContainer(PropertyContainer object)
Returns the result of interpreting the object as an instance of 'Property Container'. |
Uses of PropertyContainer in org.eclipse.graphiti.mm.impl |
---|
Classes in org.eclipse.graphiti.mm.impl that implement PropertyContainer | |
---|---|
class |
GraphicsAlgorithmContainerImpl
An implementation of the model object 'Graphics Algorithm Container'. |
class |
PropertyContainerImpl
An implementation of the model object 'Property Container'. |
Uses of PropertyContainer in org.eclipse.graphiti.mm.pictograms |
---|
Subinterfaces of PropertyContainer in org.eclipse.graphiti.mm.pictograms | |
---|---|
interface |
Anchor
A representation of the model object 'Anchor'. |
interface |
AnchorContainer
A representation of the model object 'Anchor Container'. |
interface |
BoxRelativeAnchor
A representation of the model object 'Box Relative Anchor'. |
interface |
ChopboxAnchor
A representation of the model object 'Chopbox Anchor'. |
interface |
Connection
A representation of the model object 'Connection'. |
interface |
ConnectionDecorator
A representation of the model object 'Connection Decorator'. |
interface |
ContainerShape
A representation of the model object 'Container Shape'. |
interface |
Diagram
A representation of the model object 'Diagram'. |
interface |
FixPointAnchor
A representation of the model object 'Fix Point Anchor'. |
interface |
FreeFormConnection
A representation of the model object 'Free Form Connection'. |
interface |
ManhattanConnection
A representation of the model object 'Manhattan Connection'. |
interface |
PictogramElement
A representation of the model object 'Pictogram Element'. |
interface |
PictogramLink
A representation of the model object 'Pictogram Link'. |
interface |
Shape
A representation of the model object 'Shape'. |
Uses of PropertyContainer in org.eclipse.graphiti.mm.pictograms.impl |
---|
Classes in org.eclipse.graphiti.mm.pictograms.impl that implement PropertyContainer | |
---|---|
class |
AnchorContainerImpl
An implementation of the model object 'Anchor Container'. |
class |
AnchorImpl
An implementation of the model object 'Anchor'. |
class |
BoxRelativeAnchorImpl
An implementation of the model object 'Box Relative Anchor'. |
class |
ChopboxAnchorImpl
An implementation of the model object 'Chopbox Anchor'. |
class |
ConnectionDecoratorImpl
An implementation of the model object 'Connection Decorator'. |
class |
ConnectionImpl
An implementation of the model object 'Connection'. |
class |
ContainerShapeImpl
An implementation of the model object 'Container Shape'. |
class |
DiagramImpl
An implementation of the model object 'Diagram'. |
class |
FixPointAnchorImpl
An implementation of the model object 'Fix Point Anchor'. |
class |
FreeFormConnectionImpl
An implementation of the model object 'Free Form Connection'. |
class |
ManhattanConnectionImpl
An implementation of the model object 'Manhattan Connection'. |
class |
PictogramElementImpl
An implementation of the model object 'Pictogram Element'. |
class |
PictogramLinkImpl
An implementation of the model object 'Pictogram Link'. |
class |
ShapeImpl
An implementation of the model object 'Shape'. |
Uses of PropertyContainer in org.eclipse.graphiti.mm.pictograms.util |
---|
Methods in org.eclipse.graphiti.mm.pictograms.util with parameters of type PropertyContainer | |
---|---|
T |
PictogramsSwitch.casePropertyContainer(PropertyContainer object)
Returns the result of interpreting the object as an instance of 'Property Container'. |
Uses of PropertyContainer in org.eclipse.graphiti.mm.util |
---|
Methods in org.eclipse.graphiti.mm.util with parameters of type PropertyContainer | |
---|---|
T |
MmSwitch.casePropertyContainer(PropertyContainer object)
Returns the result of interpreting the object as an instance of 'Property Container'. |
Uses of PropertyContainer in org.eclipse.graphiti.services |
---|
Methods in org.eclipse.graphiti.services with parameters of type PropertyContainer | |
---|---|
Property |
IPeService.getProperty(PropertyContainer propertyContainer,
java.lang.String key)
Returns the property of a given property container for a specific key. |
java.lang.String |
IPeService.getPropertyValue(PropertyContainer propertyContainer,
java.lang.String key)
Returns the property value of a given property container for a specific key. |
boolean |
IPeService.removeProperty(PropertyContainer propertyContainer,
java.lang.String key)
Removes the property of a given property container for a specific key. |
void |
IPeService.setPropertyValue(PropertyContainer propertyContainer,
java.lang.String key,
java.lang.String value)
Sets/modifies the property's value of a given property container for a specific key. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |