|
JavaScript Development Tools Release 3.2 |
|||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |
WorkingCopyOwner
instead
Provisional API: This class/interface is part of an interim API that is still under development and expected to
change significantly before reaching stability. It is being made available at this early stage to solicit feedback
from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken
(repeatedly) as the API evolves.RGB
objects.IColorManager
with
the ability to bind and un-bind colors."id"
).
Connector
.
null
"org.eclipse.wst.jsdt.ui.JavaActionSet"
).
javaEditorTextHovers
.
"org.eclipse.wst.jsdt.ui.JavaBrowsingPerspective"
).
"org.eclipse.wst.jsdt.ui.ClassFileEditor"
).
"org.eclipse.wst.jsdt.ui.CodingActionSet"
).
"org.eclipse.wst.jsdt.ui.CompilationUnitEditor"
).
"org.eclipse.wst.jsdt.ui.JavaElementCreationActionSet"
).
"org.eclipse.wst.jsdt.launching.javaApplet"
).
"org.eclipse.wst.jsdt.launching.localJavaApplication"
).
javaEditorTextHovers
.
"org.eclipse.wst.jsdt.ui.JavadocView"
).
"org.eclipse.wst.jsdt.ui.MembersView"
).
"org.eclipse.wst.jsdt.ui.A_OpenActionSet"
).
"org.eclipse.wst.jsdt.ui.PackageExplorer"
).
"org.eclipse.wst.jsdt.ui.PackagesView"
).
"org.eclipse.wst.jsdt.ui.JavaPerspective"
).
"org.eclipse.wst.jsdt.manipulation"
).
"org.eclipse.wst.jsdt.ui"
).
"org.eclipse.wst.jsdt.ui.ProjectsView"
).
"org.eclipse.wst.jsdt.launching.remoteJavaApplication"
).
org.eclipse.wst.jsdt.ui.SearchActionSet"
).
"org.eclipse.wst.jsdt.ui.SnippetEditor"
).
"org.eclipse.wst.jsdt.launching.socketAttachConnector"
).
javaEditorTextHovers
.
"org.eclipse.wst.jsdt.ui.SourceView"
).
"org.eclipse.wst.jsdt.ui.TypeHierarchy"
).
"org.eclipse.wst.jsdt.ui.TypesView"
).
IfStatement
.
IJavaScriptUnit
or an IType
).IPackageFragment
or IPackageFragmentRoot
.org.eclipse.wst.jsdt.ui.foldingStructureProvider
extension point
can specify an implementation of this interface to be displayed on the JavaScript > Editor > Folding
preference page.org.eclipse.wst.jsdt.ui.foldingStructureProvider
extension
point must specify an implementation of this interface which will create and
maintain org.eclipse.jface.text.source.projection.ProjectionAnnotation
objects
that define folded regions in the org.eclipse.jface.text.source.projection.ProjectionViewer
.IJavaFoldingStructureProvider
with the following
functions:
collapsing of comments and members
expanding and collapsing of certain JavaScript elements
Provisional API: This class/interface is part of an interim API that is still under development and expected to
change significantly before reaching stability.IJavaScriptBreakpoint
.IJavaScriptElementMapper
provides methods to map an original
elements to its refactored counterparts.IJavaScriptSearchScope
defines where search result should be found by a
SearchEngine
.JavaScript-like extensions
).Value
wrt JavaScript debuggingIJsGlobalScopeContainerPage
can
optionally implement IJsGlobalScopeContainerPageExtension
to get additional
information about the context when the page is opened.IJsGlobalScopeContainerPage
can
optionally implement IJsGlobalScopeContainerPageExtension2
to return more
than one element when creating new containers.ImplementorsSearchGroup
.
ImportDeclaration
.
ImportActionGroup
.
ImportRewrite
helps updating imports following a import order and on-demand imports threshold as configured by a project.ImportRewrite.ImportRewriteContext
can optionally be used in e.g."classpathFileFormat"
).
ThreadReference
which is not allowed based on its current state.VirtualMachine
that is not allowed based on its current state."org.eclipse.wst.jsdt.ui.edit.text.java.indent"
).
"org.eclipse.wst.jsdt.ui.actions.Indent"
).
org.eclipse.wst.jsdt.ui.infer.typearguments
).
"org.eclipse.wst.jsdt.ui.actions.InferTypeArguments"
).
"org.eclipse.wst.jsdt.ui.edit.text.java.infer.type.arguments"
).
InfixExpression
.
IJsGlobalScopeContainer
for a given project,
or silently fails if unable to do so.
initialize()
is called before IJsGlobalScopeContainerPage.setSelection
to give additional information about the context the classpath container entry is configured in.
Initializer
.
"org.eclipse.wst.jsdt.ui.edit.text.java.inline"
).
"org.eclipse.wst.jsdt.ui.actions.Inline"
).
org.eclipse.wst.jsdt.ui.inline.constant
).
org.eclipse.wst.jsdt.ui.inline.temp
).
org.eclipse.wst.jsdt.ui.inline.method
).
InlineAction
.
InstanceofExpression
.
org.eclipse.wst.jsdt.ui.introduce.factory
).
"org.eclipse.wst.jsdt.ui.edit.text.java.introduce.factory"
).
"org.eclipse.wst.jsdt.ui.actions.IntroduceFactory"
).
org.eclipse.wst.jsdt.ui.introduce.indirection
).
"org.eclipse.wst.jsdt.ui.edit.text.java.create.indirection"
).
"org.eclipse.wst.jsdt.ui.actions.IntroduceIndirection"
).
org.eclipse.wst.jsdt.ui.introduce.parameter
).
"org.eclipse.wst.jsdt.ui.edit.text.java.introduce.parameter"
).
"org.eclipse.wst.jsdt.ui.actions.IntroduceParameter"
).
Connector.Argument
IJavaScriptUnit
does not correspond to the IPackageFragment
it belongs to.
java.io.IOException
occurred.
org.eclipse.wst.jsdt.ui.queryParticipants
.org.eclipse.wst.jsdt.ui.quickAssistProcessors
.org.eclipse.wst.jsdt.ui.quickFixProcessors
.IRuntimeClasspathEntry
to support
extensible runtime includepath entries.IRuntimeClasspathEntryResolver
.abstract
modifier.
true
if this variable is an argument false
otherwise.
ArrayType
).
BlockComment
).
ToolFactory
.ChildListPropertyDescriptor
.
ChildPropertyDescriptor
.
true
.
JavaScriptDebugElement
for a ScriptReference
ScriptReference
s@deprecated
tag in jsdoc comment).
JSdoc
).
true
if this jar entry represents a file.
true
if proposal
is filtered, e.g.
true
if the given character is an indentation character.
true
if the provider is installed, false
otherwise.
LineComment
).
true
if the given character is a line delimiter character.
NumberValue
is a valid number or not.
NullValue
PrimitiveType
).
private
modifier.
protected
modifier.
public
modifier.
QualifiedName
).
QualifiedType
).
true
if the resolved return type has been inferred
from the assignment context (JLS3 15.12.2.8), false
otherwise.
SimpleName
).
SimplePropertyDescriptor
.
SimpleType
).
static
modifier.
super
modifier.
Connector.Argument
true
if this variable is externally visible in the context of the given StackFrame
.
IMember
, which includes IField
,
IFunction
, IInitializer
and IType
.ITypeInfoRequestor
objects.ITypeInfoRequestor
.IJavaScriptUnit
or an IClassFile
).IVMInstall
.IVMInstall
, providing access to
a JRE's system properties.IJavaScriptUnit
objects.IWorkingCopyManager
.
|
JavaScript Development Tools Release 3.2 |
|||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |