Uses of Interface
org.eclipse.ui.console.IConsole
-
Packages that use IConsole Package Description 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.org.eclipse.ui.console.actions Application programming interfaces for Eclipse console specific actions. -
-
Uses of IConsole in org.eclipse.debug.ui
Methods in org.eclipse.debug.ui that return IConsole Modifier and Type Method Description static IConsoleDebugUITools. getConsole(IDebugElement element)Returns the console associated with the given debug element, ornullif none.static IConsoleDebugUITools. getConsole(IProcess process)Returns the console associated with the given process, ornullif none. -
Uses of IConsole in org.eclipse.ui.console
Classes in org.eclipse.ui.console that implement IConsole Modifier and Type Class Description classAbstractConsoleCommon function for consoles.classIOConsoleA console that displays text from I/O streams.classMessageConsoleA console that displays messages.classTextConsoleAn abstract text console that supports regular expression matching and hyperlinks.Methods in org.eclipse.ui.console that return IConsole Modifier and Type Method Description IConsoleIConsoleView. getConsole()Returns the console currently being displayed, ornullif noneprotected IConsoleTextConsolePage. getConsole()Returns the console this page is displaying.IConsole[]IConsoleManager. getConsoles()Returns a collection of consoles registered with the console manager.Methods in org.eclipse.ui.console with parameters of type IConsole Modifier and Type Method Description voidIConsoleManager. addConsoles(IConsole[] consoles)Adds the given consoles to the console manager.voidIConsoleListener. consolesAdded(IConsole[] consoles)Notification the given consoles have been added to the console manager.voidIConsoleListener. consolesRemoved(IConsole[] consoles)Notification the given consoles have been removed from the console manager.IPatternMatchListener[]IConsoleManager. createPatternMatchListeners(IConsole console)Creates and returns a collection of new pattern match listeners enabled for the given console.voidIConsoleView. display(IConsole console)Displays the page for the given console in this console view.voidIConsolePageParticipant. init(IPageBookViewPage page, IConsole console)Called during page initialization.voidIConsoleView. pin(IConsole console)Deprecated.rather than pinning a specific console, a console view is pinned - usesetPinned(boolean)voidIConsoleManager. refresh(IConsole console)Requests a redraw of any visible console page containing the specified console.voidIConsoleManager. removeConsoles(IConsole[] consoles)Removes the given consoles from the console manager.voidIConsoleManager. showConsoleView(IConsole console)Opens the console view and displays given the console.voidIConsoleManager. warnOfContentChange(IConsole console)Warns that the content of the given console has changed in all console views.voidIConsoleView. warnOfContentChange(IConsole console)Warns that the content of the given console has changed. -
Uses of IConsole in org.eclipse.ui.console.actions
Constructors in org.eclipse.ui.console.actions with parameters of type IConsole Constructor Description CloseConsoleAction(IConsole console)
-