|
Together Workflow Editor 3.0-1 API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.tree.DefaultMutableTreeNode
org.jgraph.graph.DefaultGraphCell
org.jgraph.graph.DefaultPort
org.enhydra.jawe.components.graph.GraphPortInterface
org.enhydra.jawe.components.graph.DefaultGraphPort
public class DefaultGraphPort
Used to define Port object in graph.
Field Summary | |
---|---|
protected java.lang.String |
type
|
Fields inherited from class org.jgraph.graph.DefaultPort |
---|
anchor, edges |
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 | |
---|---|
DefaultGraphPort(java.lang.String name,
java.lang.String type)
Creates activity with given userObject. |
Method Summary | |
---|---|
GraphActivityInterface |
getActivity()
|
java.lang.String |
getType()
|
Methods inherited from class org.jgraph.graph.DefaultPort |
---|
addEdge, clone, edges, getAnchor, getEdges, removeEdge, setAnchor, setEdges |
Methods inherited from class org.jgraph.graph.DefaultGraphCell |
---|
changeAttributes, 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, getUserObject, getUserObjectPath, insert, isLeaf, isNodeAncestor, isNodeChild, isNodeDescendant, isNodeRelated, isNodeSibling, isRoot, pathFromAncestorEnumeration, postorderEnumeration, preorderEnumeration, remove, remove, removeAllChildren, removeFromParent, setAllowsChildren, setParent, setUserObject, toString |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.jgraph.graph.GraphCell |
---|
changeAttributes, getAttributes, setAttributes |
Field Detail |
---|
protected java.lang.String type
Constructor Detail |
---|
public DefaultGraphPort(java.lang.String name, java.lang.String type)
Method Detail |
---|
public GraphActivityInterface getActivity()
getActivity
in class GraphPortInterface
public java.lang.String getType()
getType
in class GraphPortInterface
|
Together Workflow Editor 3.0-1 API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |