public abstract class ProjectNavigatorManager
extends oracle.ideri.navigator.DefaultNavigatorManager
| Modifier and Type | Field and Description | 
|---|---|
static java.lang.String | 
SUB_PREFIX  | 
SOURCE_NAVIGATOR_PROPERTYUPDATE_FROM_ACTION_PERFORMED, UPDATE_FROM_ACTIVE_VIEW_CHANGED, UPDATE_FROM_UNDO, UPDATE_FROM_USER_EXTENSION, UPDATE_FROM_VIEW_SELECTION_CHANGED| Constructor and Description | 
|---|
ProjectNavigatorManager()  | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
addNavigatorInit(NavigatorInitFactory initFactory)
This method must be overridden by any subclass in order to use it. 
 | 
protected NavigatorWindow | 
createNavigatorWindow(Context context, ViewId viewId)  | 
protected NavigatorWindow | 
getShowTarget(NavigatorWindow navWin)  | 
void | 
initialize()
Perform any necessary initialization. 
 | 
protected void | 
initNavigatorWindowComparator(oracle.ideri.navigator.DefaultNavigatorWindow navigator)  | 
static void | 
refreshAllProjectsInNavigator(Context context)
This method refreshes all projects in the navigator. 
 | 
addContextMenuListener, addContextMenuListener, configureNavigator, createDockableFactory, createDockableView, createNavigatorDockingParam, createNavigatorWindow, createNavigatorWindow, createShowAction, createShowNavigatorAction, getContextMenu, getDockableFactory, getViewId, initNavigatorWindow, isToolbarVisible, registerExtension, registerSelectInNavigatorListeners, removeContextMenuListenercreateNavigatorWindow, getApplicationNavigatorManager, getChildFilterFactoryForType, getConnectionNavigatorManager, getFolderFromContext, getHelpInfo, getHostedDockables, getHostedViews, getNavigatorWindow, getURLFilter, getWorkspaceNavigatorManager, isSystemNavigator, newViewId, openNavigator, registerFilter, registerFilter, registerHostedDockable, registerHostedDockable, registerHostedDockable, setApplicationNavigatorManager, setConnectionNavigatorManager, setWorkspaceNavigatorManager, showNavigatorcreateToggleToolbarAction, findOrCreateView, findView, getAcceleratorFile, getClonesIDs, getDefaultName, getDefaultView, getDefaultViewId, getLastView, getNewView, getOrientation, getRelativeView, getShowAction, getToggleToolbarMenuWeight, getViewCategory, getViews, handleEvent, isClone, setToolbarVisible, showLastView, showView, updatepublic static final java.lang.String SUB_PREFIX
public void initialize()
MultiManagerinitialize in interface Addininitialize in class MultiManagerDockableFactoryprotected NavigatorWindow getShowTarget(NavigatorWindow navWin)
getShowTarget in class oracle.ideri.navigator.DefaultNavigatorManagerpublic static void refreshAllProjectsInNavigator(Context context)
context - The Context containing the NavigatorWindow on which to refresh all projects.protected void addNavigatorInit(NavigatorInitFactory initFactory)
protected final NavigatorWindow createNavigatorWindow(Context context, ViewId viewId)
createNavigatorWindow in class oracle.ideri.navigator.DefaultNavigatorManagerprotected void initNavigatorWindowComparator(oracle.ideri.navigator.DefaultNavigatorWindow navigator)
initNavigatorWindowComparator in class oracle.ideri.navigator.DefaultNavigatorManager