| Modifier and Type | Field and Description | 
|---|---|
static java.lang.String | 
MSG_PAGE_CLASS
Pseudo-class identifying the message page. 
 | 
| Constructor and Description | 
|---|
LogManager()  | 
| Modifier and Type | Method and Description | 
|---|---|
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(Context context,
        java.lang.String pageClass)
Open and display the page identified by the given type identifier. 
 | 
cloneLoadedServices, getService, resetAllServices, setLoadedServicespublic static final java.lang.String MSG_PAGE_CLASS
public abstract LogPage openPage(Context context, java.lang.String pageClass)
context - The current Context.pageClass - The page class.public abstract LogPage findPage(java.lang.String pageClass)
pageClass - the log page class.public abstract void closePage(LogPage page)
page.page - the page to closed.public abstract LogPage getMsgPage()
public abstract LogPage getSelectedPage()
protected final void initialize()
ServiceThis implementation does nothing.
initialize in class Servicepublic static LogManager getLogManager()