Extension SDK

oracle.ide
Interface FeatureManager


public interface FeatureManager

The FeatureManager interface when implemented provides the core ide features, such as: the main window, navigators, explorer, inspector, log window, etc..


Method Summary
 DockStation getDockStation()
          Returns the Ide dock station.
 EditorManager getEditorManager()
          Returns the Ide editor manager.
 ExplorerManager getExplorerManager()
          Returns the Ide explorer manager.
 oracle.ide.gallery.GalleryManager getGalleryManager()
          Return the Gallery Manager
 InspectorManager getInspectorManager()
          Returns the Ide inspector manager.
 Layouts getLayouts()
          Returns the layouts.
 LogManager getLogManager()
          Returns the Ide log manager.
 MainWindow getMainWindow()
          Returns the Ide main window.
 NavigatorManager getNavigatorManager()
          Returns the Ide navigator manager.
 PaletteManager getPaletteManager()
          Returns the Ide paletee manager.
 PrintManager getPrintManager()
          Returns the Ide print manager.
 java.lang.SecurityManager getSecurityManager()
          Return the security manager.
 oracle.ide.window.WindowManager getWindowManager()
          Returns the Ide window manager.
 

Method Detail

getMainWindow

public MainWindow getMainWindow()
Returns the Ide main window. Initializes one if none yet available

getDockStation

public DockStation getDockStation()
Returns the Ide dock station. Initializes one if none yet available

getNavigatorManager

public NavigatorManager getNavigatorManager()
Returns the Ide navigator manager. Initializes one if none yet available

getExplorerManager

public ExplorerManager getExplorerManager()
Returns the Ide explorer manager. Initializes one if none yet available

getLogManager

public LogManager getLogManager()
Returns the Ide log manager. Initializes one if none yet available

getInspectorManager

public InspectorManager getInspectorManager()
Returns the Ide inspector manager. Initializes one if none yet available

getEditorManager

public EditorManager getEditorManager()
Returns the Ide editor manager. Initializes one if none yet available

getPrintManager

public PrintManager getPrintManager()
Returns the Ide print manager. Initializes one if none yet available

getPaletteManager

public PaletteManager getPaletteManager()
Returns the Ide paletee manager. Initializes one if none yet available

getWindowManager

public oracle.ide.window.WindowManager getWindowManager()
Returns the Ide window manager. Initializes one if none yet available

getLayouts

public Layouts getLayouts()
Returns the layouts. Layouts define how views are laid out in JDeveloper.

getGalleryManager

public oracle.ide.gallery.GalleryManager getGalleryManager()
Return the Gallery Manager

getSecurityManager

public java.lang.SecurityManager getSecurityManager()
Return the security manager.

Extension SDK