Uses of Class
org.norvelle.textcite.model.BookOutlineTree

Packages that use BookOutlineTree
org.norvelle.textcite.gui.dialog   
org.norvelle.textcite.model This package contains the classes used for the TextCite data model. 
 

Uses of BookOutlineTree in org.norvelle.textcite.gui.dialog
 

Constructors in org.norvelle.textcite.gui.dialog with parameters of type BookOutlineTree
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 BookOutlineTree in org.norvelle.textcite.model
 

Methods in org.norvelle.textcite.model that return BookOutlineTree
 BookOutlineTree Book.getOutline()
           
 BookOutlineTree BookOutlineItem.getOutlineTree()
           
 

Methods in org.norvelle.textcite.model with parameters of type BookOutlineTree
 void Book.setOutline(BookOutlineTree o)
           
 

Constructors in org.norvelle.textcite.model with parameters of type BookOutlineTree
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).