|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BookOutlineItem | |
---|---|
org.norvelle.textcite.gui.dialog | |
org.norvelle.textcite.model | This package contains the classes used for the TextCite data model. |
Uses of BookOutlineItem in org.norvelle.textcite.gui.dialog |
---|
Constructors in org.norvelle.textcite.gui.dialog with parameters of type BookOutlineItem | |
---|---|
BookOutlineItemDialog(BookOutlineItem item)
This constructor produces an editor, and as a result needs only the BookOutlineItem to be worked upon. |
|
BookOutlineItemDialog(BookOutlineItem parent,
BookOutlineItem prevSibling,
BookOutlineTree tree,
boolean asFirst)
This constructor creates a brand-new BookOutlineItem, and therefore needs all the information necessary in order to insert the new item into the tree at the correct point. |
Uses of BookOutlineItem in org.norvelle.textcite.model |
---|
Methods in org.norvelle.textcite.model that return BookOutlineItem | |
---|---|
BookOutlineItem |
Citation.getOutlineItem()
|
BookOutlineItem |
BookOutlineTree.getRoot()
|
Methods in org.norvelle.textcite.model with parameters of type BookOutlineItem | |
---|---|
void |
BookOutlineItem.addChildAfter(BookOutlineItem newItem,
BookOutlineItem priorSibling)
Adds the given new BookOutlineItem directly after the indicated sibling within the list of children Items |
void |
BookOutlineTree.moveBookOutlineItem(BookOutlineItem item,
BookOutlineItem newParent,
BookOutlineItem priorSibling,
boolean asFirst)
Move a given BookOutlineItem from its current position, to be the child of the given parent (at the position indicated). |
void |
BookOutlineTree.moveBookOutlineItem(BookOutlineItem item,
BookOutlineItem newParent,
boolean asFirst)
Move a given BookOutlineItem from its current position, to be the child of the given parent (either in the last position or the first, based on the asFirst parameter) |
void |
BookOutlineTree.registerBookOutlineItem(BookOutlineItem newItem,
BookOutlineItem parent,
BookOutlineItem priorSibling,
boolean asFirst)
Insert a new BookOutlineItem into the tree, under the indicated parent node. |
void |
Citation.setOutlineItem(BookOutlineItem outlineItem)
|
void |
BookOutlineTree.unregisterBookOutlineItem(BookOutlineItem item)
Remove a given BookOutlineItem from the tree. |
Constructors in org.norvelle.textcite.model with parameters of type BookOutlineItem | |
---|---|
BookOutlineItem(java.lang.String n,
BookOutlineItem parent,
BookOutlineItem prevSibling,
BookOutlineTree tree)
The constructor calls the DefaultMutableTreeNode constructor, passing the name of the BookOutlineItem as the UserObject (which will also be displayed as the label). |
|
BookOutlineItem(java.lang.String n,
BookOutlineItem parent,
BookOutlineItem prevSibling,
BookOutlineTree tree,
boolean asFirst)
The constructor calls the DefaultMutableTreeNode constructor, passing the name of the BookOutlineItem as the UserObject (which will also be displayed as the label) |
|
BookOutlineItem(java.lang.String n,
BookOutlineItem parent,
BookOutlineTree tree)
The constructor calls the DefaultMutableTreeNode constructor, passing the name of the BookOutlineItem as the UserObject (which will also be displayed as the label). |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |