Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


Uses of Interface
oracle.ide.controller.ControllerProvider

Packages that use ControllerProvider
oracle.ide.ceditor The Code Editor package contains the code editing implementation of the JDeveloper IDE. 
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.keyboard Defining your default accelerators 
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.palette2 Contains interfaces and classes that allow for palette integration. 
oracle.ide.runner Contains classes that allow addins some level of control on the IDE runner system. 
oracle.ide.view   
oracle.ideri.navigator   
oracle.jdeveloper.merge Contains classes for merge editor abstractions, including an editor addin, commands, a controller, and utilities. 
oracle.jdeveloper.vcs.changelist   
oracle.jdeveloper.vcs.spi Contains extension-level service provider interfaces for version control system integraton. 
oracle.jdeveloper.vcs.versionhistory   
oracle.jdevimpl.audit.log   
oracle.jdevimpl.compare   
oracle.jdevimpl.history   

 

Uses of ControllerProvider in oracle.ide.ceditor

 

Classes in oracle.ide.ceditor that implement ControllerProvider
 class CodeEditor
          The CodeEditor is the integration layer between the IDE and the editor components to provide a code editor inside the IDE.
 class CodeEditorGutter.GutterView
          Deprecated. Use CodeEditorGutterView
 class CodeEditorGutterView
          The CodeEditorGutter has its own view in order to support the context menu properly.

 

Uses of ControllerProvider in oracle.ide.docking

 

Classes in oracle.ide.docking that implement ControllerProvider
 class DockableView
          This interface is the bridge between the Dockable interface docking system and the View interface.
 class DockableWindow
          This class is the bridge between the Dockable interface docking system and the View interface.
 class DrawerDockableWindow
           
 class DrawerWindow
           

 

Uses of ControllerProvider in oracle.ide.editor

 

Classes in oracle.ide.editor that implement ControllerProvider
 class AbstractEditor
          Deprecated. The Editor hierarchy has been collapsed
 class AbstractFlatEditor
          Deprecated. The Editor hierarchy has been collapsed
 class AsynchronousEditor
          Base editor template for editors that load the UI model on a thread off the event dispatch thread.
 class Editor
          Editors such as code, gui, html editors should implements the Editor interface.
 class FlatEditor
          Deprecated. The Editor hierarchy has been collapsed

 

Uses of ControllerProvider in oracle.ide.explorer

 

Classes in oracle.ide.explorer that implement ControllerProvider
 class AbstractTreeExplorer
          Provides a base class for tree explorer implementations.
 class Explorer
          The Explorer class provides the API for getting a GUI representation of the structure for a given Context.
 class ExplorerWindow
           
 class TreeExplorer
          The TreeExplorer interface defines the API for managing the nodes in the navigator and explorer trees.

 

Uses of ControllerProvider in oracle.ide.inspector

 

Classes in oracle.ide.inspector that implement ControllerProvider
 class InspectorWindow
          The InspectorWindow is a View consisting of a Toolbar area, a main body area and a status area.

 

Uses of ControllerProvider in oracle.ide.keyboard

 

Classes in oracle.ide.keyboard that implement ControllerProvider
 class KeyboardDockable
           

 

Uses of ControllerProvider in oracle.ide.log

 

Classes in oracle.ide.log that implement ControllerProvider
 class AbstractLogPage
          The AbstractLogPage is a convenience class that should be extended by integrators that need to add their own LogPage to the LogWindow.
 class DefaultLogPage
          This implementation of LogPage supports the logging of simple text messages as well as Collection message objects.
 class LogWindow
          The LogWindow is the dockable view responsible for managing log pages.
 class MessagePage
          The MessagePage class provides a log page based on a text area.

 

Uses of ControllerProvider in oracle.ide.navigator

 

Classes in oracle.ide.navigator that implement ControllerProvider
 class NavigatorWindow
          NavigatorWindow interface provides the API for managing the contents of a navigator window tree.
 class ProjectNavigatorWindow
           

 

Uses of ControllerProvider in oracle.ide.palette2

 

Classes in oracle.ide.palette2 that implement ControllerProvider
 class PaletteWindow
          The PaletteWindow class is the Component Palette View.

 

Uses of ControllerProvider in oracle.ide.runner

 

Classes in oracle.ide.runner that implement ControllerProvider
 class RunLogPage
          The RunLogPage class is the LogPage used for a running process.

 

Uses of ControllerProvider in oracle.ide.view

 

Classes in oracle.ide.view that implement ControllerProvider
 class AbstractPinnable
          AbstractPinnable implements the Pinnable interface as it applies to a DockableWindow which is capable of responding to changes in selection in the active View as well as changes of the active View from one View to another.
 class View
           View components display information to the user.
 class ViewDecorator
          Base decorator object for View implementations.

 

Uses of ControllerProvider in oracle.ideri.navigator

 

Classes in oracle.ideri.navigator that implement ControllerProvider
 class oracle.ideri.navigator.DefaultNavigatorWindow
           

 

Uses of ControllerProvider in oracle.jdeveloper.merge

 

Classes in oracle.jdeveloper.merge that implement ControllerProvider
 class AbstractMergeEditor
          Deprecated. replaced by DynamicMergeEditor.
 class BaseMergeEditor
           
 class BaseTextMergeEditor
           
 class DynamicMergeEditor
           
 class TextMergeEditor
          Textual merge editor specialization class.

 

Uses of ControllerProvider in oracle.jdeveloper.vcs.changelist

 

Classes in oracle.jdeveloper.vcs.changelist that implement ControllerProvider
 class ChangeListWindow
          A dockable view containing a ChangeList instance.

 

Uses of ControllerProvider in oracle.jdeveloper.vcs.spi

 

Classes in oracle.jdeveloper.vcs.spi that implement ControllerProvider
 class VCSExplorer
           

 

Uses of ControllerProvider in oracle.jdeveloper.vcs.versionhistory

 

Classes in oracle.jdeveloper.vcs.versionhistory that implement ControllerProvider
 class VersionHistoryViewer
           

 

Uses of ControllerProvider in oracle.jdevimpl.audit.log

 

Classes in oracle.jdevimpl.audit.log that implement ControllerProvider
 class AuditLogPage
          An Audit results log page.

 

Uses of ControllerProvider in oracle.jdevimpl.compare

 

Classes in oracle.jdevimpl.compare that implement ControllerProvider
 class oracle.jdevimpl.compare.BaseCompareEditor
           
 class oracle.jdevimpl.compare.DrawerEditor
           

 

Uses of ControllerProvider in oracle.jdevimpl.history

 

Classes in oracle.jdevimpl.history that implement ControllerProvider
 class oracle.jdevimpl.history.HistoryViewer
           

 


Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


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