| edu.rice.cs.util.docnavigation.IDocumentNavigatorFactory
IDocumentNavigatorFactory | public interface IDocumentNavigatorFactory (Code) | | Factory that produces bbjects that implement IDocumentNavigator.
|
makeListNavigator | public IDocumentNavigator<ItemT> makeListNavigator()(Code) | | Creates a new List Navigator
a list navigator |
makeListNavigator | public IDocumentNavigator<ItemT> makeListNavigator(IDocumentNavigator<ItemT> parent)(Code) | | Creates a list navigator and migrates the navigator items from parent to the new navigator
Parameters: parent - the navigator to migrate from the new list navigator |
makeTreeNavigator | public IDocumentNavigator<ItemT> makeTreeNavigator(String name)(Code) | | Returns a new tree Navigator with the specified root
Parameters: name - the name of the root node a tree navigator |
|
|