Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.6.0)

E13403-07

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.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.compiler Contains classes that allow addins to integrate their own build system translator. 
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.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.changelist   
oracle.jdeveloper.vcs.versionhistory   
oracle.jdevimpl.audit.log   
oracle.jdevimpl.bookmarks   
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
           
 

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 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.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.compiler
 

Classes in oracle.jdeveloper.compiler that implement Helpable
 class CompilerPage
           
 class ProblemsPage
          This implementation of LogPage supports the logging of simple text messages.
 

Uses of Helpable in oracle.jdeveloper.merge
 

Classes in oracle.jdeveloper.merge that implement Helpable
 class AbstractMergeEditor
          Abstract class for a dynamically registered merge editor.
 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
           
 

Uses of Helpable in oracle.jdeveloper.uieditor
 

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

Uses of Helpable in oracle.jdeveloper.uieditor.uicanvas
 

Classes in oracle.jdeveloper.uieditor.uicanvas that implement Helpable
 class AssistantExplorer
           
 class UICanvas
          UICanvas represents a design canvas to be hosted by the UIEditor when manipulating GUI objects.
 

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.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.bookmarks
 

Classes in oracle.jdevimpl.bookmarks that implement Helpable
 class BookmarkDockable
           
 

Uses of Helpable in oracle.jdevimpl.compare
 

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

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 Reference
11g Release 1 (11.1.1.6.0)

E13403-07

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