|
Eclipse JDT Release 3.1 |
|||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |
WorkingCopyOwner
instead.class
file).
IClasspathContainerPage
can
optionally implement IClasspathContainerPageExtension
to get additional
information about the context when the page is opened. IClasspathContainerPage
can
optionally implement IClasspathContainerPageExtension2
to return more
than one element when creating new containers. CompletionRequestor
instead.RGB
objects. IColorManager
with
the ability to bind and un-bind colors..java
source file).
CompletionRequestor
instead."id"
).
org.eclipse.jdt.launching.sourceLookup.javaSourcePathComputer
).
"org.eclipse.jdt.ui.JavaActionSet"
).
javaEditorTextHovers
.
"org.eclipse.jdt.ui.JavaBrowsingPerspective"
).
"org.eclipse.jdt.ui.ClassFileEditor"
).
"org.eclipse.jdt.ui.CodingActionSet"
).
"org.eclipse.jdt.ui.CompilationUnitEditor"
).
"org.eclipse.jdt.debug.ui.DisplayView"
).
"org.eclipse.jdt.ui.JavaElementCreationActionSet"
).
"org.eclipse.jdt.ui.JavaHierarchyPerspective"
).
javaEditorTextHovers
.
"org.eclipse.jdt.ui.JavadocView"
).
"org.eclipse.jdt.launching.javaApplet"
).
"org.eclipse.jdt.launching.localJavaApplication"
).
"org.eclipse.jdt.debug.ui.SnippetEditor"
)
"org.eclipse.jdt.launching.javaSourceLocator"
).
"org.eclipse.jdt.ui.MembersView"
).
"org.eclipse.jdt.ui.A_OpenActionSet"
).
"org.eclipse.jdt.ui.PackageExplorer"
).
"org.eclipse.jdt.ui.PackagesView"
).
"org.eclipse.jdt.ui.JavaPerspective"
).
"org.eclipse.jdt.ui"
).
"org.eclipse.jdt.ui.ProjectsView"
).
"org.eclipse.jdt.debug.ui.javaSourceLocator"
).
"org.eclipse.jdt.launching.remoteJavaApplication"
).
org.eclipse.jdt.ui.SearchActionSet"
).
"org.eclipse.jdt.ui.SnippetEditor"
).
"org.eclipse.jdt.launching.socketAttachConnector"
).
javaEditorTextHovers
.
"org.eclipse.jdt.ui.SourceView"
).
"org.eclipse.jdt.ui.TypesView"
).
"org.eclipse.jdt.ui.TypeHierarchy"
).
IfStatement
.
java.lang.Class
on a
target VM.
org.eclipse.jdt.ui.foldingStructureProvider
extension point
can specify an implementation of this interface to be displayed on the Java > Editor > Folding
preference page.
org.eclipse.jdt.ui.foldingStructureProvider
extension
point must specify an implementation of this interface which will create and
maintain ProjectionAnnotation
objects
that define folded regions in the the ProjectionViewer
.
IJavaStratumLineBreakpoint
insteadSearchRequestor
replaces this interface.IJavaSearchScope
defines where search result should be found by a
SearchEngine
. org.eclipse.debug.core.sourcelookup
and org.eclipse.debug.core.sourcelookup.containers
. This interface
has been replaced by
org.eclipse.debug.core.sourcelookup.ISourceContainer
.ImportDeclaration
.
"org.eclipse.jdt.ui.edit.text.java.indent"
).
"org.eclipse.jdt.ui.actions.Indent"
).
"org.eclipse.jdt.ui.actions.InferTypeArguments"
).
"org.eclipse.jdt.ui.edit.text.java.infer.type.arguments"
).
InfixExpression
.
Initializer
.
"org.eclipse.jdt.ui.edit.text.java.inline"
).
"org.eclipse.jdt.ui.actions.Inline"
).
InstanceofExpression
.
int
150
).
"org.eclipse.jdt.ui.edit.text.java.introduce.factory"
).
"org.eclipse.jdt.ui.actions.IntroduceFactory"
).
"org.eclipse.jdt.ui.edit.text.java.introduce.parameter"
).
"org.eclipse.jdt.ui.actions.IntroduceParameter"
).
ICompilationUnit
does not correspond to the IPackageFragment
it belongs to.
java.io.IOException
occurred.
org.eclipse.jdt.ui.queryParticipants
.
org.eclipse.jdt.ui.quickAssistProcessors
.org.eclipse.jdt.ui.quickFixProcessors
.IRuntimeClasspathEntry
to support
extensible runtime classpath entries. ClasspathContainerInitializer
to handle comparison of classpath containers. Use
ClasspathContainerInitializer.getComparisonID(IPath,IJavaProject)
.
When a classpath container implements this interface, this interface is
used to determine equality before using the support defined in
ClasspathContainerInitializer
.ToolFactory
.
SearchPattern
replaces this interface.TypeNameRequestor
instead.IVMInstall
.
ICompilationUnit
insteadICompilationUnit
objects. IWorkingCopyManager
.
ImplementorsSearchGroup
.
ImportActionGroup
.
InferTypeArgumentsAction
.
InlineAction
.
IntroduceFactoryAction
.
SearchEngine.createJavaSearchScope(IJavaElement[])
with the package fragment roots that correspond to the binaries instead.
SearchEngine.createJavaSearchScope(IJavaElement[])
with a Java project instead.
IClasspathContainer
for a given project,
or silently fails if unable to do so.
initialize()
is called before IClasspathContainerPage.setSelection
to give additional information about the context the classpath container entry is configured in.
abstract
modifier.
true
) or modification (false
).
AccAnnotation
bit set.
ArrayType
).
BlockComment
).
AccBridge
bit set.
ChildListPropertyDescriptor
.
ChildPropertyDescriptor
.
true
or when the value of the condition changes.
@deprecated
tag in Javadoc comment).
Javadoc
).
true
) or exit
(false
).
AccEnum
bit set.
true
if proposal
is filtered, e.g.
final
modifier.
interface
modifier.
LineComment
).
MarkerAnnotation
).
native
modifier.
NormalAnnotation
).
".
- isOpen() -
Method in interface org.eclipse.jdt.core.IOpenable
- Returns whether this openable is open.
- isOutOfSynch() -
Method in interface org.eclipse.jdt.debug.core.IJavaDebugTarget
- Returns whether any of the threads associated with this debug target
are running code in the VM that is out of synch with the code
in the workspace.
- isOutOfSynch() -
Method in interface org.eclipse.jdt.debug.core.IJavaStackFrame
- Returns whether the method associated with this stack frame
is running code in the VM that is out of synch with the code
in the workspace.
- isOutOfSynch() -
Method in interface org.eclipse.jdt.debug.core.IJavaThread
- Returns whether any of the stack frames associated with this thread
are running code in the VM that is out of synch with the code
in the workspace.
- isOverlappingRoots(IPath, IPath) -
Static method in class org.eclipse.jdt.core.JavaConventions
- Deprecated. Overlapping roots are allowed in 2.1
- isPackageFragmentEmpty(IJavaElement) -
Method in class org.eclipse.jdt.ui.StandardJavaElementContentProvider
- Note: This method is for internal use only.
- isPackageMemberTypeDeclaration() -
Method in class org.eclipse.jdt.core.dom.AbstractTypeDeclaration
- Returns whether this type declaration is a package member (that is,
a top-level type).
- isPackagePrivate() -
Method in interface org.eclipse.jdt.debug.core.IJavaModifiers
- Returns whether the associated Java construct is declared with
no protection modifier (package private protection).
- isParameterizedMethod() -
Method in class org.eclipse.jdt.core.BindingKey
- Returns whether this binding key represents a parameterized method, or if its declaring method is a parameterized method.
- isParameterizedMethod() -
Method in interface org.eclipse.jdt.core.dom.IMethodBinding
- Returns whether this method binding represents an instance of
a generic method corresponding to a parameterized method reference.
- isParameterizedType() -
Method in class org.eclipse.jdt.core.BindingKey
- Returns whether this binding key represents a parameterized type, or if its declaring type is a parameterized type.
- isParameterizedType() -
Method in interface org.eclipse.jdt.core.dom.ITypeBinding
- Returns whether this type binding represents an instance of
a generic type corresponding to a parameterized type reference.
- isParameterizedType() -
Method in class org.eclipse.jdt.core.dom.Type
- Returns whether this type is a parameterized type
(
ParameterizedType
).
- isPerformingEvaluation() -
Method in interface org.eclipse.jdt.debug.core.IJavaThread
- Returns whether this thread is currently performing
an evaluation.
- isPerformingHotCodeReplace() -
Method in interface org.eclipse.jdt.debug.core.IJavaDebugTarget
- Returns whether this target is currently performing a hot code replace.
- isPrimitive() -
Method in interface org.eclipse.jdt.core.dom.ITypeBinding
- Returns whether this type binding represents a primitive type.
- isPrimitiveType() -
Method in class org.eclipse.jdt.core.dom.Type
- Returns whether this type is a primitive type
(
PrimitiveType
).
- isPrivate(int) -
Static method in class org.eclipse.jdt.core.Flags
- Returns whether the given integer includes the
private
modifier.
- isPrivate(int) -
Static method in class org.eclipse.jdt.core.dom.Modifier
- Returns whether the given flags includes the "private" modifier.
- isPrivate() -
Method in interface org.eclipse.jdt.debug.core.IJavaModifiers
- Returns whether the associated Java construct is declared as private.
- isProjectPackageFragmentRoot(IPackageFragmentRoot) -
Method in class org.eclipse.jdt.ui.StandardJavaElementContentProvider
- Note: This method is for internal use only.
- isProtected(int) -
Static method in class org.eclipse.jdt.core.Flags
- Returns whether the given integer includes the
protected
modifier.
- isProtected(int) -
Static method in class org.eclipse.jdt.core.dom.Modifier
- Returns whether the given flags includes the "protected" modifier.
- isProtected() -
Method in interface org.eclipse.jdt.debug.core.IJavaModifiers
- Returns whether the associated Java construct is declared as protected.
- isPublic(int) -
Static method in class org.eclipse.jdt.core.Flags
- Returns whether the given integer includes the
public
modifier.
- isPublic(int) -
Static method in class org.eclipse.jdt.core.dom.Modifier
- Returns whether the given flags includes the "public" modifier.
- isPublic() -
Method in interface org.eclipse.jdt.debug.core.IJavaModifiers
- Returns whether the associated Java construct is declared as public.
- isQualifiedName() -
Method in class org.eclipse.jdt.core.dom.Name
- Returns whether this name is a qualified name
(
QualifiedName
).
- isQualifiedType() -
Method in class org.eclipse.jdt.core.dom.Type
- Returns whether this type is a qualified type
(
QualifiedType
).
- isRaw() -
Method in class org.eclipse.jdt.core.search.SearchMatch
- Returns whether the associated element is a raw type/method or not.
- isRawMethod() -
Method in interface org.eclipse.jdt.core.dom.IMethodBinding
- Returns whether this method binding represents an instance of
a generic method corresponding to a raw method reference.
- isRawType() -
Method in class org.eclipse.jdt.core.BindingKey
- Returns whether this binding key represents a raw type.
- isRawType() -
Method in interface org.eclipse.jdt.core.dom.ITypeBinding
- Returns whether this type binding represents an instance of
a generic type corresponding to a raw type reference.
- isReadAccess() -
Method in class org.eclipse.jdt.core.search.FieldReferenceMatch
- Returns whether the field reference is a read access to the field.
- isReadAccess() -
Method in class org.eclipse.jdt.core.search.LocalVariableReferenceMatch
- Returns whether the local variable reference is a read access to the variable.
- isReadOnly() -
Method in interface org.eclipse.jdt.core.IBuffer
- Returns whether this buffer is read-only.
- isReadOnly() -
Method in interface org.eclipse.jdt.core.IJavaElement
- Returns whether this Java element is read-only.
- isReferencedBy(IJavaElement, IMarker) -
Static method in class org.eclipse.jdt.core.JavaCore
- Returns whether the given marker references the given Java element.
- isReferencedBy(IJavaElement, IMarkerDelta) -
Static method in class org.eclipse.jdt.core.JavaCore
- Returns whether the given marker delta references the given Java element.
- isResolved() -
Method in interface org.eclipse.jdt.core.IField
- Returns whether this field represents a resolved field.
- isResolved() -
Method in interface org.eclipse.jdt.core.IMethod
- Returns whether this method represents a resolved method.
- isResolved() -
Method in interface org.eclipse.jdt.core.IType
- Returns whether this type represents a resolved type.
- isResumeOnStartup() -
Method in class org.eclipse.jdt.launching.VMRunnerConfiguration
- Returns whether the VM is resumed on startup when lanched
in debug mode.
- isShowBootpath() -
Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaClasspathTab
- Returns whether the bootpath should be displayed.
- isSignatureEqual(IDOMNode) -
Method in interface org.eclipse.jdt.core.jdom.IDOMNode
- Deprecated. Returns whether this node's signature is equivalent to the given
node's signature.
- isSimilar(IMethod) -
Method in interface org.eclipse.jdt.core.IMethod
- Returns whether this method is similar to the given method.
- isSimpleName() -
Method in class org.eclipse.jdt.core.dom.Name
- Returns whether this name is a simple name
(
SimpleName
).
- isSimpleProperty() -
Method in class org.eclipse.jdt.core.dom.StructuralPropertyDescriptor
- Returns whether this property is a simple property
(instance of
SimplePropertyDescriptor
.
- isSimpleType() -
Method in class org.eclipse.jdt.core.dom.Type
- Returns whether this type is a simple type
(
SimpleType
).
- isSingleMemberAnnotation() -
Method in class org.eclipse.jdt.core.dom.Annotation
- Returns whether this is a single member annotation.
- isSorterProperty(Object, Object) -
Method in class org.eclipse.jdt.ui.JavaElementSorter
- Deprecated. Bug 22518. Method never used: does not override ViewerSorter#isSorterProperty(Object, String).
Method could be removed, but kept for API compatibility.
- isStatic(int) -
Static method in class org.eclipse.jdt.core.Flags
- Returns whether the given integer includes the
static
modifier.
- isStatic() -
Method in class org.eclipse.jdt.core.dom.ImportDeclaration
- Returns whether this import declaration is a static import (added in JLS3 API).
- isStatic(int) -
Static method in class org.eclipse.jdt.core.dom.Modifier
- Returns whether the given flags includes the "static" modifier.
- isStatic() -
Method in interface org.eclipse.jdt.debug.core.IJavaModifiers
- Returns whether the associated Java construct is declared as static.
- isStaticInitializer() -
Method in interface org.eclipse.jdt.debug.core.IJavaStackFrame
- Returns whether the method associated with this stack frame
is a static initializer.
- isStopInMain(ILaunchConfiguration) -
Method in class org.eclipse.jdt.launching.AbstractJavaLaunchConfigurationDelegate
- Returns whether the given launch configuration specifies that execution
should suspend on entry of the main method.
- isStrictfp(int) -
Static method in class org.eclipse.jdt.core.Flags
- Returns whether the given integer includes the
strictfp
modifier.
- isStrictfp(int) -
Static method in class org.eclipse.jdt.core.dom.Modifier
- Returns whether the given flags includes the "strictfp" modifier.
- isStructureKnown() -
Method in interface org.eclipse.jdt.core.IJavaElement
- Returns whether the structure of this element is known.
- isSubTypeCompatible(ITypeBinding) -
Method in interface org.eclipse.jdt.core.dom.ITypeBinding
- Returns whether this type is subtype compatible with the given type,
as specified in section 4.10 of The Java Language
Specification, Third Edition (JLS3).
- isSubsignature(IMethodBinding) -
Method in interface org.eclipse.jdt.core.dom.IMethodBinding
- Returns whether this method's signature is a subsignature of the given method as
specified in section 8.4.2 of The Java Language Specification, Third Edition (JLS3).
- isSynchronized(int) -
Static method in class org.eclipse.jdt.core.Flags
- Returns whether the given integer includes the
synchronized
modifier.
- isSynchronized(int) -
Static method in class org.eclipse.jdt.core.dom.Modifier
- Returns whether the given flags includes the "synchronized" modifier.
- isSynchronized() -
Method in interface org.eclipse.jdt.debug.core.IJavaStackFrame
- Returns whether the method associated with this stack frame
has been declared as synchronized.
- isSynthetic(int) -
Static method in class org.eclipse.jdt.core.Flags
- Returns whether the given integer includes the indication that the
element is synthetic.
- isSynthetic() -
Method in interface org.eclipse.jdt.core.dom.IBinding
- Returns whether this binding is synthetic.
- isSynthetic() -
Method in class org.eclipse.jdt.core.search.MethodReferenceMatch
- Returns whether the reference is on a synthetic element.
- isSynthetic() -
Method in interface org.eclipse.jdt.core.util.IFieldInfo
- Return true if the field info is synthetic according to the JVM specification, false otherwise.
- isSynthetic() -
Method in interface org.eclipse.jdt.core.util.IMethodInfo
- Return true if the method info is synthetic according to the JVM specification, false otherwise.
- isSynthetic() -
Method in interface org.eclipse.jdt.debug.core.IJavaModifiers
- Returns whether the associated Java construct is synthetic.
- isSystemThread() -
Method in interface org.eclipse.jdt.debug.core.IJavaThread
- Returns whether this thread is a system thread.
- isTopLevel() -
Method in interface org.eclipse.jdt.core.dom.ITypeBinding
- Returns whether this type binding represents a top-level class,
interface, enum, or annotation type.
- isTransient(int) -
Static method in class org.eclipse.jdt.core.Flags
- Returns whether the given integer includes the
transient
modifier.
- isTransient(int) -
Static method in class org.eclipse.jdt.core.dom.Modifier
- Returns whether the given flags includes the "transient" modifier.
- isTransient() -
Method in interface org.eclipse.jdt.debug.core.IJavaFieldVariable
- Returns whether this variable is declared as transient.
- isTypeVariable() -
Method in interface org.eclipse.jdt.core.dom.ITypeBinding
- Returns whether this type binding represents a type variable.
- isUncaught() -
Method in interface org.eclipse.jdt.debug.core.IJavaExceptionBreakpoint
- Returns whether this breakpoint suspends execution when the
associated exception is thrown in an uncaught location (not
caught by a try/catch statement).
- isUnnamed() -
Method in interface org.eclipse.jdt.core.dom.IPackageBinding
- Returns whether this package is an unnamed package.
- isUpperBound() -
Method in class org.eclipse.jdt.core.dom.WildcardType
- Returns whether this wildcard type is an upper bound
("extends") as opposed to a lower bound ("super").
- isUpperbound() -
Method in interface org.eclipse.jdt.core.dom.ITypeBinding
- Returns whether this wildcard type is an upper bound
("extends") as opposed to a lower bound ("super").
- isUseDynamicJREArea() -
Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaJRETab
-
- isValid(ILaunchConfiguration) -
Method in class org.eclipse.jdt.debug.ui.launchConfigurations.AppletMainTab
-
- isValid(ILaunchConfiguration) -
Method in class org.eclipse.jdt.debug.ui.launchConfigurations.AppletParametersTab
-
- isValid(ILaunchConfiguration) -
Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaArgumentsTab
-
- isValid(ILaunchConfiguration) -
Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaClasspathTab
-
- isValid(ILaunchConfiguration) -
Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaConnectTab
-
- isValid(ILaunchConfiguration) -
Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaJRETab
-
- isValid(ILaunchConfiguration) -
Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaMainTab
-
- isValid() -
Method in class org.eclipse.jdt.ui.jarpackager.JarPackageData
- Tells whether this JAR package data can be used to generate
a valid JAR.
- isVarArgs() -
Method in interface org.eclipse.jdt.debug.core.IJavaStackFrame
- Returns whether the method associated with this stack frame accepts
a variable number of arguments.
- isVarargs(int) -
Static method in class org.eclipse.jdt.core.Flags
- Returns whether the given integer has the
AccVarargs
bit set.
- isVarargs() -
Method in interface org.eclipse.jdt.core.dom.IMethodBinding
- Returns whether this is a variable arity method.
- isVarargs() -
Method in class org.eclipse.jdt.core.dom.MethodDeclaration
- Returns whether this method declaration declares a
variable arity method (added in JLS3 API).
- isVarargs() -
Method in class org.eclipse.jdt.core.dom.MethodRefParameter
- Returns whether this method reference parameter is for
the last parameter of a variable arity method (added in JLS3 API).
- isVarargs() -
Method in class org.eclipse.jdt.core.dom.SingleVariableDeclaration
- Returns whether this declaration declares the last parameter of
a variable arity method (added in JLS3 API).
- isVolatile(int) -
Static method in class org.eclipse.jdt.core.Flags
- Returns whether the given integer includes the
volatile
modifier.
- isVolatile(int) -
Static method in class org.eclipse.jdt.core.dom.Modifier
- Returns whether the given flags includes the "volatile" modifier.
- isVolatile() -
Method in interface org.eclipse.jdt.debug.core.IJavaFieldVariable
- Returns whether this variable is declared as volatile.
- isWarning() -
Method in interface org.eclipse.jdt.core.compiler.IProblem
- Checks the severity to see if the Error bit is not set.
- isWhitespace(char) -
Static method in class org.eclipse.jdt.core.compiler.CharOperation
- Answers true if c is a whitespace according to the JLS (\u000a, \u000c, \u000d, \u0009), otherwise false.
- isWildcardType() -
Method in interface org.eclipse.jdt.core.dom.ITypeBinding
- Returns whether this type binding represents a wildcard type.
- isWildcardType() -
Method in class org.eclipse.jdt.core.dom.Type
- Returns whether this type is a wildcard type
(
WildcardType
).
- isWorkingCopy() -
Method in interface org.eclipse.jdt.core.ICompilationUnit
- Returns whether this element is a working copy.
- isWorkingCopy() -
Method in interface org.eclipse.jdt.core.IWorkingCopy
- Deprecated. Returns whether this element is a working copy.
- isWriteAccess() -
Method in class org.eclipse.jdt.core.search.FieldReferenceMatch
- Returns whether the field reference is a write access to the field.
- isWriteAccess() -
Method in class org.eclipse.jdt.core.search.LocalVariableReferenceMatch
- Returns whether the local variable reference is a write access to the variable.
|
Eclipse JDT Release 3.1 |
|||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |