Uses of Interface
org.eclipse.ui.console.IConsoleView
Package
Description
Application programming interfaces for interaction
with the Eclipse console.
-
Uses of IConsoleView in org.eclipse.ui.console
Modifier and TypeMethodDescriptionprotected IConsoleView
TextConsolePage.getConsoleView()
Returns the view this page is contained in.Modifier and TypeMethodDescriptionIConsole.createPage
(IConsoleView view) Creates and returns a new page for this console.IOConsole.createPage
(IConsoleView view) MessageConsole.createPage
(IConsoleView view) TextConsole.createPage
(IConsoleView view) ModifierConstructorDescriptionTextConsolePage
(TextConsole console, IConsoleView view) Constructs a text console page for the given console in the given view.