|
Extension SDK 10.1.2 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Workspace | |
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.cmd | Contains classes implementing several JDeveloper commands. |
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.layout | Contains interfaces and classes addins can implement or extend to provide preferred layouts for their own specialized editors. |
oracle.ide.model | Contains interfaces and classes implementing JDeveloper's data model. |
oracle.ide.runner | Contains classes that allow addins some level of control on the IDE runner system. |
oracle.jdeveloper.audit.analyzer | The base classes for writing analyzers. |
oracle.jdeveloper.audit.model | The base classes for defining the Audit object model. |
oracle.jdeveloper.audit.service | The API classes for invoking Audit programatically, and a few Audit common API classes. |
oracle.jdeveloper.builder.cls | The cls package provides classes and interfaces for generating Java classes. |
oracle.jdeveloper.compiler | Contains classes that allow addins to integrate their own build system translator. |
oracle.jdeveloper.runner | Contains classes that allow addins some level of control on the JDeveloper runner system. |
Uses of Workspace in oracle.ide |
Methods in oracle.ide that return Workspace | |
static Workspace |
Ide.getActiveWorkspace()
Returns the currently active Workspace . |
static Workspace |
Ide.getDefaultWorkspace()
|
Methods in oracle.ide with parameters of type Workspace | |
static void |
IdeViewHandler.fireActiveProjectChanged(Project project,
Workspace workspace,
Observer origin)
|
static void |
Ide.setActiveWorkspace(Workspace workspace)
|
Uses of Workspace in oracle.ide.addin |
Fields in oracle.ide.addin declared as Workspace | |
protected Workspace |
DefaultContext._workspace
|
Methods in oracle.ide.addin that return Workspace | |
Workspace |
DefaultContext.getWorkspace()
|
Workspace |
Context.getWorkspace()
Provides a reference to the Workspace associated with this Context. |
Methods in oracle.ide.addin with parameters of type Workspace | |
void |
DefaultContext.setWorkspace(Workspace workspace)
|
void |
Context.setWorkspace(Workspace workspace)
Sets a reference to the Workspace to be associated with this Context. |
Constructors in oracle.ide.addin with parameters of type Workspace | |
DefaultContext(View view,
Workspace workspace,
Project project,
Element[] selection,
Document doc,
Element elem)
Constructor. |
Uses of Workspace in oracle.ide.cmd |
Methods in oracle.ide.cmd that return Workspace | |
static Workspace |
NewWorkspaceCommand.createEmptyWorkspace(Context context,
java.net.URL wspURL)
Creates a new empty workspace. |
Uses of Workspace in oracle.ide.explorer |
Fields in oracle.ide.explorer declared as Workspace | |
protected Workspace |
AbstractExplorer.defaultWorkspace
|
Uses of Workspace in oracle.ide.layout |
Methods in oracle.ide.layout that return Workspace | |
static Workspace |
AbstractLayoutListener.getWorkspace(java.lang.String viewId,
Layout layout)
|
Uses of Workspace in oracle.ide.model |
Methods in oracle.ide.model that return Workspace | |
Workspace |
Workspaces.currentActiveWorkspace()
Returns the currently active Workspace associated with
this Workspaces . |
Workspace |
Preferences.getDefaultWorkspace()
Returns the default workspace. |
Methods in oracle.ide.model with parameters of type Workspace | |
void |
Workspaces.setActiveWorkspace(Workspace workspace)
Sets the currently active Workspace associated with
this Workspaces . |
boolean |
Preferences.isDefaultWorkspace(Workspace workspace)
|
protected void |
Workspace.copyToImpl(Workspace copy)
|
protected boolean |
Workspace.equalsImpl(Workspace workspace)
This is a helper method for equals(Object) that can
also be used by subclasses that implement equals(Object) . |
Constructors in oracle.ide.model with parameters of type Workspace | |
Workspace(Workspace workspace)
Copy constructor. |
Uses of Workspace in oracle.ide.runner |
Methods in oracle.ide.runner that return Workspace | |
Workspace |
RunLogPage.getWorkspace()
Returns the Workspace associated with this log page. |
Workspace |
RunProcess.getWorkspace()
Returns the Workspace associated with the RunProcess. |
Methods in oracle.ide.runner with parameters of type Workspace | |
abstract java.net.URL |
Debugger.parseStackTraceLine(Workspace workspace,
Project project,
java.lang.String stackTraceLine)
|
abstract boolean |
Debugger.showSourceFileForStackTraceLine(Workspace workspace,
Project project,
java.net.URL urlWithLine)
|
Uses of Workspace in oracle.jdeveloper.audit.analyzer |
Methods in oracle.jdeveloper.audit.analyzer that return Workspace | |
Workspace |
AuditContext.getWorkspace()
Gets the workspace currently being traversed, or null if the root is currently being traversed. |
Methods in oracle.jdeveloper.audit.analyzer with parameters of type Workspace | |
DocumentAdapter |
AuditContext.getDocument(Workspace workspace,
Project project,
java.net.URL url)
Gets the document corresponding to a workspace, project, and url. |
Uses of Workspace in oracle.jdeveloper.audit.model |
Methods in oracle.jdeveloper.audit.model that return Workspace | |
Workspace |
Location.getWorkspace()
Gets the workspace containing this location. |
Workspace |
DocumentAdapter.getWorkspace()
Gets the workspace containing this document. |
Workspace |
PackageDirectory.getWorkspace()
Gets the workspace of this package directory. |
Methods in oracle.jdeveloper.audit.model with parameters of type Workspace | |
DocumentAdapter |
DocumentAdapterFactory.getDocument(Element element,
java.net.URL url,
Project project,
Workspace workspace)
Gets the document adapter for a construct corresponding to an element and/or URL, or null if none. |
java.net.URL[] |
DocumentTypeAdapter.getURLs(Element element,
Project project,
Workspace workspace)
Gets the URLs of an element, or null if none. |
java.lang.Object |
DocumentTypeAdapter.getKey(java.net.URL url,
Project project,
Workspace workspace)
Creates a key for a workspace, project, and URL. |
Constructors in oracle.jdeveloper.audit.model with parameters of type Workspace | |
DocumentAdapter(DocumentAdapterFactory factory,
DocumentTypeAdapter type,
Workspace workspace)
Creates a workspace document adapter. |
Uses of Workspace in oracle.jdeveloper.audit.service |
Methods in oracle.jdeveloper.audit.service with parameters of type Workspace | |
abstract boolean |
Auditor.addElement(Element element,
Document document,
Project project,
Workspace workspace)
Adds the location corresponding to an Element
to the set of locations to be audited. |
abstract int |
Auditor.addElements(Element[] elements,
Document document,
Project project,
Workspace workspace)
Adds the locations corresponding to an array of Element s
to the set of locations to be audited. |
abstract boolean |
Auditor.addConstruct(java.lang.Object construct,
java.net.URL document,
Project project,
Workspace workspace)
Adds the location corresponding to a construct to the set of locations to be audited. |
Uses of Workspace in oracle.jdeveloper.builder.cls |
Methods in oracle.jdeveloper.builder.cls that return Workspace | |
protected Workspace |
AbstractGenerator.getWorkspace()
|
Uses of Workspace in oracle.jdeveloper.compiler |
Methods in oracle.jdeveloper.compiler that return Workspace | |
Workspace |
IdeLog.Message.getWorkspace()
|
Workspace |
IdeLog.getWorkspace()
get current workspace being compiled |
Methods in oracle.jdeveloper.compiler with parameters of type Workspace | |
void |
IdeLog.setWorkspace(Workspace wsp)
set current workspace being compiled |
Constructors in oracle.jdeveloper.compiler with parameters of type Workspace | |
IdeLog.Message(Workspace wsp,
Project project,
Storage fname,
java.lang.String msg,
int code,
int line,
int col,
int kind)
|
|
IdeLog.Message(Workspace wsp,
Project project,
Storage fname,
java.lang.String msg,
int code,
int line,
int col)
|
Uses of Workspace in oracle.jdeveloper.runner |
Methods in oracle.jdeveloper.runner with parameters of type Workspace | |
static boolean |
Source.showSourceFile(Workspace workspace,
Project project,
java.lang.String pkg,
java.lang.String fullClassName,
java.lang.String filename,
int line,
boolean selectLine)
Displays a source file in the code editor. |
static boolean |
Source.showSourceFile(Workspace workspace,
Project project,
java.lang.String pkg,
java.lang.String fullClassName,
java.lang.String filename,
int line,
boolean selectLine,
java.lang.String sourceNotFoundMessage)
Displays a source file in the code editor. |
static boolean |
Source.showSourceFile(Workspace workspace,
Project project,
java.net.URL url,
int line,
boolean selectLine)
Displays a source file in the code editor. |
static boolean |
Source.showSourceFile(Workspace workspace,
Project project,
Node node,
int line,
boolean selectLine)
Displays a source file in the code editor. |
static CodeEditor |
Source.showNodeInCodeEditor(Workspace workspace,
Project project,
Node node)
Displays a node in the code editor. |
static boolean |
Source.showUIDesigner(Workspace workspace,
Project project,
java.net.URL url)
Displays a source file in the UI designer. |
static boolean |
Source.showUIDesigner(Workspace workspace,
Project project,
Node node)
Displays a source file in the UI designer. |
static java.net.URL |
Source.findSourceFile(Workspace workspace,
Project project,
java.lang.String pkg,
java.lang.String filename)
Returns the URL for the source file that has the given package and filename. |
static java.net.URL |
Source.askSourceFinders(Workspace workspace,
Project project,
java.lang.String pkg,
java.lang.String filename)
|
static java.net.URL |
Source.findURLForClass(Workspace workspace,
Project project,
java.lang.String fullClassName)
|
static java.net.URL |
Source.findOpenSourceStub(Workspace workspace,
Project project,
java.lang.String fullClassName)
Returns the URL for a source stub that has already been opened. |
static Node[] |
Source.getOpenedFiles(Workspace workspace,
Project project)
Returns the files that are currently open in an editor. |
java.net.URL |
SourceFinder.findSourceFile(Workspace workspace,
Project project,
java.lang.String pkg,
java.lang.String filename)
Returns the URL to a source file, or null if the
source can not be found. |
|
Extension SDK | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright © 1997, 2004, Oracle. All rights reserved.