|
 |
|
| |
Uses of Interface org.eclipse.ui.IWorkbenchPart
| Methods in
org.eclipse.debug.ui.actions with parameters of type
IWorkbenchPart
|
void
|
IAddMemoryBlocksTarget.
addMemoryBlocks
(
IWorkbenchPart part,
ISelection selection)
Perform an add memory block on the given element that is
currently selected in the Debug view. |
void
|
IAddMemoryRenderingsTarget.
addMemoryRenderings
(
IWorkbenchPart part,
ISelection selection,
IMemoryRenderingType[] renderingTypes)
Adds memory renderings. |
boolean
|
IAddMemoryBlocksTarget.
canAddMemoryBlocks
(
IWorkbenchPart part,
ISelection selection)
Returns whether an add memory block operation can be performed from the specified
part and the given selection. |
boolean
|
IAddMemoryRenderingsTarget.
canAddMemoryRenderings
(
IWorkbenchPart part,
ISelection selection)
Returns whether a memory rendering can be added from the specified
part, based on the the given selection, which is the active debug context
in the current workbench window. |
boolean
|
IRunToLineTarget.
canRunToLine
(
IWorkbenchPart part,
ISelection selection,
ISuspendResume target)
Returns whether a run to line operation can be performed on the given
element that is currently selected and suspended in the Debug view. |
boolean
|
IToggleBreakpointsTargetExtension.
canToggleBreakpoints
(
IWorkbenchPart part,
ISelection selection)
Returns whether line breakpoints can be toggled on the given selection. |
boolean
|
IToggleBreakpointsTarget.
canToggleLineBreakpoints
(
IWorkbenchPart part,
ISelection selection)
Returns whether line breakpoints can be toggled on the given selection. |
boolean
|
IToggleBreakpointsTarget.
canToggleMethodBreakpoints
(
IWorkbenchPart part,
ISelection selection)
Returns whether method breakpoints can be toggled on the given selection. |
boolean
|
IToggleBreakpointsTarget.
canToggleWatchpoints
(
IWorkbenchPart part,
ISelection selection)
Returns whether watchpoints can be toggled on the given selection. |
String
|
IToggleBreakpointsTargetFactory.
getDefaultToggleTarget
(
IWorkbenchPart part,
ISelection selection)
Returns the identifier of the default toggle breakpoints target to use
for the given selection, or null if this factory has no
preference. |
IMemoryRenderingType[]
|
IAddMemoryRenderingsTarget.
getMemoryRenderingTypes
(
IWorkbenchPart part,
ISelection selection)
Returns a list of rendering types that can be added from the given workbench part and active
debug context, possibly empty. |
Set
|
IToggleBreakpointsTargetFactory.
getToggleTargets
(
IWorkbenchPart part,
ISelection selection)
Returns all possible types of toggle breakpoints targets that this
factory can create for the given selection and part, possibly empty. |
protected void
|
ToggleWatchpointActionDelegate.
performAction
(
IToggleBreakpointsTarget target,
IWorkbenchPart part,
ISelection selection)
|
protected void
|
ToggleMethodBreakpointActionDelegate.
performAction
(
IToggleBreakpointsTarget target,
IWorkbenchPart part,
ISelection selection)
|
void
|
IRunToLineTarget.
runToLine
(
IWorkbenchPart part,
ISelection selection,
ISuspendResume target)
Perform a run to line operation on the given element that is
currently selected and suspended in the Debug view. |
void
|
ContextualLaunchAction.
setActivePart
(
IAction action,
IWorkbenchPart targetPart)
|
void
|
AddMemoryRenderingActionDelegate.
setActivePart
(
IAction action,
IWorkbenchPart targetPart)
|
boolean
|
IAddMemoryBlocksTarget.
supportsAddMemoryBlocks
(
IWorkbenchPart part)
Returns whether this target will support adding memory block from the specified
part. |
void
|
IToggleBreakpointsTargetExtension.
toggleBreakpoints
(
IWorkbenchPart part,
ISelection selection)
Creates new line breakpoints or removes existing breakpoints. |
void
|
IToggleBreakpointsTarget.
toggleLineBreakpoints
(
IWorkbenchPart part,
ISelection selection)
Creates new line breakpoints or removes existing breakpoints. |
void
|
IToggleBreakpointsTarget.
toggleMethodBreakpoints
(
IWorkbenchPart part,
ISelection selection)
Creates new method breakpoints or removes existing breakpoints. |
void
|
IToggleBreakpointsTarget.
toggleWatchpoints
(
IWorkbenchPart part,
ISelection selection)
Creates new watchpoints or removes existing breakpoints. |
| Classes in
org.eclipse.ui.forms.editor that implement
IWorkbenchPart
|
class
|
FormEditor
This class forms a base of multi-page form editors that typically use one or
more pages with forms and one page for raw source of the editor input. |
class
|
FormPage
A base class that all pages that should be added to FormEditor must subclass. |
class
|
SharedHeaderFormEditor
A variation of
FormEditor, this editor has a stable header that does
not change when pages are switched. |
| Classes in org.eclipse.ui.internal.views.markers that implement
IWorkbenchPart
|
class
|
org.eclipse.ui.internal.views.markers.ExtendedMarkersView
The ExtendedMarkersView is the internal implementation of the view that shows
markers using the markerGenerators extension point. |
| Classes in
org.eclipse.ui.part that implement
IWorkbenchPart
|
class
|
AbstractMultiEditor
A AbstractMultiEditor is a composite of editors. |
class
|
EditorPart
Abstract base implementation of all workbench editors. |
class
|
MultiEditor
A MultiEditor is a composite of editors. |
class
|
MultiPageEditor
Deprecated. Use the class MultiPageEditorPart instead
|
class
|
MultiPageEditorPart
A multi-page editor is an editor with multiple pages, each of which may
contain an editor or an arbitrary SWT control. |
class
|
PageBookView
Abstract superclass of all multi-page workbench views. |
class
|
ViewPart
Abstract base implementation of all workbench views. |
class
|
WorkbenchPart
Abstract base implementation of all workbench parts. |
| Classes in
org.eclipse.ui.texteditor that implement
IWorkbenchPart
|
class
|
AbstractDecoratedTextEditor
An intermediate editor comprising functionality not present in the leaner AbstractTextEditor,
but used in many heavy weight (and especially source editing) editors, such as line numbers,
change ruler, overview ruler, print margins, current line highlighting, etc. |
class
|
AbstractTextEditor
Abstract base implementation of a text editor. |
class
|
StatusTextEditor
Capable of handling input elements that have an associated status with them. |
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.
|
|
|