biz.hammurapi.web.webdiagram
Class Operation

java.lang.Object
  extended byjavax.swing.tree.DefaultMutableTreeNode
      extended byorg.jgraph.graph.DefaultGraphCell
          extended bybiz.hammurapi.diagram.DiagramCell
              extended bybiz.hammurapi.web.webdiagram.Operation
All Implemented Interfaces:
java.lang.Cloneable, biz.hammurapi.diagram.Descriptable, biz.hammurapi.diagram.DiagramElement, org.jgraph.graph.GraphCell, javax.swing.tree.MutableTreeNode, java.io.Serializable, javax.swing.tree.TreeNode
Direct Known Subclasses:
Activity, Service

public class Operation
extends biz.hammurapi.diagram.DiagramCell

See Also:
Serialized Form

Field Summary
 
Fields inherited from class biz.hammurapi.diagram.DiagramCell
data, properties, viewProperties
 
Fields inherited from class org.jgraph.graph.DefaultGraphCell
attributes
 
Fields inherited from class javax.swing.tree.DefaultMutableTreeNode
allowsChildren, children, EMPTY_ENUMERATION, parent, userObject
 
Constructor Summary
Operation(biz.hammurapi.diagram.DiagramModel owner, biz.hammurapi.diagram.data.Cell data)
           
 
Method Summary
 void setAttributes(java.util.Map attributes)
          Sets visual attributes
 
Methods inherited from class biz.hammurapi.diagram.DiagramCell
connect, getDescription, getId, getModel, getName, getPort, getProperty, getPropertyNames, getUserObject, getViewProperty, getViewPropertyNames, isBlank, isRounded, populatePopupMenu, setDescription, setName, setProperty, setUserObject, setViewProperty, store
 
Methods inherited from class org.jgraph.graph.DefaultGraphCell
addPort, addPort, addPort, changeAttributes, clone, getAttributes, getChildren, setAttributes
 
Methods inherited from class javax.swing.tree.DefaultMutableTreeNode
add, breadthFirstEnumeration, children, depthFirstEnumeration, getAllowsChildren, getChildAfter, getChildAt, getChildBefore, getChildCount, getDepth, getFirstChild, getFirstLeaf, getIndex, getLastChild, getLastLeaf, getLeafCount, getLevel, getNextLeaf, getNextNode, getNextSibling, getParent, getPath, getPathToRoot, getPreviousLeaf, getPreviousNode, getPreviousSibling, getRoot, getSharedAncestor, getSiblingCount, getUserObjectPath, insert, isLeaf, isNodeAncestor, isNodeChild, isNodeDescendant, isNodeRelated, isNodeSibling, isRoot, pathFromAncestorEnumeration, postorderEnumeration, preorderEnumeration, remove, remove, removeAllChildren, removeFromParent, setAllowsChildren, setParent, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Operation

public Operation(biz.hammurapi.diagram.DiagramModel owner,
                 biz.hammurapi.diagram.data.Cell data)
Method Detail

setAttributes

public void setAttributes(java.util.Map attributes)
Description copied from interface: biz.hammurapi.diagram.DiagramElement
Sets visual attributes



Copyright © 2006 Hammurapi Group. All Rights Reserved.