|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TreeItem | |
---|---|
ucot.ui.gui.tree.usecasetree | Classes related to tree that displays loaded usecases. |
Uses of TreeItem in ucot.ui.gui.tree.usecasetree |
---|
Subclasses of TreeItem in ucot.ui.gui.tree.usecasetree | |
---|---|
class |
FilesTreeItem
Root node for UseCaseTree . |
class |
FileTreeItem
TreeItem to hold data of source containing usecases. |
class |
UseCaseTreeItem
TreeItem to contain single UseCase . |
Fields in ucot.ui.gui.tree.usecasetree declared as TreeItem | |
---|---|
(package private) TreeItem |
TreeItem.parent
|
private TreeItem |
UseCaseTreeModel.root
|
Methods in ucot.ui.gui.tree.usecasetree that return types with arguments of type TreeItem | |
---|---|
java.util.List<TreeItem> |
TreeItem.getChildren()
Return children of this TreeItem
in a List . |
java.util.List<TreeItem> |
FileTreeItem.getChildren()
|
java.util.List<TreeItem> |
TreeItem.getPath()
Returns path to this item as a List of TreeItem s. |
Methods in ucot.ui.gui.tree.usecasetree with parameters of type TreeItem | |
---|---|
private javax.swing.JPopupMenu |
UseCaseTree.getPopupMenuFor(TreeItem treeitem)
Creates and returns JPopupMenu for
given TreeItem . |
private java.util.Vector<UseCase> |
UseCaseTree.getSubtreeInVector(TreeItem item)
Method to add UseCase s from subtree of this
TreeItem into Vector . |
Constructors in ucot.ui.gui.tree.usecasetree with parameters of type TreeItem | |
---|---|
FilesTreeItem(UseCaseTreeModel treemodel,
TreeItem parent)
Default constructor for FilesTreeItem. |
|
FileTreeItem(UseCaseTreeModel treemodel,
TreeItem parent,
java.net.URL url)
Default constructor for FileTreeItem . |
|
TreeItem(UseCaseTreeModel treemodel,
TreeItem parent)
Constructor for TreeItem. |
|
UseCaseTreeItem(UseCaseTreeModel treemodel,
TreeItem parent,
UseCase usecase)
Default constructor for UseCaseTreeItem . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |