|
Eclipse Platform Release 3.0 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A logical console. A console is commonly used to display messages. For example, a console may display the output streams of a system process. A console can be displayed by one or more views.
Clients may implement this interface.
Method Summary | |
void | addPropertyChangeListener(IPropertyChangeListener listener)
Adds a listener for changes to properties of this console. |
IPageBookViewPage | createPage(IConsoleView view)
Creates and returns a new page for this console. |
ImageDescriptor | getImageDescriptor()
Returns an image descriptor for this console, or null if none. |
String | getName()
Returns the name of this console. |
void | removePropertyChangeListener(IPropertyChangeListener listener)
Removes the given property listener from this console page. |
Method Detail |
public String getName()
public ImageDescriptor getImageDescriptor()
public IPageBookViewPage createPage(IConsoleView view)
public void addPropertyChangeListener(IPropertyChangeListener listener)
The changes supported by the console view are as follows:
Clients may define additional properties as required.
public void removePropertyChangeListener(IPropertyChangeListener listener)
|
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.