org.argouml.ui
Class ArgoDiagram
java.lang.Object
|
+--Diagram
|
+--org.argouml.ui.ArgoDiagram
- Direct Known Subclasses:
- DiagramHelper, UMLDiagram
- public class ArgoDiagram
- extends Diagram
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
_id
ItemUID _id
TheInstance
protected static ArgoDiagram TheInstance
serialVersionUID
static final long serialVersionUID
- See Also:
- Constant Field Values
ArgoDiagram
public ArgoDiagram()
ArgoDiagram
public ArgoDiagram(java.lang.String diagramName)
setName
public void setName(java.lang.String n)
throws java.beans.PropertyVetoException
java.beans.PropertyVetoException
setItemUID
public void setItemUID(ItemUID id)
getItemUID
public ItemUID getItemUID()
addChangeRegistryAsListener
public void addChangeRegistryAsListener(ChangeRegistry change)
removeChangeRegistryAsListener
public void removeChangeRegistryAsListener(ChangeRegistry change)
getVetoMessage
public java.lang.String getVetoMessage(java.lang.String propertyName)
- TODO: The reference to the method
org.argouml.uml.ui.VetoablePropertyChange#getVetoMessage(String)
was here but the class does exist anymore. Where is it?
- Parameters:
propertyName
- is the name of the property
- Returns:
- a message or null if not applicable.
getContainingFig
public Fig getContainingFig(java.lang.Object obj)
- Finds the presentation (the Fig) for some object. If the object
is a modelelement that is contained in some other modelelement
that has its own fig, that fig is returned. It extends
presentationFor that only gets the fig belonging to the node
obj.
- Parameters:
obj
- is th object
- Returns:
- the Fig for the object
initialize
public void initialize(java.lang.Object owner)
- See Also:
org.tigris.gef.base.Diagram#initialize(Object)
damage
public void damage()
getEdges
public java.util.Collection getEdges(java.util.Collection c)
- See Also:
Diagram#getEdges(Collection)
getNodes
public java.util.Vector getNodes()
- Deprecated. 0.15.3 in favour of getNodes(Collection)
getNodes
public java.util.Collection getNodes(java.util.Collection c)
- See Also:
Diagram#getNodes(Collection)
toString
public java.lang.String toString()