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

E17493-01

Uses of Interface
oracle.ide.help.Helpable

Packages that use Helpable
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.help Contains interfaces and classes used by addins to provide context sensitive help on their own windows and dialogs. 
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.runner Contains classes that allow addins some level of control on the JDeveloper runner system. 
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 Helpable in oracle.ide.ceditor
 

Classes in oracle.ide.ceditor that implement Helpable
 class CodeEditor
          The CodeEditor is the integration layer between the IDE and the editor components to provide a code editor inside the IDE.
protected  class CodeEditor.CEToolbar
          Our override of the Toolbar class so that it is invisible when it is empty.
 class CodeEditorGutter.GutterView
          Deprecated. Use CodeEditorGutterView
 class CodeEditorGutterView
          The CodeEditorGutter has its own view in order to support the context menu properly.
 

Uses of Helpable in oracle.ide.docking
 

Classes in oracle.ide.docking that implement Helpable
 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 Helpable in oracle.ide.editor
 

Classes in oracle.ide.editor that implement Helpable
 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 Helpable in oracle.ide.explorer
 

Classes in oracle.ide.explorer that implement Helpable
 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 Helpable in oracle.ide.help
 

Methods in oracle.ide.help with parameters of type Helpable
 HelpInfo HelpableProvider.getHelpInfo(Helpable helpable)
           
 

Uses of Helpable in oracle.ide.inspector
 

Classes in oracle.ide.inspector that implement Helpable
 class IdeMultiObjectModel
          The IdeMultiObjectModel is a PropertyModel implementation capable of handling undoable property sets on one or more objects.
 class IdePropertyModel
          The IdePropertyModel class extends MultiObjectModel to add additional methods required to make the model more IDE friendly with respect to responding to and sending observer updates.
 class InspectorWindow
          The InspectorWindow is a View consisting of a Toolbar area, a main body area and a status area.
 

Uses of Helpable in oracle.ide.keyboard
 

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

Uses of Helpable in oracle.ide.log
 

Classes in oracle.ide.log that implement Helpable
 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 Helpable in oracle.ide.navigator
 

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

Uses of Helpable in oracle.ide.palette2
 

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

Uses of Helpable in oracle.ide.runner
 

Classes in oracle.ide.runner that implement Helpable
 class RunLogPage
          The RunLogPage class is the LogPage used for a running process.
 class RunProcess
          An abstract class that represents a process that can be run in some way.
 

Uses of Helpable in oracle.ide.view
 

Classes in oracle.ide.view that implement Helpable
 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 Helpable in oracle.ideri.navigator
 

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

Uses of Helpable in oracle.jdeveloper.merge
 

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

Uses of Helpable in oracle.jdeveloper.runner
 

Classes in oracle.jdeveloper.runner that implement Helpable
 class JRunProcess
          An abstract class that represents a Java process.
 class RemoteProcess
           
 class RunningProcess
          Represents an actively running process (JRunProcess)
 

Uses of Helpable in oracle.jdeveloper.vcs.changelist
 

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

Uses of Helpable in oracle.jdeveloper.vcs.spi
 

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

Uses of Helpable in oracle.jdeveloper.vcs.versionhistory
 

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

Uses of Helpable in oracle.jdevimpl.audit.log
 

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

Uses of Helpable in oracle.jdevimpl.compare
 

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

Uses of Helpable in oracle.jdevimpl.history
 

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


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

E17493-01

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