org.argouml.uml.diagram.use_case.ui
Class GoUseCaseToExtensionPoint

java.lang.Object
  |
  +--org.argouml.ui.AbstractGoRule
        |
        +--org.argouml.uml.diagram.use_case.ui.GoUseCaseToExtensionPoint
All Implemented Interfaces:
javax.swing.tree.TreeModel

public class GoUseCaseToExtensionPoint
extends AbstractGoRule

Provides a rule to display extension points in the navigation pane.


Field Summary
protected static Category cat
           
 
Constructor Summary
GoUseCaseToExtensionPoint()
           
 
Method Summary
 java.util.Collection getChildren(java.lang.Object parent)
          this is the method that should be overridden by GoRules
 java.lang.String getRuleName()
          Give a name to this rule.
 
Methods inherited from class org.argouml.ui.AbstractGoRule
addTreeModelListener, getChild, getChildCount, getIndexOfChild, getRoot, isLeaf, removeTreeModelListener, toString, valueForPathChanged
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

cat

protected static Category cat
Constructor Detail

GoUseCaseToExtensionPoint

public GoUseCaseToExtensionPoint()
Method Detail

getRuleName

public java.lang.String getRuleName()

Give a name to this rule.

Specified by:
getRuleName in class AbstractGoRule
Returns:
The name of the rule ("Use Case->Extension Point").
See Also:
AbstractGoRule.toString()

getChildren

public java.util.Collection getChildren(java.lang.Object parent)
Description copied from class: AbstractGoRule
this is the method that should be overridden by GoRules

Specified by:
getChildren in class AbstractGoRule


ArgoUML © 1996-2003 (20040229)ArgoUML Project HomeArgoUML Cookbook