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

E13403-07

Uses of Package
oracle.ide.view

Packages that use oracle.ide.view
oracle.ide Contains classes that allow addins access to the IDE integration objects. 
oracle.ide.ceditor The Code Editor package contains the code editing implementation of the JDeveloper IDE. 
oracle.ide.controller   
oracle.ide.controls.elementtree   
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.layout Contains interfaces and classes addins can implement or extend to provide preferred layouts for their own specialized editors. 
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.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.generic   
oracle.jdeveloper.vcs.nav   
oracle.jdeveloper.vcs.versionhistory   
oracle.jdeveloper.webapp.breadcrumbs   
oracle.jdevimpl.audit.log   
oracle.jdevimpl.bookmarks   
oracle.jdevimpl.compare   
oracle.jdevimpl.history   
 

Classes in oracle.ide.view used by oracle.ide
ActiveViewListener
          The ActiveViewListener interface should be implemented by extensions that need to know when views in the IDE change their active status.
View
           View components display information to the user.
 

Classes in oracle.ide.view used by oracle.ide.ceditor
StatusProvider
          The StatusProvider interface is the means by which an object may supply custom StatusBar cells for use within a shared StatusBar instance.
View
           View components display information to the user.
 

Classes in oracle.ide.view used by oracle.ide.controller
View
           View components display information to the user.
 

Classes in oracle.ide.view used by oracle.ide.controls.elementtree
View
           View components display information to the user.
 

Classes in oracle.ide.view used by oracle.ide.docking
View
           View components display information to the user.
ViewDecorator
          Base decorator object for View implementations.
 

Classes in oracle.ide.view used by oracle.ide.editor
View
           View components display information to the user.
 

Classes in oracle.ide.view used by oracle.ide.explorer
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.
MultiManager
          The MultiManager class is a base class for other managers that can support support either a singleton view or multiple views based on a configurable setting.
Pinnable
          The Pinnable interface provides a pinning API to allow the implementation to ignore changes in selection and/or active view.
PinnableManager
           
View
           View components display information to the user.
ViewDecorator
          Base decorator object for View implementations.
ViewSelectionListener
          The ViewSelectionListener interface should be implemented by extensions that need to track the selection changes of a view.
 

Classes in oracle.ide.view used by oracle.ide.inspector
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.
MultiManager
          The MultiManager class is a base class for other managers that can support support either a singleton view or multiple views based on a configurable setting.
Pinnable
          The Pinnable interface provides a pinning API to allow the implementation to ignore changes in selection and/or active view.
PinnableManager
           
View
           View components display information to the user.
ViewDecorator
          Base decorator object for View implementations.
ViewEvent
          The ViewEvent is used to indicate that state of a View has been modified.
ViewListener
          The ViewListener interface should be implemented by extensions that need to know when views in the IDE change their state.
ViewSelectionListener
          The ViewSelectionListener interface should be implemented by extensions that need to track the selection changes of a view.
 

Classes in oracle.ide.view used by oracle.ide.layout
View
           View components display information to the user.
 

Classes in oracle.ide.view used by oracle.ide.log
View
           View components display information to the user.
ViewDecorator
          Base decorator object for View implementations.
 

Classes in oracle.ide.view used by oracle.ide.navigator
MultiManager
          The MultiManager class is a base class for other managers that can support support either a singleton view or multiple views based on a configurable setting.
View
           View components display information to the user.
ViewDecorator
          Base decorator object for View implementations.
 

Classes in oracle.ide.view used by oracle.ide.palette2
View
           View components display information to the user.
ViewDecorator
          Base decorator object for View implementations.
 

Classes in oracle.ide.view used by oracle.ide.runner
View
           View components display information to the user.
 

Classes in oracle.ide.view used by oracle.ide.view
ActiveViewEvent
          Event object used by the ActiveViewListener to notify implementors which view is being activated and which is being deactivated.
MultiManager
          The MultiManager class is a base class for other managers that can support support either a singleton view or multiple views based on a configurable setting.
Pinnable
          The Pinnable interface provides a pinning API to allow the implementation to ignore changes in selection and/or active view.
StatusProvider
          The StatusProvider interface is the means by which an object may supply custom StatusBar cells for use within a shared StatusBar instance.
View
           View components display information to the user.
ViewDecorator
          Base decorator object for View implementations.
ViewEvent
          The ViewEvent is used to indicate that state of a View has been modified.
ViewListener
          The ViewListener interface should be implemented by extensions that need to know when views in the IDE change their state.
ViewSelectionEvent
          The ViewSelectionEvent is used to indicate that the selection held by the a View has been modified.
ViewSelectionListener
          The ViewSelectionListener interface should be implemented by extensions that need to track the selection changes of a view.
ViewStateEvent
          Event object passed to a ViewStateListener.
ViewStateListener
          Class whose methods are called back when a View's state changes.
 

Classes in oracle.ide.view used by oracle.ideri.navigator
MultiManager
          The MultiManager class is a base class for other managers that can support support either a singleton view or multiple views based on a configurable setting.
View
           View components display information to the user.
ViewDecorator
          Base decorator object for View implementations.
 

Classes in oracle.ide.view used by oracle.jdeveloper.compiler
ActiveViewEvent
          Event object used by the ActiveViewListener to notify implementors which view is being activated and which is being deactivated.
ActiveViewListener
          The ActiveViewListener interface should be implemented by extensions that need to know when views in the IDE change their active status.
View
           View components display information to the user.
 

Classes in oracle.ide.view used by oracle.jdeveloper.merge
DynamicStatusProvider
          The DynamicStatusProvider interface is an extension of StatusProvider that supports the concept of dynamic additional cells.
StatusProvider
          The StatusProvider interface is the means by which an object may supply custom StatusBar cells for use within a shared StatusBar instance.
View
           View components display information to the user.
 

Classes in oracle.ide.view used by oracle.jdeveloper.uieditor
View
           View components display information to the user.
ViewAdapter
          Defaul ViewListener implementations.
ViewEvent
          The ViewEvent is used to indicate that state of a View has been modified.
ViewListener
          The ViewListener interface should be implemented by extensions that need to know when views in the IDE change their state.
ViewSelectionEvent
          The ViewSelectionEvent is used to indicate that the selection held by the a View has been modified.
ViewSelectionListener
          The ViewSelectionListener interface should be implemented by extensions that need to track the selection changes of a view.
 

Classes in oracle.ide.view used by oracle.jdeveloper.uieditor.uicanvas
View
           View components display information to the user.
ViewSelectionListener
          The ViewSelectionListener interface should be implemented by extensions that need to track the selection changes of a view.
 

Classes in oracle.ide.view used by oracle.jdeveloper.vcs.changelist
View
           View components display information to the user.
ViewDecorator
          Base decorator object for View implementations.
 

Classes in oracle.ide.view used by oracle.jdeveloper.vcs.generic
View
           View components display information to the user.
 

Classes in oracle.ide.view used by oracle.jdeveloper.vcs.nav
View
           View components display information to the user.
 

Classes in oracle.ide.view used by oracle.jdeveloper.vcs.versionhistory
DynamicStatusProvider
          The DynamicStatusProvider interface is an extension of StatusProvider that supports the concept of dynamic additional cells.
StatusProvider
          The StatusProvider interface is the means by which an object may supply custom StatusBar cells for use within a shared StatusBar instance.
View
           View components display information to the user.
 

Classes in oracle.ide.view used by oracle.jdeveloper.webapp.breadcrumbs
View
           View components display information to the user.
 

Classes in oracle.ide.view used by oracle.jdevimpl.audit.log
View
           View components display information to the user.
 

Classes in oracle.ide.view used by oracle.jdevimpl.bookmarks
View
           View components display information to the user.
ViewDecorator
          Base decorator object for View implementations.
 

Classes in oracle.ide.view used by oracle.jdevimpl.compare
View
           View components display information to the user.
 

Classes in oracle.ide.view used by oracle.jdevimpl.history
DynamicStatusProvider
          The DynamicStatusProvider interface is an extension of StatusProvider that supports the concept of dynamic additional cells.
StatusProvider
          The StatusProvider interface is the means by which an object may supply custom StatusBar cells for use within a shared StatusBar instance.
View
           View components display information to the user.
 


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.