Extension SDK 10.1.2

Uses of Interface
oracle.ide.addin.Controller

Packages that use Controller
oracle.ide Contains classes that allow addins access to the IDE integration objects. 
oracle.ide.addin Contains classes and interfaces that are used by addins to extend JDeveloper with their own views and wizards. 
oracle.ide.docking Contains interfaces and classes responsible for the dockable behavior provided by JDeveloper. 
oracle.ide.editor Contains classes and interfaces that allow addins to add their own specialized editors to JDeveloper. 
oracle.ide.explorer Contains the interfaces and classes addins use to provide a structured view of data contained in nodes displayed in a navigator or an editor. 
oracle.ide.gallery Contains classes implementing JDeveloper's new object gallery. 
oracle.ide.inspector Contains interfaces and classes that integrators may use to make their objects editable from the property inspector. 
oracle.ide.log Contains the interfaces and classes that allow addins to provide their own log pages. 
oracle.ide.navigator Contains classes providing navigator support. 
oracle.ide.print Contains classes that allow addins some level of control on the IDE print system. 
oracle.ide.window Contains the interface that allows addins to customize the Window menu. 
oracle.jdeveloper.ceditor The Code Editor package contains the code editing implementation of the JDeveloper IDE. 
oracle.jdeveloper.compiler Contains classes that allow addins to integrate their own build system translator. 
oracle.jdeveloper.model Contains interfaces and classes implementing the Java specific portions of JDeveloper's data model. 
oracle.jdeveloper.uieditor Contains classes that allow addins access to the UIEditor integration objects. 
oracle.jdeveloper.vcs.spi Contains extension-level service provider interfaces for version control system integraton. 
 

Uses of Controller in oracle.ide
 

Classes in oracle.ide that implement Controller
 class FileOpenHistory
          The FileOpenHistory class manages the opened files history.
 class MultiManager
          The MultiManager class is a base class for other managers that can support support either a singleton view or multiple views based on a configurable setting.
 class PinnableManager
           
 class WizardManager
          WizardManager provides the interface through which the IDE handles Wizards.
 

Methods in oracle.ide that return Controller
 Controller IdeMainWindow.getController()
           
 

Methods in oracle.ide with parameters of type Controller
 void IdeAction.addController(Controller controller)
          Adds the specified controller to the list of controllers that manage this IdeAction.
static void IdeAction.addController(int actionID, Controller controller)
          Convenience method for looking up the specified IdeAction by its action ID and, if found, adding the specified controller to it.
 void IdeAction.removeController(Controller controller)
          Removes the specified controller from the list of controllers that manage this IdeAction.
static void IdeAction.removeController(int actionID, Controller controller)
          Convenience method for looking up the specified IdeAction by its action ID and, if found, removing the specified controller from it.
 

Uses of Controller in oracle.ide.addin
 

Methods in oracle.ide.addin that return Controller
 Controller ControllerProvider.getController()
          Get the Controller associated with this view.
 Controller AbstractView.getController()
          Gets the Controller associated with this view.
 

Uses of Controller in oracle.ide.docking
 

Classes in oracle.ide.docking that implement Controller
 class DockStation
          The singleton for docking operations.
 

Uses of Controller in oracle.ide.editor
 

Classes in oracle.ide.editor that implement Controller
 class EditorManager
          The EditorManager serves as the registry for Editors that want to register themselves with specific Node types.
 

Methods in oracle.ide.editor that return Controller
 Controller AbstractEditor.getController()
           
 

Uses of Controller in oracle.ide.explorer
 

Classes in oracle.ide.explorer that implement Controller
 class ExplorerManager
          The ExplorerManager interface acts as a registry for Explorer types registered against a given Document type specific to a given View type.
 

Methods in oracle.ide.explorer that return Controller
 Controller AbstractExplorer.getController()
          Get the Controller for this View.
 

Uses of Controller in oracle.ide.gallery
 

Classes in oracle.ide.gallery that implement Controller
 class ObjectGalleryAddin
          Addin which glues the Object Gallery into the JDeveloper IDE.
 

Uses of Controller in oracle.ide.inspector
 

Classes in oracle.ide.inspector that implement Controller
 class InspectorManager
          The InspectorManager manages property inspector views.
 

Uses of Controller in oracle.ide.log
 

Classes in oracle.ide.log that implement Controller
 class AbstractLogManager
          The AbstractLogManager class provides the basic support for managing and showing a log page's context menu.
 class LogManager
          The LogManager interface should be implemented to provide customized management of LogPages.
 

Methods in oracle.ide.log that return Controller
 Controller DefaultLogPage.getController()
           
 Controller MessagePage.getController()
           
 Controller AbstractLogPage.getController()
           
 

Methods in oracle.ide.log with parameters of type Controller
 void AbstractLogPage.checkCommands(Context context, Controller activeController)
           
 

Uses of Controller in oracle.ide.navigator
 

Classes in oracle.ide.navigator that implement Controller
 class NavigatorManager
          The NavigatorManager is responsible for managing the creation of the system navigator and transient navigators opened on selected nodes.
 

Uses of Controller in oracle.ide.print
 

Classes in oracle.ide.print that implement Controller
 class PrintManager
           
 

Uses of Controller in oracle.ide.window
 

Classes in oracle.ide.window that implement Controller
 class WindowManager
          This class manages the organization of windows in the IDE.
 

Uses of Controller in oracle.jdeveloper.ceditor
 

Classes in oracle.jdeveloper.ceditor that implement Controller
 class CodeEditorController
          The CodeEditorController is the controller for the CodeEditor Addin.
 

Methods in oracle.jdeveloper.ceditor that return Controller
 Controller CodeEditor.getController()
          Gets the Controller associated with this view.
 

Uses of Controller in oracle.jdeveloper.compiler
 

Classes in oracle.jdeveloper.compiler that implement Controller
 class JCompiler
          The JCompiler manages compiling.
 

Uses of Controller in oracle.jdeveloper.model
 

Classes in oracle.jdeveloper.model that implement Controller
 class JProjectStructureController
          The JProjectStructureController controller is responsible for handling the project structuring commands.
 

Uses of Controller in oracle.jdeveloper.uieditor
 

Classes in oracle.jdeveloper.uieditor that implement Controller
 class AbstractCanvasController
          AbstractCanvasController provides an implementation of Controller based upon BaseController.
 

Methods in oracle.jdeveloper.uieditor that return Controller
 Controller AbstractCanvas.getController()
          Gets the Controller associated with this view.
 

Uses of Controller in oracle.jdeveloper.vcs.spi
 

Classes in oracle.jdeveloper.vcs.spi that implement Controller
 class VCSController
          Abstract superclass for version client controllers.
 


Extension SDK

 

Copyright © 1997, 2004, Oracle. All rights reserved.