|
Extension SDK 10.1.3.36.73 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use 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.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.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. |
| Uses of View in oracle.ide |
| Methods in oracle.ide that return View | |
abstract View |
IdeMainWindow.getLastActiveView()
Gets the last active view. |
View |
IdeMainWindow.getIdeMainWindowView()
|
View |
Context.getView()
Provides a reference to the View associated with this Context. |
| Methods in oracle.ide with parameters of type 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. |
java.util.List |
IdeMainWindow.ControllerContext.getControllerProviders(View view)
This methods get a list of ControllerProvider based on a view.
|
static Context |
Context.newIdeContext(View view)
Returns a Context initialized with the active Workspace, its active Project, the specified View, and the selection of the specified View. |
static Context |
Context.newIdeContext(View view,
java.util.EventObject event)
Calls #newIdeContext(oracle.ide.addin.View), sets the
specified EventObject as the event, and returns the resulting
Context. |
void |
Context.setView(View view)
Set a reference to the View to be associated with this Context. |
| Constructors in oracle.ide with parameters of type View | |
Context(View view,
Workspace workspace,
Project project,
Node node)
Constructor. |
|
| Uses of View in oracle.ide.ceditor |
| Subclasses of View in oracle.ide.ceditor | |
class |
CodeEditor
The CodeEditor is the integration layer between the IDE
and the editor components to provide a code editor inside the IDE. |
class |
CodeEditorGutter.GutterView
|
| Methods in oracle.ide.ceditor that return View | |
View |
CodeEditorGutter.getCodeEditorGutterView()
|
| Uses of View in oracle.ide.controller |
| Methods in oracle.ide.controller with parameters of type View | |
void |
ToolbarManager.installToolbar(java.lang.String toolbarId,
Toolbar toolbar,
View view)
Install a toolbar defined in an extension manifest. |
static IdeAction |
IdeAction.newLocalAction(int cmdId,
View view)
Creates a new local IdeAction for the specified cmdId and for the specified View. |
IdeAction |
IdeAction.newLocalAction(View view)
Creates a new local IdeAction for the specified View. |
| Constructors in oracle.ide.controller with parameters of type View | |
Menubar(View view)
Constructor. |
|
| Uses of View in oracle.ide.docking |
| Subclasses of View in oracle.ide.docking | |
class |
DockableView
This interface is the bridge between the Dockable interface
docking system and the oracle.ide.addin.View interface.
|
class |
DockableWindow
This class is the bridge between the Dockable interface
docking system and the oracle.ide.addin.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 |
| Subclasses of View in oracle.ide.editor | |
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 View in oracle.ide.explorer |
| Subclasses of View in oracle.ide.explorer | |
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. |
| Methods in oracle.ide.explorer with parameters of type View | |
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. |
void |
Explorer.setOwner(View host)
Set the View which is to act as the host of this Explorer. |
| Uses of View in oracle.ide.inspector |
| Subclasses of View in oracle.ide.inspector | |
class |
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 |
Layouts.getView(ViewId id)
|
View |
LayoutListener.getView(ViewId id)
|
View |
AbstractLayoutListener.getView(ViewId id)
|
| Methods in oracle.ide.layout with parameters of type View | |
void |
Layouts.addView(ViewId id,
View view)
|
void |
LayoutListener.addView(ViewId id,
View view)
|
void |
LayoutListener.removeView(View view)
|
void |
AbstractLayoutListener.addView(ViewId id,
View view)
|
void |
AbstractLayoutListener.removeView(View view)
|
| Uses of View in oracle.ide.log |
| Subclasses of View 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 |
LogWindow
The LogWindow is the dockable view responsible for managing
log pages. |
class |
MessagePage
The MessagePage class provides a simple text field
where clients can log their messages. |
| Methods in oracle.ide.log that return View | |
View |
LogPage.getLogPageView()
Returns the View implementation backing this LogPage. |
View |
LogOwner.getLogOwnerView()
Returns the View that backs this LogOwner. |
View |
AbstractLogPage.getLogPageView()
|
| Uses of View in oracle.ide.navigator |
| Subclasses of View in oracle.ide.navigator | |
class |
NavigatorWindow
NavigatorWindow interface provides the API for managing
the contents of a navigator window tree. |
class |
ProjectNavigatorWindow
|
| Uses of View in oracle.ide.palette |
| Subclasses of View in oracle.ide.palette | |
class |
PaletteWindow
The PaletteWindow class is the Component Palette
view. |
| Uses of View in oracle.ide.runner |
| Subclasses of View in oracle.ide.runner | |
class |
RunLogPage
The RunLogPage class is the LogPage used for
a running process. |
| Uses of View in oracle.ide.view |
| Subclasses of View in oracle.ide.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. |
| Methods in oracle.ide.view that return View | |
View |
ViewSelectionEvent.getView()
Returns the View whose selection has changed. |
View |
ViewEvent.getView()
Get the View whose state has changed. |
View |
View.owner()
Get the owning View. |
View |
ActiveViewEvent.getNewView()
|
View |
ActiveViewEvent.getOldView()
|
protected View |
AbstractPinnable.getPinnedView()
Get the View whose selection is currently the source displayed within this DockableWindow. |
| Methods in oracle.ide.view with parameters of type View | |
static void |
View.loadManifestToolbar(java.lang.String toolbarId,
Toolbar toolbar,
View view)
Installs toolbar buttons for the specified Toolbar. |
protected void |
View.setOwner(View owner)
|
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. |
| Constructors in oracle.ide.view with parameters of type View | |
ViewSelectionEvent(View view)
Creates a ViewSelectionEvent whose selection is initialized to the View's current selection. |
|
ViewEvent(View view,
int id)
Constructor. |
|
ActiveViewEvent(java.lang.Object source,
View oldView,
View newView)
Constructor. |
|
| Uses of View in oracle.ideri.navigator |
| Subclasses of View in oracle.ideri.navigator | |
class |
oracle.ideri.navigator.DefaultNavigatorWindow
|
| Uses of View in oracle.jdeveloper.compiler |
| Subclasses of View in oracle.jdeveloper.compiler | |
class |
CompilerPage
|
| Methods in oracle.jdeveloper.compiler that return View | |
View |
OutputStreamLogPage.getLogPageView()
|
View |
NullLogPage.getLogPageView()
|
| Uses of View in oracle.jdeveloper.merge |
| Subclasses of View in oracle.jdeveloper.merge | |
class |
AbstractMergeEditor
Abstract class for a dynamically registered merge editor. |
class |
TextMergeEditor
Textual merge editor specialization class. |
| Uses of View in oracle.jdeveloper.uieditor |
| Subclasses of View in oracle.jdeveloper.uieditor | |
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. |
| 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 |
| Subclasses of View in oracle.jdeveloper.uieditor.uicanvas | |
class |
AssistantExplorer
|
class |
UICanvas
UICanvas represents a design canvas to be hosted by the UIEditor when manipulating GUI objects. |
|
Extension SDK 10.1.3.36.73 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
Copyright © 1997, 2005, Oracle.All rights reserved.