Extension SDK 10.1.2

Uses of Interface
oracle.ide.addin.ControllerProvider

Packages that use ControllerProvider
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.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.palette Contains classes that allow for palette integration and commands. 
oracle.ide.runner Contains classes that allow addins some level of control on the IDE runner system. 
oracle.jdeveloper.ceditor The Code Editor package contains the code editing implementation of the JDeveloper IDE. 
oracle.jdeveloper.cm.dt.addin Contains base implementations of addin interfaces. 
oracle.jdeveloper.compiler Contains classes that allow addins to integrate their own build system translator. 
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. 
 

Uses of ControllerProvider in oracle.ide
 

Classes in oracle.ide that implement ControllerProvider
 class IdeMainWindow
          This class implements the main application view.
 

Uses of ControllerProvider in oracle.ide.addin
 

Subinterfaces of ControllerProvider in oracle.ide.addin
 interface View
          View components dispaly information to the user.
 

Classes in oracle.ide.addin 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 AbstractView
          AbstractView provides a default implementation for most methods defined in the View interface.
 

Uses of ControllerProvider in oracle.ide.docking
 

Subinterfaces of ControllerProvider in oracle.ide.docking
 interface DockableView
          This interface is the bridge between the Dockable interface docking system and the View interface.
 

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

Uses of ControllerProvider in oracle.ide.editor
 

Subinterfaces of ControllerProvider in oracle.ide.editor
 interface Editor
          Editors such as code, gui, html editors should implements the Editor interface.
 interface EditorFrame
          The EditorFrame interface.
 interface FlatEditor
          Defines an Editor that wants to participate in the improved windowing of JDeveloper 9.0.5
 

Classes in oracle.ide.editor that implement ControllerProvider
 class AbstractEditor
           
 class AbstractFlatEditor
           
 

Uses of ControllerProvider in oracle.ide.explorer
 

Subinterfaces of ControllerProvider in oracle.ide.explorer
 interface Explorer
          The Explorer interface provides the API for getting a GUI representation of the structure for a given Context.
 interface ExplorerWindow
           
 interface TreeExplorer
          The TreeExplorer interface defines the API for managing the nodes in the navigator and explorer trees.
 

Classes in oracle.ide.explorer that implement ControllerProvider
 class AbstractExplorer
          Explorer base class.
 

Uses of ControllerProvider in oracle.ide.inspector
 

Subinterfaces of ControllerProvider in oracle.ide.inspector
 interface 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.log
 

Subinterfaces of ControllerProvider in oracle.ide.log
 interface LogOwner
          The LogOwner interface should be implemented by views that manage LogPages.
 interface LogPage
          The LogPage interface should be implemented by addins that report information to the user.
 interface LogWindow
          The LogWindow is the dockable view responsible for managing log pages.
 

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 MessagePage
          The MessagePage class provides a simple text field where clients can log their messages.
 

Uses of ControllerProvider in oracle.ide.navigator
 

Subinterfaces of ControllerProvider in oracle.ide.navigator
 interface NavigatorWindow
          NavigatorWindow interface provides the API for managing the contents of a navigator window tree.
 

Uses of ControllerProvider in oracle.ide.palette
 

Subinterfaces of ControllerProvider in oracle.ide.palette
 interface 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.jdeveloper.ceditor
 

Subinterfaces of ControllerProvider in oracle.jdeveloper.ceditor
 interface CodeEditorGutter
          The CodeEditorGutter interface is an extension of the editor's Gutter interface to integrate with the JDev environment and provide Context information for other Addins.
 

Classes in oracle.jdeveloper.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.
 

Uses of ControllerProvider in oracle.jdeveloper.cm.dt.addin
 

Classes in oracle.jdeveloper.cm.dt.addin that implement ControllerProvider
 class AbstractConnectionEditor
          AbstractConnectionEditor provides a base class that can be used when creating new Editor implementations that work against a database connection.
 

Uses of ControllerProvider in oracle.jdeveloper.compiler
 

Classes in oracle.jdeveloper.compiler that implement ControllerProvider
 class CompilerPage
           
 

Uses of ControllerProvider in oracle.jdeveloper.uieditor
 

Subinterfaces of ControllerProvider in oracle.jdeveloper.uieditor
 interface UIEditorCanvas
          UIEditorCanvas represents a design canvas for hosting within the UIEditor.
 

Classes in oracle.jdeveloper.uieditor that implement ControllerProvider
 class AbstractCanvas
          AbstractCanvas provides an implementation of UIEditorCanvas based upon AbstractExplorer which provides a default implementation for all UIEditorCanvas behavior.
 class UIEditor
          Editor implementation whose visuals depict the GUI declared in a JavaSourceNode instance.
 class UIEditorLogPage
          A LogPage implementation specialized for display of CmtMessage instances from one or more CmtComponent objects.
 

Uses of ControllerProvider in oracle.jdeveloper.uieditor.uicanvas
 

Subinterfaces of ControllerProvider in oracle.jdeveloper.uieditor.uicanvas
 interface UICanvas
          UICanvas represents a design canvas to be hosted by the UIEditor when manipulating GUI objects.
 


Extension SDK

 

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