Package | Description |
---|---|
javax.ide.log |
The interfaces that extension writers use and need to implement in
order to add a new log pages to an IDE.
|
Modifier and Type | Method and Description |
---|---|
abstract LogPage |
LogManager.findPage(java.lang.String pageClass)
Find the log page with the specified id.
|
abstract LogPage |
LogManager.getMsgPage()
Get the message page.
|
abstract LogPage |
LogManager.getSelectedPage()
Gets the currently selected page.
|
abstract LogPage |
LogManager.openPage(Context context,
java.lang.String pageClass)
Open and display the page identified by the given type identifier.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
LogManager.closePage(LogPage page)
Close the specified
page . |