|
Extension SDK 10.1.2 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use View | |
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.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.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 View in oracle.ide |
Classes in oracle.ide that implement View | |
class |
IdeMainWindow
This class implements the main application view. |
Methods in oracle.ide that return View | |
View |
ActiveViewHandler.getLastActiveView()
Gets the last active view. |
abstract View |
IdeMainWindow.getLastActiveView()
Gets the last active view. |
View |
IdeMainWindow.owner()
|
Methods in oracle.ide with parameters of type View | |
java.util.List |
ActiveViewHandler.getControllerStack(View view)
This methods get a list of ControllerProvider based on a view. |
abstract void |
IdeMainWindow.registerView(View view)
Register a view for participation in active view handling. |
abstract void |
IdeMainWindow.unregisterView(View view)
Unregister a view from participation in active view handling. |
Constructors in oracle.ide with parameters of type View | |
LocalAction(java.lang.String name,
javax.swing.Icon icon,
View view)
Constructor. |
|
LocalAction(IdeAction action,
View view)
Constructor. |
|
IdeContext(View view)
Constructor. |
|
IdeContext(View view,
java.util.EventObject event)
Constructor. |
|
Menubar(View view)
Constructor. |
Uses of View in oracle.ide.addin |
Classes in oracle.ide.addin that implement View | |
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. |
Fields in oracle.ide.addin declared as View | |
protected View |
DefaultContext._view
|
protected View |
AbstractView.owner
|
Methods in oracle.ide.addin that return View | |
View |
ViewEvent.getView()
Get the View whose state has changed. |
View |
ActiveViewEvent.getNewView()
|
View |
ActiveViewEvent.getOldView()
|
View |
ViewSelectionEvent.getView()
Get the View whose selection has changed. |
View |
DefaultContext.getView()
|
protected View |
AbstractPinnable.getPinnedView()
Get the View whose selection is currently the source displayed within this DockableWindow. |
View |
Context.getView()
Provides a reference to the View associated with this Context. |
View |
AbstractView.owner()
Views can be nested. |
View |
View.owner()
Get the owning View. |
Methods in oracle.ide.addin with parameters of type View | |
void |
ViewNotifier.fireViewActivated(View view)
|
void |
ViewNotifier.fireViewDeactivated(View view)
|
void |
ViewNotifier.fireViewClosed(View view)
|
void |
DefaultContext.setView(View view)
|
protected abstract boolean |
AbstractPinnable.isViewSupported(View view)
Determine whether or not the given View is one that is considered interesting by this Pinnable. |
protected void |
AbstractPinnable.setPinnedView(View view)
Set the View whose selection should be displayed within this DockableWindow. |
void |
Context.setView(View view)
Set a reference to the View to be associated with this Context. |
static void |
AbstractView.loadToolbar(PropertyAccess properties,
Toolbar toolbar,
java.lang.String tbCountProp,
java.lang.String tbItemProp,
View view)
Creates toolbar buttons for the specified toolbar . |
static void |
AbstractView.loadToolbar(Toolbar toolbar,
java.lang.String tbCountProp,
java.lang.String tbItemProp,
View view)
Creates toolbar buttons for the specified toolbar . |
protected void |
AbstractView.setOwner(View owner)
|
Constructors in oracle.ide.addin with parameters of type View | |
ViewEvent(View view,
int id)
Constructor. |
|
ActiveViewEvent(java.lang.Object source,
View oldView,
View newView)
Constructor. |
|
ViewSelectionEvent(View view)
Constructor. |
|
ViewSelectionEvent(View view,
int id)
Constructor. |
|
ViewSelectionEvent(View view,
int id,
Element[] delta)
Constructor. |
|
DefaultContext(View view,
Workspace workspace,
Project project,
Element[] selection,
Document doc,
Element elem)
Constructor. |
|
AbstractPinnable(View owner,
java.lang.String viewId)
Constructor. |
|
AbstractView(java.lang.String viewId,
View owner)
|
Uses of View in oracle.ide.docking |
Subinterfaces of View 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 View | |
class |
DockableWindow
This class is the bridge between the Dockable interface
docking system and the View interface. |
Constructors in oracle.ide.docking with parameters of type View | |
DockableWindow(View owner,
java.lang.String viewId)
Constructor. |
Uses of View in oracle.ide.editor |
Subinterfaces of View 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 View | |
class |
AbstractEditor
|
class |
AbstractFlatEditor
|
Methods in oracle.ide.editor that return View | |
View |
AbstractEditor.owner()
|
Uses of View in oracle.ide.explorer |
Subinterfaces of View 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 View | |
class |
AbstractExplorer
Explorer base class. |
Methods in oracle.ide.explorer with parameters of type View | |
void |
Explorer.setOwner(View host)
Set the View which is to act as the host of this Explorer. |
void |
AbstractExplorer.setOwner(View owner)
|
abstract boolean |
ExplorerManager.supportsStructure(View view)
Returns true if the specified view supports
exploring of its data. |
abstract Explorer |
ExplorerManager.getExplorerForHost(View host,
Context context)
Gets the Explorer associated with the specified host
for the given context . |
Uses of View in oracle.ide.inspector |
Subinterfaces of View in oracle.ide.inspector | |
interface |
InspectorWindow
The InspectorWindow is a View consisting of a Toolbar area, a main body area and a status area. |
Methods in oracle.ide.inspector with parameters of type View | |
abstract boolean |
InspectorManager.supportsInspection(View view)
Check if the specified View supports inspection of the
selected elements in its Context . |
Uses of View in oracle.ide.layout |
Methods in oracle.ide.layout that return View | |
View |
AbstractLayoutListener.getView(ViewId id)
|
View |
Layouts.getView(ViewId id)
|
View |
LayoutListener.getView(ViewId id)
|
Methods in oracle.ide.layout with parameters of type View | |
void |
AbstractLayoutListener.addView(ViewId id,
View view)
|
void |
AbstractLayoutListener.removeView(View view)
|
void |
Layouts.addView(ViewId id,
View view)
|
void |
LayoutListener.addView(ViewId id,
View view)
|
void |
LayoutListener.removeView(View view)
|
Uses of View in oracle.ide.log |
Subinterfaces of View in oracle.ide.log | |
interface |
LogOwner
The LogOwner interface should be implemented by
views that manage LogPage s. |
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 View | |
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 View in oracle.ide.navigator |
Subinterfaces of View in oracle.ide.navigator | |
interface |
NavigatorWindow
NavigatorWindow interface provides the API for managing
the contents of a navigator window tree. |
Uses of View in oracle.ide.palette |
Subinterfaces of View in oracle.ide.palette | |
interface |
PaletteWindow
The PaletteWindow class is the Component Palette
view. |
Uses of View in oracle.ide.runner |
Classes in oracle.ide.runner that implement View | |
class |
RunLogPage
The RunLogPage class is the LogPage used for
a running process. |
Uses of View in oracle.jdeveloper.ceditor |
Subinterfaces of View 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 View | |
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 View in oracle.jdeveloper.cm.dt.addin |
Classes in oracle.jdeveloper.cm.dt.addin that implement View | |
class |
AbstractConnectionEditor
AbstractConnectionEditor |
Uses of View in oracle.jdeveloper.compiler |
Classes in oracle.jdeveloper.compiler that implement View | |
class |
CompilerPage
|
Uses of View in oracle.jdeveloper.uieditor |
Subinterfaces of View in oracle.jdeveloper.uieditor | |
interface |
UIEditorCanvas
UIEditorCanvas represents a design canvas for hosting within the UIEditor. |
Classes in oracle.jdeveloper.uieditor that implement View | |
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. |
Methods in oracle.jdeveloper.uieditor with parameters of type View | |
void |
AbstractCanvas.setOwner(View owner)
Set the owning View. |
Uses of View in oracle.jdeveloper.uieditor.uicanvas |
Subinterfaces of View in oracle.jdeveloper.uieditor.uicanvas | |
interface |
UICanvas
UICanvas represents a design canvas to be hosted by the UIEditor when manipulating GUI objects. |
|
Extension SDK | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright © 1997, 2004, Oracle. All rights reserved.