Uses of Class
org.foray.area.BookmarkArea

Packages that use BookmarkArea
org.foray.area Classes representing the actual layout of content on pages. 
 

Uses of BookmarkArea in org.foray.area
 

Methods in org.foray.area that return BookmarkArea
 BookmarkArea BookmarkTitleArea.getParent()
          Returns the parent bookmark area.
 

Methods in org.foray.area that return types with arguments of type BookmarkArea
 List<BookmarkArea> BookmarkTreeArea.getChildren()
           
 List<BookmarkArea> BookmarkArea.getChildren()
           
 

Methods in org.foray.area with parameters of type BookmarkArea
protected  void BookmarkTreeArea.addBookmarkAreaChild(BookmarkArea bookmarkArea)
           
protected abstract  void BookmarkParentArea.addBookmarkAreaChild(BookmarkArea bookmarkArea)
          Adds a bookmark area as a child.
protected  void BookmarkArea.addBookmarkAreaChild(BookmarkArea bookmarkArea)
           
 



Copyright © 2017. All rights reserved.