Eclipse JDT
Release 3.1
A B C D E F G H I J K L M N O P Q R S T U V W X Z _

U

UNCOMMENT - Static variable in interface org.eclipse.jdt.ui.actions.IJavaEditorActionDefinitionIds
Action definition ID of the source -> uncomment action (value "org.eclipse.jdt.ui.edit.text.java.uncomment").
UNCOMMENT - Static variable in class org.eclipse.jdt.ui.actions.JdtActionConstants
Source menu: name of standard Uncomment global action (value "org.eclipse.jdt.ui.actions.Uncomment").
UNKNOWN - Static variable in interface org.eclipse.jdt.core.search.IJavaSearchConstants
The nature of searched element or the nature of match in unknown.
UPDATERS_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.ForStatement
The "updaters" structural property of this node type.
UPDATE_CONFLICT - Static variable in interface org.eclipse.jdt.core.IJavaModelStatusConstants
Status constant indicating there is an update conflict for a working copy.
UPDATE_GETTER_METHOD - Static variable in class org.eclipse.jdt.ui.refactoring.RenameSupport
Flag indicating that the getter method is to be updated as well.
UPDATE_JAVADOC_COMMENTS - Static variable in class org.eclipse.jdt.ui.refactoring.RenameSupport
Deprecated. use UPDATE_REFERENCES or UPDATE_TEXTUAL_MATCHES or both.
UPDATE_JAVA_VIEWS - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
Deprecated. Since 3.0, views now always update while editing
UPDATE_ON_SAVE - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
Deprecated. Since 3.0, views now always update while editing
UPDATE_REFERENCES - Static variable in class org.eclipse.jdt.ui.refactoring.RenameSupport
Flag indicating that references are to be updated as well.
UPDATE_REGULAR_COMMENTS - Static variable in class org.eclipse.jdt.ui.refactoring.RenameSupport
Deprecated. use UPDATE_TEXTUAL_MATCHES
UPDATE_SETTER_METHOD - Static variable in class org.eclipse.jdt.ui.refactoring.RenameSupport
Flag indicating that the setter method is to be updated as well.
UPDATE_STRING_LITERALS - Static variable in class org.eclipse.jdt.ui.refactoring.RenameSupport
Deprecated. use UPDATE_TEXTUAL_MATCHES
UPDATE_TEXTUAL_MATCHES - Static variable in class org.eclipse.jdt.ui.refactoring.RenameSupport
Flag indicating that textual matches in comments and in string literals are to be updated as well.
UPDATE_WHILE_EDITING - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
Deprecated. Since 3.0, views now always update while editing
UPPER_BOUND_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.WildcardType
The "upperBound" structural property of this node type.
USER_CLASSES - Static variable in interface org.eclipse.jdt.launching.IRuntimeClasspathEntry
Classpath property identifier for entries that should appear on the user classpath.
USER_LIBRARY_CONTAINER_ID - Static variable in class org.eclipse.jdt.core.JavaCore
Name of the User Library Container id.
USE_RESOLVED - Static variable in class org.eclipse.jdt.ui.JavaElementLabels
Specified to use the resolved information of a IType, IMethod or IField.
USE_SUPERTYPE - Static variable in interface org.eclipse.jdt.ui.actions.IJavaEditorActionDefinitionIds
Action definition ID of the refactor -> use supertype action (value "org.eclipse.jdt.ui.edit.text.java.use.supertype").
USE_SUPERTYPE - Static variable in class org.eclipse.jdt.ui.actions.JdtActionConstants
Refactor menu: name of standard Use Supertype global action (value "org.eclipse.jdt.ui.actions.UseSupertype").
UnboxingConversion - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
Unclassified - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
ID reserved for referencing an internal error inside the JavaCore implementation which may be surfaced as a problem associated with the compilation unit which caused it to occur.
UndefinedAnnotationMember - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
UndefinedConstructor - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
UndefinedConstructorInDefaultConstructor - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
UndefinedConstructorInImplicitConstructorCall - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
UndefinedField - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
UndefinedLabel - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
UndefinedMethod - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
UndefinedName - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
UndefinedType - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
UndefinedTypeVariable - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
UndocumentedEmptyBlock - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
UnexpectedStaticModifierForField - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
UnexpectedStaticModifierForMethod - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
UnhandledException - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
UnhandledExceptionInDefaultConstructor - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
UnhandledExceptionInImplicitConstructorCall - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
UnhandledWarningToken - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
UninitializedBlankFinalField - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
UninitializedLocalVariable - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
UnmatchedBracket - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
UnnecessaryArgumentCast - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
Deprecated. - no longer generated, simply treated as UnnecessaryCast
UnnecessaryCast - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
UnnecessaryElse - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
UnnecessaryInstanceof - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
UnqualifiedFieldAccess - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
UnreachableCatch - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
UnsafeGenericCast - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
UnsafeRawConstructorInvocation - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
UnsafeRawFieldAssignment - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
UnsafeRawGenericConstructorInvocation - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
UnsafeRawGenericMethodInvocation - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
UnsafeRawMethodInvocation - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
UnsafeReturnTypeOverride - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
UnsafeTypeConversion - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
UnterminatedComment - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
UnterminatedString - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
UnusedConstructorDeclaredThrownException - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
UnusedImport - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
UnusedMethodDeclaredThrownException - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
UnusedPrivateConstructor - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
UnusedPrivateField - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
UnusedPrivateMethod - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
UnusedPrivateType - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
UseAssertAsAnIdentifier - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
UseEnumAsAnIdentifier - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
UseSupertypeAction - class org.eclipse.jdt.ui.actions.UseSupertypeAction.
Tries to use a super type of a class where possible.
UseSupertypeAction(CompilationUnitEditor) - Constructor for class org.eclipse.jdt.ui.actions.UseSupertypeAction
Note: This constructor is for internal use only.
UseSupertypeAction(IWorkbenchSite) - Constructor for class org.eclipse.jdt.ui.actions.UseSupertypeAction
Creates a new UseSupertypeAction.
UsingDeprecatedConstructor - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
UsingDeprecatedField - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
UsingDeprecatedMethod - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
UsingDeprecatedType - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
unbindColor(String) - Method in interface org.eclipse.jdt.ui.text.IColorManagerExtension
Forgets the color specification remembered under the given key.
uninstall() - Method in interface org.eclipse.jdt.ui.text.folding.IJavaFoldingStructureProvider
Uninstalls this structure provider.
update(ISelection) - Method in class org.eclipse.jdt.ui.actions.MoveAction
 
update(ISelection) - Method in class org.eclipse.jdt.ui.actions.RenameAction
 
update(ISelection) - Method in class org.eclipse.jdt.ui.actions.SelectionDispatchAction
Updates the action's enablement state according to the given selection.
updateActionBars() - Method in class org.eclipse.jdt.ui.actions.NavigateActionGroup
 
updateAllowTerminateFromConfig(ILaunchConfiguration) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaConnectTab
 
updateConnectionFromConfig(ILaunchConfiguration) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaConnectTab
 
updateExternalJars(ILaunchConfiguration) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaMainTab
 
updateInheritedMainsFromConfig(ILaunchConfiguration) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaMainTab
 
updateJREFromConfig(ILaunchConfiguration) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaJRETab
 
updateMainTypeFromConfig(ILaunchConfiguration) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaMainTab
 
updateProjectFromConfig(ILaunchConfiguration) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaConnectTab
 
updateProjectFromConfig(ILaunchConfiguration) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaMainTab
 
updateStatus(IStatus) - Method in class org.eclipse.jdt.ui.wizards.NewElementWizardPage
Updates the status line and the OK button according to the given status
updateStatus(IStatus[]) - Method in class org.eclipse.jdt.ui.wizards.NewElementWizardPage
Updates the status line and the OK button according to the status evaluate from an array of status.
updateStopInMainFromConfig(ILaunchConfiguration) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaMainTab
 
updaters() - Method in class org.eclipse.jdt.core.dom.ForStatement
Returns the live ordered list of update expressions in this for statement.
useNewSourcePage() - Method in class org.eclipse.jdt.ui.wizards.JavaCapabilityConfigurationPage
Clients can override this method to choose if the new source page is used.
useSourceFolderHierarchy() - Method in class org.eclipse.jdt.ui.jarpackager.JarPackageData
Tells whether the source folder hierarchy is used.
usesManifest() - Method in class org.eclipse.jdt.ui.jarpackager.JarPackageData
Answers whether a manifest must be included in the JAR.

Eclipse JDT
Release 3.1
A B C D E F G H I J K L M N O P Q R S T U V W X Z _
Copyright (c) IBM Corp. and others 2000, 2005. All Rights Reserved.