Extension SDK 10.1.2

Uses of Class
oracle.ide.addin.AbstractView

Packages that use AbstractView
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.log Contains the interfaces and classes that allow addins to provide their own log pages. 
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. 
 

Uses of AbstractView in oracle.ide.addin
 

Subclasses of AbstractView in oracle.ide.addin
 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.
 

Uses of AbstractView in oracle.ide.docking
 

Subclasses of AbstractView in oracle.ide.docking
 class DockableWindow
          This class is the bridge between the Dockable interface docking system and the View interface.
 

Uses of AbstractView in oracle.ide.editor
 

Subclasses of AbstractView in oracle.ide.editor
 class AbstractEditor
           
 class AbstractFlatEditor
           
 

Uses of AbstractView in oracle.ide.explorer
 

Subclasses of AbstractView in oracle.ide.explorer
 class AbstractExplorer
          Explorer base class.
 

Uses of AbstractView in oracle.ide.log
 

Subclasses of AbstractView in oracle.ide.log
 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 AbstractView in oracle.ide.runner
 

Subclasses of AbstractView in oracle.ide.runner
 class RunLogPage
          The RunLogPage class is the LogPage used for a running process.
 

Uses of AbstractView in oracle.jdeveloper.ceditor
 

Subclasses of AbstractView in oracle.jdeveloper.ceditor
 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 AbstractView in oracle.jdeveloper.cm.dt.addin
 

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

Uses of AbstractView in oracle.jdeveloper.compiler
 

Subclasses of AbstractView in oracle.jdeveloper.compiler
 class CompilerPage
           
 

Uses of AbstractView in oracle.jdeveloper.uieditor
 

Subclasses of AbstractView in oracle.jdeveloper.uieditor
 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.
 


Extension SDK

 

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