|
Eclipse Platform Release 3.0 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Manages consoles.
Clients are not intended to implement this interface.
Method Summary | |
void | addConsoleListener(IConsoleListener listener)
Registers the given listener for console notifications. |
void | addConsoles(IConsole[] consoles)
Adds the given consoles to the console manager. |
IConsole[] | getConsoles()
Returns a collection of consoles registered with the console manager. |
void | removeConsoleListener(IConsoleListener listener)
Deregisters the given listener for console notifications. |
void | removeConsoles(IConsole[] consoles)
Removes the given consoles from the console manager. |
void | showConsoleView(IConsole console)
Opens the console view and displays given the console. |
void | warnOfContentChange(IConsole console)
Warns that the content of the given console has changed in all console views. |
Method Detail |
public void addConsoleListener(IConsoleListener listener)
public void removeConsoleListener(IConsoleListener listener)
public void addConsoles(IConsole[] consoles)
public void removeConsoles(IConsole[] consoles)
public IConsole[] getConsoles()
public void showConsoleView(IConsole console)
public void warnOfContentChange(IConsole console)
|
Eclipse Platform Release 3.0 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2004. All rights reserved.