|
|||||||||
Home >> All >> javax >> ide >> [ log overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |
javax.ide.log
Class LogManager

java.lang.Objectjavax.ide.Service
javax.ide.log.LogManager
- public abstract class LogManager
- extends javax.ide.Service
The LogManager provides the interface through which the IDE manipulates LogPages.
Field Summary |
Fields inherited from class javax.ide.Service |
|
Constructor Summary | |
LogManager()
|
Method Summary | |
abstract void |
closePage(LogPage page)
Close the specified page . |
abstract LogPage |
findPage(java.lang.String pageClass)
Find the log page with the specified id. |
static LogManager |
getLogManager()
Get the log manager implementation for this IDE. |
abstract LogPage |
getMsgPage()
Get the message page. |
abstract LogPage |
getSelectedPage()
Gets the currently selected page. |
protected void |
initialize()
Initialize this manager. |
abstract LogPage |
openPage(javax.ide.command.Context context,
java.lang.String pageClass)
Open and display the page identified by the given type identifier. |
Methods inherited from class javax.ide.Service |
getService |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
LogManager
public LogManager()
Method Detail |
openPage
public abstract LogPage openPage(javax.ide.command.Context context, java.lang.String pageClass)
- Open and display the page identified by the given type identifier.
findPage
public abstract LogPage findPage(java.lang.String pageClass)
- Find the log page with the specified id.
closePage
public abstract void closePage(LogPage page)
- Close the specified
page
.
getMsgPage
public abstract LogPage getMsgPage()
- Get the message page. The message page can be used as the
default page to display textual messages for the user.
getSelectedPage
public abstract LogPage getSelectedPage()
- Gets the currently selected page.
initialize
protected final void initialize()
- Description copied from class:
javax.ide.Service
- Initialize this manager. This is called the first time a manager is
retrieved programmatically. The manager should process necessary
information from the extension manifest to initialize itself.
This implementation does nothing.
getLogManager
public static LogManager getLogManager()
- Get the log manager implementation for this IDE.
|
|||||||||
Home >> All >> javax >> ide >> [ log overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |