Extension SDK 10.1.2

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 LogPages.


Field Summary
 
Fields inherited from interface oracle.ide.addin.View
PROJECT_PROP, VISIBLE_PROP, WORKSPACE_PROP
 
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
 
Methods inherited from interface oracle.ide.addin.ControllerProvider
getController
 
Methods inherited from interface oracle.ide.help.Helpable
getHelpInfo
 

Method Detail

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

Extension SDK

 

Copyright © 1997, 2004, Oracle. All rights reserved.