|
Eclipse Platform Release 3.0 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IConsole | |
org.eclipse.debug.ui | Provides a generic debugger user interface that clients may customize via standard workbench extension points. |
org.eclipse.ui.console | Application programming interfaces for interaction with the Eclipse console. |
Uses of IConsole in org.eclipse.debug.ui |
Methods in org.eclipse.debug.ui that return IConsole | |
static IConsole |
DebugUITools.getConsole(IProcess process)
Returns the console associated with the given process, or null if none. |
static IConsole |
DebugUITools.getConsole(IDebugElement element)
Returns the console associated with the given debug element, or null if none. |
Uses of IConsole in org.eclipse.ui.console |
Classes in org.eclipse.ui.console that implement IConsole | |
class |
AbstractConsole
Common function for consoles. |
class |
MessageConsole
A console that displays messages. |
Methods in org.eclipse.ui.console that return IConsole | |
IConsole |
IConsoleView.getConsole()
Returns the console currently being displayed, or null
if none |
IConsole[] |
IConsoleManager.getConsoles()
Returns a collection of consoles registered with the console manager. |
Methods in org.eclipse.ui.console with parameters of type IConsole | |
void |
IConsoleView.display(IConsole console)
Displays the page for the given console in this console view. |
void |
IConsoleView.pin(IConsole console)
Displays and pins the given console in this console view. |
void |
IConsoleView.warnOfContentChange(IConsole console)
Warns that the content of the given console has changed. |
void |
IConsoleManager.addConsoles(IConsole[] consoles)
Adds the given consoles to the console manager. |
void |
IConsoleManager.removeConsoles(IConsole[] consoles)
Removes the given consoles from the console manager. |
void |
IConsoleManager.showConsoleView(IConsole console)
Opens the console view and displays given the console. |
void |
IConsoleManager.warnOfContentChange(IConsole console)
Warns that the content of the given console has changed in all console views. |
void |
IConsoleListener.consolesAdded(IConsole[] consoles)
Notification the given consoles have been added to the console manager. |
void |
IConsoleListener.consolesRemoved(IConsole[] consoles)
Notification the given consoles have been removed from the console manager. |
|
Eclipse Platform Release 3.0 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2004. All rights reserved.