- OK -
Static variable in class org.eclipse.ltk.core.refactoring.RefactoringStatus
- Status severity constant (value 0) indicating this status represents the nominal case.
- ON_DEMAND_PROPERTY -
Static variable in class org.eclipse.jdt.core.dom.ImportDeclaration
- The "onDemand" structural property of this node type.
- OPEN -
Static variable in class org.eclipse.jdt.ui.actions.JdtActionConstants
- Navigate menu: name of standard Open global action
(value "org.eclipse.jdt.ui.actions.Open").
- OPEN_CALL_HIERARCHY -
Static variable in interface org.eclipse.jdt.ui.actions.IJavaEditorActionDefinitionIds
- Action definition ID of the navigate -> open call hierarchy action
(value "org.eclipse.jdt.ui.edit.text.java.org.eclipse.jdt.ui.edit.text.java.open.call.hierarchy").
- OPEN_CALL_HIERARCHY -
Static variable in class org.eclipse.jdt.ui.actions.JdtActionConstants
- Navigate menu: name of standard Open Call Hierarchy global action
(value "org.eclipse.jdt.ui.actions.OpenCallHierarchy").
- OPEN_EDITOR -
Static variable in interface org.eclipse.jdt.ui.actions.IJavaEditorActionDefinitionIds
- Action definition ID of the navigate -> open action
(value "org.eclipse.jdt.ui.edit.text.java.open.editor").
- OPEN_EXTERNAL_JAVADOC -
Static variable in interface org.eclipse.jdt.ui.actions.IJavaEditorActionDefinitionIds
- Action definition ID of the navigate -> open external javadoc action
(value "org.eclipse.jdt.ui.edit.text.java.open.external.javadoc").
- OPEN_EXTERNAL_JAVA_DOC -
Static variable in class org.eclipse.jdt.ui.actions.JdtActionConstants
- Navigate menu: name of standard Open External Javadoc global action
(value "org.eclipse.jdt.ui.actions.OpenExternalJavaDoc").
- OPEN_HIERARCHY -
Static variable in interface org.eclipse.jdt.ui.actions.IJavaEditorActionDefinitionIds
- Action definition ID of the navigate -> Show Hierarchy action
(value "org.eclipse.jdt.ui.edit.text.java.open.hierarchy").
- OPEN_STRUCTURE -
Static variable in interface org.eclipse.jdt.ui.actions.IJavaEditorActionDefinitionIds
- Action definition ID of the Navigate -> Open Structure action
(value "org.eclipse.jdt.ui.navigate.java.open.structure").
- OPEN_SUPER_IMPLEMENTATION -
Static variable in interface org.eclipse.jdt.ui.actions.IJavaEditorActionDefinitionIds
- Action definition ID of the navigate -> open super implementation action
(value "org.eclipse.jdt.ui.edit.text.java.open.super.implementation").
- OPEN_SUPER_IMPLEMENTATION -
Static variable in class org.eclipse.jdt.ui.actions.JdtActionConstants
- Navigate menu: name of standard Open Super Implementation global action
(value "org.eclipse.jdt.ui.actions.OpenSuperImplementation").
- OPEN_TYPE_HIERARCHY -
Static variable in class org.eclipse.jdt.ui.PreferenceConstants
- A named preference that controls if a new type hierarchy gets opened in a
new type hierarchy perspective or inside the type hierarchy view part.
- OPEN_TYPE_HIERARCHY -
Static variable in interface org.eclipse.jdt.ui.actions.IJavaEditorActionDefinitionIds
- Action definition ID of the navigate -> open type hierarchy action
(value "org.eclipse.jdt.ui.edit.text.java.org.eclipse.jdt.ui.edit.text.java.open.type.hierarchy").
- OPEN_TYPE_HIERARCHY -
Static variable in class org.eclipse.jdt.ui.actions.JdtActionConstants
- Navigate menu: name of standard Open Type Hierarchy global action
(value "org.eclipse.jdt.ui.actions.OpenTypeHierarchy").
- OPEN_TYPE_HIERARCHY_IN_PERSPECTIVE -
Static variable in class org.eclipse.jdt.ui.PreferenceConstants
- A string value used by the named preference OPEN_TYPE_HIERARCHY.
- OPEN_TYPE_HIERARCHY_IN_VIEW_PART -
Static variable in class org.eclipse.jdt.ui.PreferenceConstants
- A string value used by the named preference OPEN_TYPE_HIERARCHY.
- OPERAND_PROPERTY -
Static variable in class org.eclipse.jdt.core.dom.PostfixExpression
- The "operand" structural property of this node type.
- OPERAND_PROPERTY -
Static variable in class org.eclipse.jdt.core.dom.PrefixExpression
- The "operand" structural property of this node type.
- OPERATOR_PROPERTY -
Static variable in class org.eclipse.jdt.core.dom.Assignment
- The "operator" structural property of this node type.
- OPERATOR_PROPERTY -
Static variable in class org.eclipse.jdt.core.dom.InfixExpression
- The "operator" structural property of this node type.
- OPERATOR_PROPERTY -
Static variable in class org.eclipse.jdt.core.dom.PostfixExpression
- The "operator" structural property of this node type.
- OPERATOR_PROPERTY -
Static variable in class org.eclipse.jdt.core.dom.PrefixExpression
- The "operator" structural property of this node type.
- OPTIMIZE_OUT -
Static variable in class org.eclipse.jdt.core.JavaCore
- Possible configurable option value.
- OR -
Static variable in class org.eclipse.jdt.core.dom.InfixExpression.Operator
- Inclusive OR "|" operator.
- ORGANIZE_IMPORTS -
Static variable in interface org.eclipse.jdt.ui.actions.IJavaEditorActionDefinitionIds
- Action definition ID of the source -> organize imports action
(value "org.eclipse.jdt.ui.edit.text.java.organize.imports").
- ORGANIZE_IMPORTS -
Static variable in class org.eclipse.jdt.ui.actions.JdtActionConstants
- Source menu: name of standard Organize Imports global action
(value "org.eclipse.jdt.ui.actions.OrganizeImports").
- ORGIMPORTS_IGNORELOWERCASE -
Static variable in class org.eclipse.jdt.ui.PreferenceConstants
- A named preferences that controls if types that start with a lower case letters get added by the
"Organize Import" operation.
- ORGIMPORTS_IMPORTORDER -
Static variable in class org.eclipse.jdt.ui.PreferenceConstants
- A named preference that holds a list of semicolon separated package names.
- ORGIMPORTS_ONDEMANDTHRESHOLD -
Static variable in class org.eclipse.jdt.ui.PreferenceConstants
- A named preference that specifies the number of imports added before a star-import declaration is used.
- ORIGINAL -
Static variable in class org.eclipse.jdt.core.dom.ASTNode
- Flag constant (bit mask, value 2) indicating that this is a node
that was created by the parser (as opposed to one created by another
party).
- ORIGINATING_PROJECT_CLASSPATH -
Static variable in interface org.eclipse.jdt.core.IPackageFragmentRoot
- Update model flag constant (bit mask value 2) indicating that the operation
is to update the classpath of the originating project.
- OTHER -
Static variable in interface org.eclipse.jdt.launching.IRuntimeClasspathEntry
- Type identifier for contributed entries.
- OTHER_REFERRING_PROJECTS_CLASSPATH -
Static variable in interface org.eclipse.jdt.core.IPackageFragmentRoot
- Update model flag constant (bit mask value 4) indicating that the operation
is to update the classpath of all referring projects except the originating project.
- OVERRIDES -
Static variable in class org.eclipse.jdt.ui.JavaElementImageDescriptor
- Flag to render the 'override' adornment.
- OVERRIDE_METHODS -
Static variable in interface org.eclipse.jdt.ui.actions.IJavaEditorActionDefinitionIds
- Action definition ID of the source -> override methods action
(value "org.eclipse.jdt.ui.edit.text.java.override.methods").
- OVERRIDE_METHODS -
Static variable in class org.eclipse.jdt.ui.actions.JdtActionConstants
- Source menu: name of standard Override Methods global action
(value "org.eclipse.jdt.ui.actions.OverrideMethods").
- ObjectCannotHaveSuperTypes -
Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- ObjectHasNoSuperclass -
Static variable in interface org.eclipse.jdt.core.compiler.IProblem
- General type related problems
- OpcodeStringValues - class org.eclipse.jdt.core.util.OpcodeStringValues.
- Description of each opcode mnemonic according to the JVM specifications.
- OpcodeStringValues() -
Constructor for class org.eclipse.jdt.core.util.OpcodeStringValues
-
- OpenAction - class org.eclipse.jdt.ui.actions.OpenAction.
- This action opens a Java editor on a Java element or file.
- OpenAction(IWorkbenchSite) -
Constructor for class org.eclipse.jdt.ui.actions.OpenAction
- Creates a new OpenAction.
- OpenAction(JavaEditor) -
Constructor for class org.eclipse.jdt.ui.actions.OpenAction
- Note: This constructor is for internal use only.
- OpenEditorActionGroup - class org.eclipse.jdt.ui.actions.OpenEditorActionGroup.
- Action group that adds the actions opening a new editor to the
context menu and the action bar's navigate menu.
- OpenEditorActionGroup(IViewPart) -
Constructor for class org.eclipse.jdt.ui.actions.OpenEditorActionGroup
- Creates a new OpenActionGroup.
- OpenEditorActionGroup(JavaEditor) -
Constructor for class org.eclipse.jdt.ui.actions.OpenEditorActionGroup
- Note: This constructor is for internal use only.
- OpenExternalJavadocAction - class org.eclipse.jdt.ui.actions.OpenExternalJavadocAction.
- This action opens the selected element's Javadoc in an external
browser.
- OpenExternalJavadocAction(IWorkbenchSite) -
Constructor for class org.eclipse.jdt.ui.actions.OpenExternalJavadocAction
- Creates a new OpenExternalJavadocAction.
- OpenExternalJavadocAction(JavaEditor) -
Constructor for class org.eclipse.jdt.ui.actions.OpenExternalJavadocAction
- Note: This constructor is for internal use only.
- OpenJavaBrowsingPerspectiveAction - class org.eclipse.jdt.ui.actions.OpenJavaBrowsingPerspectiveAction.
- Action to programmatically open a Java perspective.
- OpenJavaBrowsingPerspectiveAction() -
Constructor for class org.eclipse.jdt.ui.actions.OpenJavaBrowsingPerspectiveAction
- Create a new OpenJavaBrowsingPerspectiveAction.
- OpenJavaPerspectiveAction - class org.eclipse.jdt.ui.actions.OpenJavaPerspectiveAction.
- Action to programmatically open a Java perspective.
- OpenJavaPerspectiveAction() -
Constructor for class org.eclipse.jdt.ui.actions.OpenJavaPerspectiveAction
- Create a new OpenJavaPerspectiveAction.
- OpenProjectAction - class org.eclipse.jdt.ui.actions.OpenProjectAction.
- Action to open a closed project.
- OpenProjectAction(IWorkbenchSite) -
Constructor for class org.eclipse.jdt.ui.actions.OpenProjectAction
- Creates a new OpenProjectAction.
- OpenSuperImplementationAction - class org.eclipse.jdt.ui.actions.OpenSuperImplementationAction.
- The action opens a Java editor on the selected method's super implementation.
- OpenSuperImplementationAction(IWorkbenchSite) -
Constructor for class org.eclipse.jdt.ui.actions.OpenSuperImplementationAction
- Creates a new OpenSuperImplementationAction.
- OpenSuperImplementationAction(JavaEditor) -
Constructor for class org.eclipse.jdt.ui.actions.OpenSuperImplementationAction
- Note: This constructor is for internal use only.
- OpenTypeHierarchyAction - class org.eclipse.jdt.ui.actions.OpenTypeHierarchyAction.
- This action opens a type hierarchy on the selected type.
- OpenTypeHierarchyAction(IWorkbenchSite) -
Constructor for class org.eclipse.jdt.ui.actions.OpenTypeHierarchyAction
- Creates a new OpenTypeHierarchyAction.
- OpenTypeHierarchyAction(JavaEditor) -
Constructor for class org.eclipse.jdt.ui.actions.OpenTypeHierarchyAction
- Note: This constructor is for internal use only.
- OpenViewActionGroup - class org.eclipse.jdt.ui.actions.OpenViewActionGroup.
- Action group that adds actions to open a new JDT view part or an external
viewer to a context menu and the global menu bar.
- OpenViewActionGroup(Page) -
Constructor for class org.eclipse.jdt.ui.actions.OpenViewActionGroup
- Creates a new OpenActionGroup.
- OpenViewActionGroup(IViewPart) -
Constructor for class org.eclipse.jdt.ui.actions.OpenViewActionGroup
- Creates a new OpenActionGroup.
- OpenViewActionGroup(JavaEditor) -
Constructor for class org.eclipse.jdt.ui.actions.OpenViewActionGroup
- Note: This constructor is for internal use only.
- OrganizeImportsAction - class org.eclipse.jdt.ui.actions.OrganizeImportsAction.
- Organizes the imports of a compilation unit.
- OrganizeImportsAction(IWorkbenchSite) -
Constructor for class org.eclipse.jdt.ui.actions.OrganizeImportsAction
- Creates a new OrganizeImportsAction.
- OrganizeImportsAction(JavaEditor) -
Constructor for class org.eclipse.jdt.ui.actions.OrganizeImportsAction
- Note: This constructor is for internal use only.
- OrganizeImportsAction.ObjectDelegate - class org.eclipse.jdt.ui.actions.OrganizeImportsAction.ObjectDelegate.
-
- OrganizeImportsAction.ObjectDelegate() -
Constructor for class org.eclipse.jdt.ui.actions.OrganizeImportsAction.ObjectDelegate
-
- OuterLocalMustBeFinal -
Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- OverrideIndicatorLabelDecorator - class org.eclipse.jdt.ui.OverrideIndicatorLabelDecorator.
- LabelDecorator that decorates an method's image with override or implements overlays.
- OverrideIndicatorLabelDecorator() -
Constructor for class org.eclipse.jdt.ui.OverrideIndicatorLabelDecorator
- Creates a decorator.
- OverrideIndicatorLabelDecorator(ImageDescriptorRegistry) -
Constructor for class org.eclipse.jdt.ui.OverrideIndicatorLabelDecorator
- Note: This constructor is for internal use only.
- OverrideMethodsAction - class org.eclipse.jdt.ui.actions.OverrideMethodsAction.
- Adds unimplemented methods of a type.
- OverrideMethodsAction(IWorkbenchSite) -
Constructor for class org.eclipse.jdt.ui.actions.OverrideMethodsAction
- Creates a new OverrideMethodsAction.
- OverrideMethodsAction(CompilationUnitEditor) -
Constructor for class org.eclipse.jdt.ui.actions.OverrideMethodsAction
- Note: This constructor is for internal use only.
- OverridingDeprecatedMethod -
Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- OverridingNonVisibleMethod -
Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- obsoleteMethods(IJavaDebugTarget) -
Method in interface org.eclipse.jdt.debug.core.IJavaHotCodeReplaceListener
- Notification that obsolete methods remain on the stack
in one or more threads in the given target after a hot code
replace.
- occurencesOf(char, char[]) -
Static method in class org.eclipse.jdt.core.compiler.CharOperation
- Answers the number of occurrences of the given character in the given array, 0 if any.
- occurencesOf(char, char[], int) -
Static method in class org.eclipse.jdt.core.compiler.CharOperation
- Answers the number of occurrences of the given character in the given array starting
at the given index, 0 if any.
- okPressed() -
Method in class org.eclipse.jdt.debug.ui.JavaSourceLookupDialog
- Deprecated.
- open(IProgressMonitor) -
Method in interface org.eclipse.jdt.core.IOpenable
- Opens this element and all parent elements that are not already open.
- openDialog(Shell) -
Method in class org.eclipse.jdt.ui.refactoring.RenameSupport
- Opens the refactoring dialog for this rename support.
- openInEditor(IJavaElement) -
Static method in class org.eclipse.jdt.ui.JavaUI
- Opens a Java editor on the given Java element.
- org.eclipse.jdt.core - package org.eclipse.jdt.core
- The Java model is the set of classes that model the
objects associated with creating, editing, and building a Java program.
- org.eclipse.jdt.core.compiler - package org.eclipse.jdt.core.compiler
- This package contains compiler associated infrastructure APIs.
- org.eclipse.jdt.core.dom - package org.eclipse.jdt.core.dom
- The Java DOM/AST is the set of classes that model the source code of a Java program
as a structured document.
- org.eclipse.jdt.core.dom.rewrite - package org.eclipse.jdt.core.dom.rewrite
-
- org.eclipse.jdt.core.eval - package org.eclipse.jdt.core.eval
- Provides support for the evaluation of code snippets
in a scrapbook or inside the debugger.
- org.eclipse.jdt.core.formatter - package org.eclipse.jdt.core.formatter
-
- org.eclipse.jdt.core.jdom - package org.eclipse.jdt.core.jdom
- Provides a support for Java document manipulation through the JDOM model.
- org.eclipse.jdt.core.search - package org.eclipse.jdt.core.search
- Provides support for searching the workspace Java
elements that match a particular description.
- org.eclipse.jdt.core.util - package org.eclipse.jdt.core.util
- Provides a set of tools and utilities for manipulating .class files and Java model elements.
- org.eclipse.jdt.debug.core - package org.eclipse.jdt.debug.core
Provides an implementation of a debug model based on JPDA (Java Platform Debug Architecture).
- org.eclipse.jdt.debug.eval - package org.eclipse.jdt.debug.eval
Provides a set classes and interfaces that support evaluations
in the Java debugger.
- org.eclipse.jdt.debug.ui - package org.eclipse.jdt.debug.ui
Provides an implementation of a source locator for the Java debug model.
- org.eclipse.jdt.debug.ui.launchConfigurations - package org.eclipse.jdt.debug.ui.launchConfigurations
Provides an implementation launch configuration tabs for local and remote
Java applications.
- org.eclipse.jdt.junit - package org.eclipse.jdt.junit
- Application programming interfaces for interaction
with the Eclipse Java Development Tools JUnit support.
- org.eclipse.jdt.launching - package org.eclipse.jdt.launching
- Application programming interfaces for interaction
with the Eclipse Java launching support.
- org.eclipse.jdt.launching.sourcelookup - package org.eclipse.jdt.launching.sourcelookup
- Application programming interfaces and classes for source lookup.
- org.eclipse.jdt.launching.sourcelookup.containers - package org.eclipse.jdt.launching.sourcelookup.containers
- Provides source lookup support for the Java debugger.
- org.eclipse.jdt.ui - package org.eclipse.jdt.ui
- Application programming interfaces for interaction
with the Eclipse Java User Interface.
- org.eclipse.jdt.ui.actions - package org.eclipse.jdt.ui.actions
- Application programming interfaces for Eclipse Java User Interface specific
actions.
- org.eclipse.jdt.ui.jarpackager - package org.eclipse.jdt.ui.jarpackager
- Provides classes and interfaces to generate a JAR file.
- org.eclipse.jdt.ui.refactoring - package org.eclipse.jdt.ui.refactoring
- Application programming interfaces for rename refactorings.
- org.eclipse.jdt.ui.text - package org.eclipse.jdt.ui.text
- Application programming interfaces for interaction
with the Eclipse Java User Interface text support.
- org.eclipse.jdt.ui.text.folding - package org.eclipse.jdt.ui.text.folding
- Application programming interfaces for interaction
with the Eclipse Java Editor folding.
- org.eclipse.jdt.ui.text.java - package org.eclipse.jdt.ui.text.java
- Application programming interfaces for interaction
with the Eclipse Java User Interface.
- org.eclipse.jdt.ui.text.java.hover - package org.eclipse.jdt.ui.text.java.hover
- Application programming interfaces for interaction with the Eclipse Java Editor.
- org.eclipse.jdt.ui.wizards - package org.eclipse.jdt.ui.wizards
- Application programming interfaces for interaction
with the Eclipse Java User Interface wizards.
- org.eclipse.ltk.core.refactoring - package org.eclipse.ltk.core.refactoring
- Application programmer interface to implement semantic preserving workspace transformations.
- org.eclipse.ltk.core.refactoring.participants - package org.eclipse.ltk.core.refactoring.participants
- Application programmer interface to participant in existing rename, move and delete refactorings
if the refactoring provider supports participation.
- org.eclipse.ltk.ui.refactoring - package org.eclipse.ltk.ui.refactoring
- Application programmer interface to implement a wizard based user interface for refactorings.