JAPI 0.9.0
Yet another Java API
API Documentation

Uses of Class
net.sf.japi.swing.bookmarks.BookmarkManager.Bookmark

Packages that use BookmarkManager.Bookmark
net.sf.japi.swing.bookmarks This package contains classes and interfaces related to bookmarks. 
 

Uses of BookmarkManager.Bookmark in net.sf.japi.swing.bookmarks
 

Subclasses of BookmarkManager.Bookmark in net.sf.japi.swing.bookmarks
 class BookmarkManager.BookmarkFolder
          Class for Bookmark folders.
 class BookmarkManager.BookmarkItem
          Class for Bookmark Items.
static class BookmarkManager.BookmarkSeparator
          Class for Bookmark Separator.
 

Methods in net.sf.japi.swing.bookmarks that return BookmarkManager.Bookmark
 BookmarkManager.Bookmark BookmarkManager.Bookmark.getChildAt(int childIndex)
          Returns the child TreeNode at index childIndex.
 BookmarkManager.Bookmark BookmarkManager.BookmarkFolder.getChildAt(int childIndex)
          Returns the child TreeNode at index childIndex.
 

Methods in net.sf.japi.swing.bookmarks that return types with arguments of type BookmarkManager.Bookmark
 Enumeration<BookmarkManager.Bookmark> BookmarkManager.Bookmark.children()
          Returns the children of the receiver as an Enumeration.
 Enumeration<BookmarkManager.Bookmark> BookmarkManager.BookmarkFolder.children()
          Returns the children of the receiver as an Enumeration.
 Iterator<BookmarkManager.Bookmark> BookmarkManager.BookmarkFolder.iterator()
          Returns an iterator over a set of elements of type T.
 

Methods in net.sf.japi.swing.bookmarks with parameters of type BookmarkManager.Bookmark
 void BookmarkManager.BookmarkFolder.add(BookmarkManager.Bookmark bookmark)
          Add a Bookmark to this BookmarkFolder.
 void BookmarkManager.BookmarkFolder.insert(BookmarkManager.Bookmark bookmark, int index)
          Insert a Bookmark into this BookmarkFolder.
 void BookmarkManager.BookmarkFolder.remove(BookmarkManager.Bookmark bookmark)
          Remove a Bookmark from this BookmarkFolder.
 

Constructors in net.sf.japi.swing.bookmarks with parameters of type BookmarkManager.Bookmark
BookmarkTransferable(BookmarkManager.Bookmark bookmark)
          Create a BookmarkTransferable.
 


JAPI
Yet another Java API
API Documentation

© 2005-2006 Christian Hujer. All rights reserved. See copyright