com.sas.util
Interface BookmarksInterface


public interface BookmarksInterface

Defines an interface for representing a set of bookmarks.

See Also:
BookmarkInterface

Method Summary
 BookmarkInterface[] getBookmarks()
          Returns the set of available bookmarks.
 

Method Detail

getBookmarks

BookmarkInterface[] getBookmarks()
Returns the set of available bookmarks. The set is returned as an array where each element of the array can optionally implement this interface, thus allowing the specification of grouping bookmarks -- i.e. bookmarks which serve to organize other (child) bookmarks.

Returns:
an array of bookmarks



Copyright © 2009 SAS Institute Inc. All Rights Reserved.