Package | Description |
---|---|
org.eclipse.debug.ui.actions |
Provides a set of actions related to running and debugging applications. |
org.eclipse.jface.text |
Provides a framework for creating and manipulating text documents.
|
org.eclipse.jface.text.hyperlink |
Provides support for detecting and displaying hyperlinks in ISourceViewers.
|
org.eclipse.jface.text.source |
Provides a framework for connecting document regions
with annotations and for displaying those.
|
org.eclipse.swt.events |
SWT typed listener support.
|
org.eclipse.swt.widgets |
SWT widget public API classes.
|
org.eclipse.ui.console |
Application programming interfaces for interaction
with the Eclipse console.
|
org.eclipse.ui.texteditor |
Provides a framework for text editors obeying to the
desktop rules.
|
Modifier and Type | Class and Description |
---|---|
class |
RulerEnableDisableBreakpointActionDelegate
Toggles enablement of a breakpoint in a vertical ruler.
|
class |
RulerToggleBreakpointActionDelegate
Toggles a breakpoint when ruler is double-clicked.
|
Modifier and Type | Class and Description |
---|---|
class |
PaintManager
Manages the
IPainter object registered with an
ITextViewer . |
Modifier and Type | Class and Description |
---|---|
class |
HyperlinkManager
Default implementation of a hyperlink manager.
|
Modifier and Type | Class and Description |
---|---|
protected class |
AnnotationBarHoverManager.Closer
Deprecated.
As of 3.4, no longer used as closer from super class is used
|
Modifier and Type | Method and Description |
---|---|
void |
VerticalRuler.addMouseListener(MouseListener listener)
Deprecated.
will be removed
|
void |
VerticalRuler.removeMouseListener(MouseListener listener)
Deprecated.
will be removed
|
Modifier and Type | Class and Description |
---|---|
class |
MouseAdapter
This adapter class provides default implementations for the
methods described by the
MouseListener interface. |
Modifier and Type | Method and Description |
---|---|
void |
Control.addMouseListener(MouseListener listener)
Adds the listener to the collection of listeners who will
be notified when mouse buttons are pressed and released, by sending
it one of the messages defined in the
MouseListener
interface. |
void |
Control.removeMouseListener(MouseListener listener)
Removes the listener from the collection of listeners who will
be notified when mouse buttons are pressed and released.
|
Modifier and Type | Class and Description |
---|---|
class |
TextConsoleViewer
Default viewer used to display a
TextConsole . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractRulerActionDelegate
This class serves as an adapter for actions contributed to the vertical ruler's
context menu.
|
class |
BookmarkRulerAction
Adapter for the managing bookmark action.
|
class |
SelectRulerAction
Adapter for the select marker action.
|
class |
TaskRulerAction
Adapter for the marker ruler action creating/removing tasks.
|
Modifier and Type | Method and Description |
---|---|
protected MouseListener |
AbstractTextEditor.getRulerMouseListener()
Creates and returns the listener on this editor's vertical ruler.
|
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.