|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.tigris.gef.base.Diagram
org.argouml.ui.ArgoDiagram
This class represents all Diagrams within ArgoUML. It is based upon the GEF Diagram.
| Field Summary |
| Fields inherited from class org.tigris.gef.base.Diagram |
_comments, _name, _toolBar, NAME_KEY, SCALE_KEY |
| Constructor Summary | |
ArgoDiagram()
The constructor. |
|
ArgoDiagram(String diagramName)
The constructor. |
|
| Method Summary | |
void |
damage()
This will mark the entire visible area of all Editors to be repaired from any damage - i.e. |
Fig |
getContainingFig(Object obj)
Finds the presentation (the Fig) for some object. |
List |
getEdges()
Get all the model elements in this diagram that are represented by a FigEdge. |
ItemUID |
getItemUID()
USED BY pgml.tee!! |
List |
getNodes()
Get all the model elements in this diagram that are represented by a FigNode. |
String |
getVetoMessage(String propertyName)
TODO: The reference to the method org.argouml.uml.ui.VetoablePropertyChange#getVetoMessage(String) was here but the class does exist anymore. |
void |
initialize(Object owner)
|
List |
presentationsFor(Object obj)
Find the all Figs that visualise the given model element in this layer, or null if there is none. |
void |
remove()
|
String |
repair()
We hang our heads in shame. |
void |
setItemUID(ItemUID i)
|
void |
setName(String n)
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public ArgoDiagram()
public ArgoDiagram(String diagramName)
diagramName - the name of the diagram| Method Detail |
public void setName(String n)
throws PropertyVetoException
PropertyVetoExceptionDiagram.setName(java.lang.String)public void setItemUID(ItemUID i)
i - the new idpublic ItemUID getItemUID()
public String getVetoMessage(String propertyName)
propertyName - is the name of the property
public Fig getContainingFig(Object obj)
obj - is th object
public void initialize(Object owner)
Diagram.initialize(Object)public void damage()
public List getEdges()
Diagram.getEdges()public List getNodes()
Diagram.getNodes()public String toString()
Object.toString()public String repair()
public List presentationsFor(Object obj)
public void remove()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
| ArgoUML © 1996-2006 | ArgoUML Homepage | ArgoUML Developers' page | ArgoUML Cookbook |