Extension SDK 10.1.3.36.73

oracle.ide.log
Interface LogOwner

All Known Implementing Classes:
LogWindow

public interface LogOwner

The LogOwner interface should be implemented by views that manage LogPages.


Method Summary
 View getLogOwnerView()
          Returns the View that backs this LogOwner.
 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
 

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

getLogOwnerView

public View getLogOwnerView()
Returns the View that backs this LogOwner. If the class implmenting LogOwner is also the View, this method should return this.


Extension SDK 10.1.3.36.73

 

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