|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AttributeValueContainer | |
---|---|
pl.edu.agh.cast.command | |
pl.edu.agh.cast.model.visual | |
pl.edu.agh.cast.ui.dialogs |
Uses of AttributeValueContainer in pl.edu.agh.cast.command |
---|
Constructors in pl.edu.agh.cast.command with parameters of type AttributeValueContainer | |
---|---|
ModifyAttributesCommand(AttributeValueContainer element,
java.util.Collection<AttributeValue> newAttributeValues)
|
Uses of AttributeValueContainer in pl.edu.agh.cast.model.visual |
---|
Subinterfaces of AttributeValueContainer in pl.edu.agh.cast.model.visual | |
---|---|
interface |
IDiagram
|
Classes in pl.edu.agh.cast.model.visual that implement AttributeValueContainer | |
---|---|
class |
ConnectionGroup
Stores list of all connections between two nodes. |
class |
Diagram
|
class |
Legend
|
class |
ModelElement
An abstract class for a visual model element. |
class |
Node
IMPORTANT!! When adding new fields to this class, be careful to update the copyTo method. |
Methods in pl.edu.agh.cast.model.visual with parameters of type AttributeValueContainer | |
---|---|
protected void |
ModelElement.copyAttributes(AttributeValueContainer target)
Copies attributes present in current model element to another model element |
Uses of AttributeValueContainer in pl.edu.agh.cast.ui.dialogs |
---|
Constructors in pl.edu.agh.cast.ui.dialogs with parameters of type AttributeValueContainer | |
---|---|
AttributeEditorDialog(org.eclipse.swt.widgets.Shell parent,
AttributeValueContainer element,
AttributeManager attributeManager)
|
|
AttributeEditorDialog(org.eclipse.swt.widgets.Shell parent,
AttributeValueContainer element,
AttributeManager attributeManager,
int sourceTargetConnectionCount,
int targetSourceConnectionCount)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |