|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TreeItem | |
---|---|
ucot.ui.gui.tree.usecasetree |
Uses of TreeItem in ucot.ui.gui.tree.usecasetree |
---|
Subclasses of TreeItem in ucot.ui.gui.tree.usecasetree | |
---|---|
class |
FilesTreeItem
|
class |
FileTreeItem
|
class |
UseCaseTreeItem
|
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()
|
java.util.List<TreeItem> |
TreeItem.getPath()
|
Constructors in ucot.ui.gui.tree.usecasetree with parameters of type TreeItem | |
---|---|
FilesTreeItem(UseCaseTreeModel treemodel,
TreeItem parent)
|
|
FileTreeItem(UseCaseTreeModel treemodel,
TreeItem parent,
java.net.URL url)
|
|
TreeItem(UseCaseTreeModel treemodel,
TreeItem parent)
|
|
UseCaseTreeItem(UseCaseTreeModel treemodel,
TreeItem parent,
UseCase u)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |