public interface ITextViewerExtension6
ITextViewer
.
Introduces the concept of text hyperlinks and adds access to the undo manager.IHyperlink
,
IHyperlinkDetector
Modifier and Type | Method and Description |
---|---|
IUndoManager |
getUndoManager()
Returns this viewer's undo manager.
|
void |
setHyperlinkDetectors(IHyperlinkDetector[] hyperlinkDetectors,
int eventStateMask)
Sets this viewer's hyperlink detectors for the given state mask.
|
void setHyperlinkDetectors(IHyperlinkDetector[] hyperlinkDetectors, int eventStateMask)
hyperlinkDetectors
- the new array of hyperlink detectors, null
or an empty array to disable hyperlinkingeventStateMask
- the SWT event state mask to activate hyperlink modeIUndoManager getUndoManager()
null
if it has not been plugged-in
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.