|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AuthorPubTreeNode | |
---|---|
org.norvelle.textcite.gui.outlook_bar |
Uses of AuthorPubTreeNode in org.norvelle.textcite.gui.outlook_bar |
---|
Fields in org.norvelle.textcite.gui.outlook_bar declared as AuthorPubTreeNode | |
---|---|
protected AuthorPubTreeNode |
AuthorPubTreeNode.parent
|
protected AuthorPubTreeNode |
AuthorPubTreeModel.root
|
Fields in org.norvelle.textcite.gui.outlook_bar with type parameters of type AuthorPubTreeNode | |
---|---|
protected java.util.HashMap<java.lang.Object,AuthorPubTreeNode> |
AuthorPubTreeModel.bookNodes
|
protected java.util.Vector<AuthorPubTreeNode> |
AuthorPubTreeNode.children
|
Methods in org.norvelle.textcite.gui.outlook_bar that return AuthorPubTreeNode | |
---|---|
protected AuthorPubTreeNode |
AuthorPubTreeModel.findNode(java.lang.Object data)
Given an integer position of a node, and a sending object collection, figure out the AuthorPubNode that corresponds to the position and return it. |
AuthorPubTreeNode |
AuthorPubTreeNode.getChildWithUserData(java.lang.Object data)
Given a particular object of user data, find the child that hosts that data |
Methods in org.norvelle.textcite.gui.outlook_bar that return types with arguments of type AuthorPubTreeNode | |
---|---|
java.util.Enumeration<AuthorPubTreeNode> |
AuthorPubTreeNode.children()
Return a enumeration of the children |
Methods in org.norvelle.textcite.gui.outlook_bar with parameters of type AuthorPubTreeNode | |
---|---|
void |
AuthorPubTreeNode.addChild(AuthorPubTreeNode child)
Add a new child to the AuthorPubTreeNode |
javax.swing.tree.TreePath |
AuthorPubTreeModel.nodeToPath(AuthorPubTreeNode node)
Produce a TreePath to the given node |
void |
AuthorPubTreeModel.registerBookNode(AuthorPubTreeNode node)
|
void |
AuthorPubTreeNode.removeChild(AuthorPubTreeNode node)
Remove a child from the list of children |
void |
AuthorPubTreeModel.unregisterBookNode(AuthorPubTreeNode node)
|
Constructors in org.norvelle.textcite.gui.outlook_bar with parameters of type AuthorPubTreeNode | |
---|---|
AuthorPubTreeNode(Author author,
AuthorPubTreeNode parent,
AuthorPubTreeModel model)
Calling with an Author produces a node that represents an Author in the tree |
|
AuthorPubTreeNode(Book book,
AuthorPubTreeNode parent,
AuthorPubTreeModel model)
Calling with an Author produces a node that represents an Author in the tree |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |