|
Eclipse JDT 2.1 |
||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |
MemberFilterActionGroup
.
MemberFilterActionGroup
.
org.eclipse.jdt.ui.
- Message - class org.eclipse.jdt.core.dom.Message.
- Error message used to report potential errors found during the AST parsing
or name resolution.
- Message(String, int) -
Constructor for class org.eclipse.jdt.core.dom.Message
- Creates a message.
- Message(String, int, int) -
Constructor for class org.eclipse.jdt.core.dom.Message
- Creates a message.
- METHOD -
Static variable in interface org.eclipse.jdt.core.IJavaElement
- Constant representing a method or constructor.
- METHOD -
Static variable in class org.eclipse.jdt.core.CorrectionEngine
- This field is not intended to be used by client.
- METHOD -
Static variable in interface org.eclipse.jdt.core.dom.IBinding
- Kind constant (value 4) indicating a method or constructor binding.
- METHOD -
Static variable in interface org.eclipse.jdt.core.jdom.IDOMNode
- Node type constant indicating a method (or constructor) declaration.
- METHOD -
Static variable in interface org.eclipse.jdt.core.search.IJavaSearchConstants
- The searched element is a method.
- METHOD_BODIES -
Static variable in interface org.eclipse.jdt.core.util.IClassFileReader
- This value should be used to read the method bodies.
- METHOD_DECLARATION -
Static variable in class org.eclipse.jdt.core.dom.ASTNode
- Node type constant indicating a node of type
MethodDeclaration
.
- METHOD_INFOS -
Static variable in interface org.eclipse.jdt.core.util.IClassFileReader
- This value should be used to read the constant pool entries and
the method infos of a .class file.
- METHOD_INVOCATION -
Static variable in class org.eclipse.jdt.core.dom.ASTNode
- Node type constant indicating a node of type
MethodInvocation
.
- MethodButWithConstructorName -
Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- MethodDeclaration - class org.eclipse.jdt.core.dom.MethodDeclaration.
- Method declaration AST node type.
- MethodInvocation - class org.eclipse.jdt.core.dom.MethodInvocation.
- Method invocation expression AST node type.
- MethodReducesVisibility -
Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- MethodRelated -
Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- MethodRequiresBody -
Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- MethodReturnsVoid -
Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- METHODS -
Static variable in class org.eclipse.jdt.ui.wizards.NewTypeWizardPage
- Field ID of the method stubs checkboxes
- MINUS -
Static variable in class org.eclipse.jdt.core.dom.PrefixExpression.Operator
- Unary minus "-" operator.
- MINUS -
Static variable in class org.eclipse.jdt.core.dom.InfixExpression.Operator
- Subtraction "-" operator.
- MINUS_ASSIGN -
Static variable in class org.eclipse.jdt.core.dom.Assignment.Operator
- -= operator.
- MissingEnclosingInstance -
Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- MissingEnclosingInstanceForConstructorCall -
Static variable in interface org.eclipse.jdt.core.compiler.IProblem
- Inner types related problems
- MissingReturnType -
Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- MissingSemiColon -
Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- MODEL_ID -
Static variable in class org.eclipse.jdt.core.JavaCore
- The identifier for the Java model
(value
"org.eclipse.jdt.core.javamodel"
).
- modificationCount() -
Method in class org.eclipse.jdt.core.dom.AST
- Returns the modification count for this AST.
- Modifier - class org.eclipse.jdt.core.dom.Modifier.
- Modifier flags.
- MODIFIERS -
Static variable in class org.eclipse.jdt.ui.wizards.NewTypeWizardPage
- Field ID of the modifier checkboxes
- modifiersChanged() -
Method in class org.eclipse.jdt.ui.wizards.NewTypeWizardPage
- Hook method that gets called when the modifiers have changed.
- MODIFY_METHOD_PARAMETERS -
Static variable in interface org.eclipse.jdt.ui.actions.IJavaEditorActionDefinitionIds
- Action definition ID of the refactor -> modify method parameters action
(value
"org.eclipse.jdt.ui.edit.text.java.modify.method.parameters"
).
- MODIFY_PARAMETERS -
Static variable in class org.eclipse.jdt.ui.actions.JdtActionConstants
- Refactor menu: name of standard Modify Parameters global action
(value
"org.eclipse.jdt.ui.actions.ModifyParameters"
).
- ModifyParametersAction - class org.eclipse.jdt.ui.actions.ModifyParametersAction.
- Action to start the modify parameters refactoring.
- ModifyParametersAction(CompilationUnitEditor) -
Constructor for class org.eclipse.jdt.ui.actions.ModifyParametersAction
- Note: This constructor is for internal use only.
- ModifyParametersAction(IWorkbenchSite) -
Constructor for class org.eclipse.jdt.ui.actions.ModifyParametersAction
- Creates a new
ModifyParametersAction
.
- MONITORENTER -
Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
-
- MONITOREXIT -
Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
-
- MOVE -
Static variable in class org.eclipse.jdt.ui.actions.JdtActionConstants
- Refactor menu: name of standard Move Element global action
(value
"org.eclipse.jdt.ui.actions.Move"
).
- MOVE_ELEMENT -
Static variable in interface org.eclipse.jdt.ui.actions.IJavaEditorActionDefinitionIds
- Action definition ID of the refactor -> move element action
(value
"org.eclipse.jdt.ui.edit.text.java.move.element"
).
- MOVE_INNER_TO_TOP -
Static variable in interface org.eclipse.jdt.ui.actions.IJavaEditorActionDefinitionIds
- Action definition ID of the refactor -> move inner type to top level action
(value
"org.eclipse.jdt.ui.edit.text.java.move.inner.to.top.level"
).
- move(IJavaElement[], IJavaElement[], IJavaElement[], String[], boolean, IProgressMonitor) -
Method in interface org.eclipse.jdt.core.IJavaModel
- Moves the given elements to the specified container(s).
- move(IJavaElement, IJavaElement, String, boolean, IProgressMonitor) -
Method in interface org.eclipse.jdt.core.ISourceManipulation
- Moves this element to the given container.
- move(IPath, int, int, IClasspathEntry, IProgressMonitor) -
Method in interface org.eclipse.jdt.core.IPackageFragmentRoot
- Moves the resource of this package fragment root to the destination path
as specified by
IResource.move(IPath,int,IProgressMonitor)
but excluding nested source folders.
- MoveAction - class org.eclipse.jdt.ui.actions.MoveAction.
- This action moves Java elements to a new location.
- MoveAction(CompilationUnitEditor) -
Constructor for class org.eclipse.jdt.ui.actions.MoveAction
- Note: This constructor is for internal use only.
- MoveAction(IWorkbenchSite) -
Constructor for class org.eclipse.jdt.ui.actions.MoveAction
- Creates a new
MoveAction
.
- MULTIANEWARRAY -
Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
-
- MustDefineEitherDimensionExpressionsOrInitializer -
Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- MustSpecifyPackage -
Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
|
Eclipse JDT 2.1 |
||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |