|
Extension SDK 10.1.3.36.73 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Controller | |
| oracle.ide | Contains classes that allow addins access to the IDE integration objects. |
| oracle.ide.ceditor | The Code Editor package contains the code editing
implementation of the JDeveloper IDE. |
| oracle.ide.cmd | Contains classes implementing several JDeveloper commands. |
| oracle.ide.controller | |
| 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.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.util | Contains utility classes. |
| oracle.ide.view | |
| oracle.ideri.navigator | |
| oracle.jdeveloper.controller | |
| oracle.jdeveloper.merge | Contains classes for merge editor abstractions, including an editor addin, commands, a controller, and utilities. |
| oracle.jdeveloper.refactoring | Contains classes that allow to participate or to initiate refactoring operations. |
| oracle.jdeveloper.uieditor | Contains classes that allow addins access to the UIEditor integration objects. |
| oracle.jdeveloper.uieditor.uicanvas | Contains classes that allow addins access to the UICanvas integration objects. |
| oracle.jdeveloper.vcs.spi | Contains extension-level service provider interfaces for version control system integraton. |
| oracle.jdevimpl.compare | |
| Uses of Controller in oracle.ide |
| Methods in oracle.ide that return Controller | |
static Controller |
Ide.getIdeController()
Internal only. |
| Uses of Controller in oracle.ide.ceditor |
| Classes in oracle.ide.ceditor that implement Controller | |
class |
CodeEditorController
The CodeEditorController is the controller for the
CodeEditor Addin. |
| Methods in oracle.ide.ceditor that return Controller | |
Controller |
CodeEditorGutter.GutterView.getController()
|
Controller |
CodeEditor.getController()
Gets the Controller associated with this view. |
| Uses of Controller in oracle.ide.cmd |
| Classes in oracle.ide.cmd that implement Controller | |
class |
FileOpenHistory
The FileOpenHistory class manages the opened files
history. |
| Uses of Controller in oracle.ide.controller |
| Methods in oracle.ide.controller that return Controller | |
Controller |
ControllerProvider.getController()
Get the Controller associated with this view. |
| Methods in oracle.ide.controller 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.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 Editor that want to register themselves with
specific Node types. |
| Methods in oracle.ide.editor that return Controller | |
Controller |
Editor.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 |
Explorer.getController()
Get the Controller for this View. |
| 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 |
MessagePage.getController()
Gets the Controller for the message page |
Controller |
DefaultLogPage.getController()
|
Controller |
AbstractLogPage.getController()
|
| Uses of Controller in oracle.ide.navigator |
| Classes in oracle.ide.navigator that implement Controller | |
class |
ContentSetSupport
|
class |
NavigatorManager
The NavigatorManager is responsible for managing the creation
of the system navigator and transient navigators opened on selected nodes. |
class |
ProjectNavigatorManager
|
| Methods in oracle.ide.navigator that return Controller | |
Controller |
ProjectNavigatorWindow.getController()
|
Controller |
NavigatorInit.getController()
|
| Uses of Controller in oracle.ide.print |
| Classes in oracle.ide.print that implement Controller | |
class |
PrintManager
|
| Uses of Controller in oracle.ide.util |
| Classes in oracle.ide.util that implement Controller | |
class |
WeightedController
A WeightedController allows to chain controllers using a weight to control the order. |
| Fields in oracle.ide.util declared as Controller | |
static Controller |
WeightedController.USE_ACTIVE_VIEW_CONTROLLER
A generic controller that redirects to the active view. |
static Controller |
WeightedController.NOOP_CONTROLLER
A generic controller that disables the action and does nothing to handle it. |
| Methods in oracle.ide.util with parameters of type Controller | |
void |
WeightedController.addController(Controller controller,
double weight)
Adds a controller to the list. |
void |
WeightedController.removeController(Controller controller)
|
| Constructors in oracle.ide.util with parameters of type Controller | |
WeightedController(Controller firstController,
Controller lastController)
|
|
| Uses of Controller in oracle.ide.view |
| Classes in oracle.ide.view that implement Controller | |
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
|
| Methods in oracle.ide.view that return Controller | |
Controller |
View.getController()
Gets the Controller associated with this view. |
| Uses of Controller in oracle.ideri.navigator |
| Classes in oracle.ideri.navigator that implement Controller | |
class |
oracle.ideri.navigator.DefaultNavigatorManager
|
| Uses of Controller in oracle.jdeveloper.controller |
| Classes in oracle.jdeveloper.controller that implement Controller | |
class |
NodeActionController
A controller which executes an action on one or more nodes using subclass- specific delegates. |
| Uses of Controller in oracle.jdeveloper.merge |
| Classes in oracle.jdeveloper.merge that implement Controller | |
class |
MergeController
Controller class for merge editor commands. |
| Methods in oracle.jdeveloper.merge that return Controller | |
Controller |
AbstractMergeEditor.getController()
|
| Uses of Controller in oracle.jdeveloper.refactoring |
| Methods in oracle.jdeveloper.refactoring with parameters of type Controller | |
abstract void |
RefactoringManager.addRefactoringController(int commandId,
Controller controller,
double weight)
Adds the weighted controller to to refactoring action. |
abstract void |
RefactoringManager.removeRefactoringController(int commandId,
Controller controller)
Removes the weighted controller to to refactoring action. |
| 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.uieditor.uicanvas |
| Methods in oracle.jdeveloper.uieditor.uicanvas that return Controller | |
Controller |
AssistantExplorer.getController()
|
| 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. |
| Uses of Controller in oracle.jdevimpl.compare |
| Classes in oracle.jdevimpl.compare that implement Controller | |
class |
oracle.jdevimpl.compare.CompareController
|
|
Extension SDK 10.1.3.36.73 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
Copyright © 1997, 2005, Oracle.All rights reserved.