Uses of Interface
org.eclipse.ui.console.IConsole
Package
Description
Provides a generic debugger user interface that clients may customize via standard
workbench extension points.
Application programming interfaces for interaction
with the Eclipse console.
Application programming interfaces for Eclipse console specific
actions.
-
Uses of IConsole in org.eclipse.debug.ui
Modifier and TypeMethodDescriptionstatic IConsole
DebugUITools.getConsole
(IDebugElement element) Returns the console associated with the given debug element, ornull
if none.static IConsole
DebugUITools.getConsole
(IProcess process) Returns the console associated with the given process, ornull
if none. -
Uses of IConsole in org.eclipse.ui.console
Modifier and TypeClassDescriptionclass
Common function for consoles.class
A console that displays text from I/O streams.class
A console that displays messages.class
An abstract text console that supports regular expression matching and hyperlinks.Modifier and TypeMethodDescriptionIConsoleView.getConsole()
Returns the console currently being displayed, ornull
if noneprotected IConsole
TextConsolePage.getConsole()
Returns the console this page is displaying.IConsole[]
IConsoleManager.getConsoles()
Returns a collection of consoles registered with the console manager.Modifier and TypeMethodDescriptionvoid
IConsoleManager.addConsoles
(IConsole[] consoles) Adds the given consoles to the console manager.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.IConsoleManager.createPatternMatchListeners
(IConsole console) Creates and returns a collection of new pattern match listeners enabled for the given console.void
Displays the page for the given console in this console view.void
IConsolePageParticipant.init
(IPageBookViewPage page, IConsole console) Called during page initialization.void
Deprecated.void
Requests a redraw of any visible console page containing the specified console.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
IConsoleView.warnOfContentChange
(IConsole console) Warns that the content of the given console has changed. -
Uses of IConsole in org.eclipse.ui.console.actions
setPinned(boolean)