Index

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

W

WAIT_ACTIVE_ONLY - Static variable in class org.eclipse.jdt.core.manipulation.CoreASTProvider
Wait flag indicating that a client requesting an AST only wants to wait for the shared AST of the active editor.
WAIT_ACTIVE_ONLY - Static variable in class org.eclipse.jdt.core.manipulation.SharedASTProviderCore
Wait flag indicating that a client requesting an AST only wants to wait for the shared AST of the active editor.
WAIT_ACTIVE_ONLY - Static variable in class org.eclipse.jdt.ui.SharedASTProvider
Deprecated.
Wait flag indicating that a client requesting an AST only wants to wait for the shared AST of the active editor.
WAIT_NO - Static variable in class org.eclipse.jdt.core.manipulation.CoreASTProvider
Wait flag indicating that a client requesting an AST only wants the already available shared AST.
WAIT_NO - Static variable in class org.eclipse.jdt.core.manipulation.SharedASTProviderCore
Wait flag indicating that a client requesting an AST only wants the already available shared AST.
WAIT_NO - Static variable in class org.eclipse.jdt.ui.SharedASTProvider
Deprecated.
Wait flag indicating that a client requesting an AST only wants the already available shared AST.
WAIT_UNTIL_READY_TO_SEARCH - Static variable in interface org.eclipse.jdt.core.search.IJavaSearchConstants
The search operation waits for the underlying indexer to finish indexing the workspace before starting the search.
WAIT_YES - Static variable in class org.eclipse.jdt.core.manipulation.CoreASTProvider
Wait flag indicating that a client requesting an AST wants to wait until an AST is ready.
WAIT_YES - Static variable in class org.eclipse.jdt.core.manipulation.SharedASTProviderCore
Wait flag indicating that a client requesting an AST wants to wait until an AST is ready.
WAIT_YES - Static variable in class org.eclipse.jdt.ui.SharedASTProvider
Deprecated.
Wait flag indicating that a client requesting an AST wants to wait until an AST is ready.
waitLockNotifyAll() - Method in class org.eclipse.jdt.core.manipulation.CoreASTProvider
Notify all waiting threads that the AST has changed.
WARNING - Static variable in class org.eclipse.jdt.core.JavaCore
Configurable option value: "warning".
WARNING - Static variable in class org.eclipse.jdt.ui.JavaElementImageDescriptor
Flag to render the warning adornment.
wereLocalsAvailable() - Method in interface org.eclipse.jdt.debug.core.IJavaStackFrame
Returns whether local variable information was available when local variables were retrieved from the target for this frame.
WHEN - Static variable in class org.eclipse.jdt.core.dom.Modifier
"when" modifier constant (bit mask).
WHEN_KEYWORD - Static variable in class org.eclipse.jdt.core.dom.Modifier.ModifierKeyword
 
WHILE_STATEMENT - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type WhileStatement.
WhileStatement - Class in org.eclipse.jdt.core.dom
While statement AST node type.
WIDE - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
WILDCARD_BOUND_TYPE_REFERENCE - Static variable in interface org.eclipse.jdt.core.search.IJavaSearchConstants
Return only type references used as a wildcard bound.
WILDCARD_TYPE - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type WildcardType.
WILDCARD_TYPE_SIGNATURE - Static variable in class org.eclipse.jdt.core.Signature
Kind constant for a wildcard type signature.
WildcardConstructorInvocation - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
WildcardFieldAssignment - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
WildcardMethodInvocation - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
WildcardType - Class in org.eclipse.jdt.core.dom
Type node for a wildcard type (added in JLS3 API).
WildcardType - Interface in com.sun.mirror.type
Represents a wildcard type argument.
WITHOUT_TEST_CODE - Static variable in interface org.eclipse.jdt.core.IClasspathAttribute
Constant for the name of the without_test_code attribute.
worked(int, int) - Method in class org.eclipse.jdt.core.compiler.CompilationProgress
Notifies that a given amount of work of the compilation has been completed.
WORKING_COPY - Static variable in class org.eclipse.jdt.core.util.ClassFileBytesDisassembler
This mode is used to retrive a pseudo code for working copy purpose.
WorkingCopyOwner - Class in org.eclipse.jdt.core
The owner of an ICompilationUnit handle in working copy mode.
WorkingCopyOwner() - Constructor for class org.eclipse.jdt.core.WorkingCopyOwner
 
WorkingSetFindAction - Class in org.eclipse.jdt.ui.actions
Wraps a JavaElementSearchActions to find its results in the specified working set.
WorkingSetFindAction(JavaEditor, FindAction, String) - Constructor for class org.eclipse.jdt.ui.actions.WorkingSetFindAction
Note: This constructor is for internal use only.
WorkingSetFindAction(IWorkbenchSite, FindAction, String) - Constructor for class org.eclipse.jdt.ui.actions.WorkingSetFindAction
Note: This constructor is for internal use only.
WRAP_COMPACT - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / The wrapping is done using as few lines as possible.
WRAP_COMPACT_FIRST_BREAK - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / The wrapping is done putting the first element on a new line and then wrapping next elements using as few lines as possible.
WRAP_NEXT_PER_LINE - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / The wrapping is done by putting each element on its own line except the first element.
WRAP_NEXT_SHIFTED - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / The wrapping is done by putting each element on its own line.
WRAP_NO_SPLIT - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Value to disable alignment.
WRAP_ONE_PER_LINE - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / The wrapping is done by putting each element on its own line.
write(IFile, IPath) - Method in class org.eclipse.jdt.ui.jarpackager.JarWriter
Deprecated.
Writes the passed resource to the current archive.
write(IFile, IPath) - Method in class org.eclipse.jdt.ui.jarpackager.JarWriter2
Deprecated.
Writes the passed resource to the current archive.
write(IFile, IPath) - Method in class org.eclipse.jdt.ui.jarpackager.JarWriter3
Writes the passed resource to the current archive.
write(IPath, byte[], long) - Method in class org.eclipse.jdt.ui.jarpackager.JarWriter
Deprecated.
Creates a new JarEntry with the passed path and contents, and writes it to the current archive.
write(JarPackageData) - Method in interface org.eclipse.jdt.ui.jarpackager.IJarDescriptionWriter
Writes the JAR package data to the description file to to the underlying stream.
WRITE_ACCESSES - Static variable in interface org.eclipse.jdt.core.search.IJavaSearchConstants
When searching for field matches, it will exclusively find write accesses, as opposed to read accesses.
writeArchive(ZipFile, IProgressMonitor) - Method in interface org.eclipse.jdt.ui.jarpackager.IJarBuilder
Add the given archive to the archive which is about to be build
writeFile(File, IPath) - Method in interface org.eclipse.jdt.ui.jarpackager.IJarBuilderExtension
Add the given file to the archive at the given path
writeFile(IFile, IPath) - Method in interface org.eclipse.jdt.ui.jarpackager.IJarBuilder
Add the given resource to the archive at the given path
WriteReferencesSearchGroup - Class in org.eclipse.jdt.ui.actions
Action group that adds the search for write references actions to a context menu and the global menu bar.
WriteReferencesSearchGroup(JavaEditor) - Constructor for class org.eclipse.jdt.ui.actions.WriteReferencesSearchGroup
Note: This constructor is for internal use only.
WriteReferencesSearchGroup(IWorkbenchSite) - Constructor for class org.eclipse.jdt.ui.actions.WriteReferencesSearchGroup
Creates a new WriteReferencesSearchGroup.
WriteReferencesSearchGroup(IWorkbenchSite, ISelectionProvider) - Constructor for class org.eclipse.jdt.ui.actions.WriteReferencesSearchGroup
Creates a new WriteReferencesSearchGroup.
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form