oracle.ide.log
Interface LogOwner
- All Superinterfaces:
- ControllerProvider, Helpable, View
- All Known Subinterfaces:
- LogWindow
- public interface LogOwner
- extends View
The LogOwner
interface should be implemented by views that manage LogPage
s.
Method Summary |
void |
highlightPage(LogPage page)
This method sets the specified LogPage to be displayed as highlighted to indicate that the page content has changed |
boolean |
isClosed()
This method indicates whether the this owner was closed by the user. |
void |
selectPage(LogPage page)
Select the specified page and make it visible to the user |
Methods inherited from interface oracle.ide.addin.View |
activate, addViewListener, addViewSelectionListener, close, deactivate, getContext, getContext, getContextMenu, getGUI, getId, getSelection, getToolbar, isVisible, owner, removeViewListener, removeViewSelectionListener, setToolbarVisible, show, updateTitle, updateVisibleActions |
selectPage
public void selectPage(LogPage page)
- Select the specified
page
and make it visible to the user
-
- Parameters:
page
- the page to select.
isClosed
public boolean isClosed()
- This method indicates whether the this owner was closed by the user. If that is the case we don't show the log window automatically when messages are logged.
highlightPage
public void highlightPage(LogPage page)
- This method sets the specified
LogPage
to be displayed as highlighted to indicate that the page content has changed
-
- Parameters:
page
- the LogPage
to set as highlighted
Copyright © 1997, 2004, Oracle. All rights reserved.