| AbstractConsole |
Common function for consoles.
|
| ConsolePlugin |
The console plug-in class.
|
| IConsole |
A console.
|
| IConsoleDocumentPartitioner |
A document partitioner for a text console.
|
| IConsoleListener |
A console listener is notified when consoles are added or removed from
the console manager.
|
| IConsoleManager |
The console manager manages registered consoles.
|
| IConsoleView |
A view that displays consoles registered with the console manager.
|
| IHyperlink |
A hyperlink in a console.
|
| IOConsole |
A console that displays text from I/O streams.
|
| IOConsoleInputStream |
InputStream used to read input from an IOConsole.
|
| IOConsoleOutputStream |
OutputStream used to write to an IOConsole.
|
| IPatternMatchListener |
A pattern match listener is registered with a TextConsole, and
is notified when its pattern has been matched to contents in that console.
|
| IPatternMatchListenerDelegate |
A pattern match listener delegate is notified of regular expression matches
in a text console.
|
| IScrollLockStateProvider |
A scroll lock provider allows a client to control the scroll lock state of
its container, e.g. a view.
|
| MessageConsole |
A console that displays messages.
|
| MessageConsoleStream |
Used to write messages to a message console.
|
| PatternMatchEvent |
An event describing a pattern match in a text console.
|
| TextConsole |
An abstract text console that supports regular expression matching and
hyperlinks.
|
| TextConsoleViewer |
Default viewer used to display a TextConsole.
|