Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.5.0)

E13403-06


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

void selectPage(LogPage page)
Select the specified page and make it visible to the user
Parameters:
page - the page to select.

isClosed

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

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

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

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.5.0)

E13403-06


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