Uses of Interface
org.eclipse.ui.console.IConsoleView
Packages that use IConsoleView
Package
Description
Application programming interfaces for interaction
with the Eclipse console.
-
Uses of IConsoleView in org.eclipse.ui.console
Methods in org.eclipse.ui.console that return IConsoleViewModifier and TypeMethodDescriptionprotected IConsoleView
TextConsolePage.getConsoleView()
Returns the view this page is contained in.Methods in org.eclipse.ui.console with parameters of type IConsoleViewModifier 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) Constructors in org.eclipse.ui.console with parameters of type IConsoleViewModifierConstructorDescriptionTextConsolePage
(TextConsole console, IConsoleView view) Constructs a text console page for the given console in the given view.