oracle.ide.log
Interface LogOwner
- All Superinterfaces:
- Helpable, Subview, View
- All Known Subinterfaces:
- LogWindow
- public interface LogOwner
- extends View
The LogOwner
interface should be implemented by
views that manage LogPage
s.
Method Summary |
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, deactivate, getContext, getId, getSelection, getToolbar, removeViewListener, removeViewSelectionListener, updateTitle |
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.
Copyright ©1997, 2003, Oracle. All rights reserved.