Uses of Class
com.crionics.jpdf.outline.AbstractOutlineItem

Packages that use AbstractOutlineItem
com.crionics.jpdf.outline Contains the implementation of the tools allowing the manipulation of outline (bookmarks). 
 

Uses of AbstractOutlineItem in com.crionics.jpdf.outline
 

Methods in com.crionics.jpdf.outline that return AbstractOutlineItem
 AbstractOutlineItem AbstractOutlineItem.getChild()
          Returns the First Child of the tree below this item.
 AbstractOutlineItem AbstractOutlineItem.getFirst()
          Returns the First item of the current branch.
 AbstractOutlineItem Outline.getItemFromTitle(java.lang.String title)
          Returns the first Outline item with the requested title
 AbstractOutlineItem AbstractOutlineItem.getLast()
          Returns the Last item of the current branch.
 AbstractOutlineItem AbstractOutlineItem.getNext()
          Returns the Item following this one in the current branch of the tree.
 AbstractOutlineItem AbstractOutlineItem.getParent()
          Returns the Parent Item of this one.
 AbstractOutlineItem AbstractOutlineItem.getPrev()
          Returns the Previous Item to this one.
 AbstractOutlineItem Outline.getRootItem()
          Returns the first Item present in this outline.
 

Methods in com.crionics.jpdf.outline with parameters of type AbstractOutlineItem
 void AbstractOutlineItem.addAfter(AbstractOutlineItem prev)
          Sets the current item after the specified one.
 void AbstractOutlineItem.addBelow(AbstractOutlineItem parent)
          Sets the current item below the specified one, thus starting an new Tree Branch.
 void AbstractOutlineItem.addChild(AbstractOutlineItem child)
          Adds the specified item below the current one, thus starting an new Tree Branch.
 void Outline.addItem(AbstractOutlineItem item)
          Adds an Item and all its tree to the current tree present in this outline.
 void AbstractOutlineItem.addNext(AbstractOutlineItem next)
          Add the specified item after the current one.
 boolean AbstractOutlineItem.equals(AbstractOutlineItem item)
           
 



Copyright © 1999-2007 Crionics. All Rights Reserved.