| 
 | Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.4.0) E17493-05 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.ide.Service
javax.ide.log.LogManager
public abstract class LogManager
The LogManager provides the interface through which the IDE manipulates 
 LogPages.
| Field Summary | |
|---|---|
| static java.lang.String | MSG_PAGE_CLASSPseudo-class identifying the message page. | 
| 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(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, resetAllServices | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
public static final java.lang.String MSG_PAGE_CLASS
| Constructor Detail | 
|---|
public LogManager()
| Method Detail | 
|---|
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()
| 
 | Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.4.0) E17493-05 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||