cz.cmc.tcgui
Class FilterElementOutputPort

java.lang.Object
  extended byjavax.swing.tree.DefaultMutableTreeNode
      extended byorg.jgraph.graph.DefaultGraphCell
          extended bycz.cmc.tcgui.TCPort
              extended bycz.cmc.tcgui.TCOutputPort
                  extended bycz.cmc.tcgui.FilterElementOutputPort
All Implemented Interfaces:
Cloneable, org.jgraph.graph.GraphCell, MutableTreeNode, org.jgraph.graph.Port, Serializable, TreeNode

public class FilterElementOutputPort
extends TCOutputPort

Title: Class FilterOutputPort

Description: Output port for creating filter chains from FilterElements

Copyright: Copyright (c) 2003

Company: CMC Computers

See Also:
Serialized Form

Nested Class Summary
 
Nested classes inherited from class org.jgraph.graph.DefaultGraphCell
org.jgraph.graph.DefaultGraphCell.ValueChangeHandler
 
Field Summary
 
Fields inherited from class cz.cmc.tcgui.TCPort
anchor, edges
 
Fields inherited from class org.jgraph.graph.DefaultGraphCell
attributes, defaultBounds
 
Fields inherited from class javax.swing.tree.DefaultMutableTreeNode
allowsChildren, EMPTY_ENUMERATION, children, parent, userObject
 
Constructor Summary
FilterElementOutputPort()
           
FilterElementOutputPort(Object userObject)
           
FilterElementOutputPort(Object userObject, org.jgraph.graph.Port anchor)
           
 
Methods inherited from class cz.cmc.tcgui.TCPort
addEdge, clone, createDefaultView, edges, getAnchor, getEdges, removeEdge, setAnchor, setEdges
 
Methods inherited from class org.jgraph.graph.DefaultGraphCell
cloneUserObject, getAttributes, getChildren, changeAttributes, setAttributes, setUserObject
 
Methods inherited from class javax.swing.tree.DefaultMutableTreeNode
add, breadthFirstEnumeration, depthFirstEnumeration, getAllowsChildren, getDepth, getFirstChild, getFirstLeaf, getChildAfter, getChildAt, getChildBefore, getChildCount, getIndex, getLastChild, getLastLeaf, getLeafCount, getLevel, getNextLeaf, getNextNode, getNextSibling, getParent, getPath, getPathToRoot, getPreviousLeaf, getPreviousNode, getPreviousSibling, getRoot, getSharedAncestor, getSiblingCount, getUserObject, getUserObjectPath, children, insert, isLeaf, isNodeAncestor, isNodeDescendant, isNodeChild, 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
 
Methods inherited from interface org.jgraph.graph.GraphCell
getAttributes, changeAttributes, setAttributes
 

Constructor Detail

FilterElementOutputPort

public FilterElementOutputPort()

FilterElementOutputPort

public FilterElementOutputPort(Object userObject)

FilterElementOutputPort

public FilterElementOutputPort(Object userObject,
                               org.jgraph.graph.Port anchor)