Package | Description |
---|---|
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.swt.events |
SWT typed listener support.
|
org.eclipse.swt.widgets |
SWT widget public API classes.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractInformationControl.addFocusListener(FocusListener listener)
Adds the given listener to the list of focus listeners.
|
void |
IInformationControl.addFocusListener(FocusListener listener)
Adds the given listener to the list of focus listeners.
|
void |
AbstractInformationControl.removeFocusListener(FocusListener listener)
Removes the given listeners from the list of focus listeners.
|
void |
IInformationControl.removeFocusListener(FocusListener listener)
Removes the given listeners from the list of focus listeners.
|
Modifier and Type | Class and Description |
---|---|
class |
HyperlinkManager
Default implementation of a hyperlink manager.
|
Modifier and Type | Class and Description |
---|---|
class |
FocusAdapter
This adapter class provides default implementations for the
methods described by the
FocusListener interface. |
Modifier and Type | Method and Description |
---|---|
void |
Control.addFocusListener(FocusListener listener)
Adds the listener to the collection of listeners who will
be notified when the control gains or loses focus, by sending
it one of the messages defined in the
FocusListener
interface. |
void |
Control.removeFocusListener(FocusListener listener)
Removes the listener from the collection of listeners who will
be notified when the control gains or loses focus.
|
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.