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

E13403-08

oracle.jdeveloper.compiler
Class OutputStreamLogPage

java.lang.Object
  extended by oracle.jdeveloper.compiler.OutputStreamLogPage
All Implemented Interfaces:
LogPage

public class OutputStreamLogPage
extends java.lang.Object
implements LogPage


Constructor Summary
OutputStreamLogPage(java.io.OutputStream os)
           
 
Method Summary
 void addMouseListener(java.awt.event.MouseListener listener)
          Implemenations should add the specified listener to the graphical components used in the page implementation.
 void clearAll()
          Clear all currently displayed messages.
 View getLogPageView()
          Returns the View implementation backing this LogPage.
 javax.swing.Icon getTabIcon()
          Get the icon to display when this page is tabbed.
 java.lang.String getTabName()
          Get the name to display when this page is tabbed.
 java.lang.String getTitleName()
          Get the title to be displayed in the log window hosting this page.
 java.lang.String getToolTip()
          Get the tooltip to display when this page is tabbed.
 void log(java.lang.Object msg)
          Display the specified msg.
 void removeMouseListener(java.awt.event.MouseListener listener)
          Removes the specified listener from the graphical components used in the page implementation.
 void setOwner(LogOwner owner)
          Set the view that owns this page.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OutputStreamLogPage

public OutputStreamLogPage(java.io.OutputStream os)
Method Detail

log

public void log(java.lang.Object msg)
Description copied from interface: LogPage
Display the specified msg.

Specified by:
log in interface LogPage
Parameters:
msg - the message to display.

clearAll

public void clearAll()
Description copied from interface: LogPage
Clear all currently displayed messages.

Specified by:
clearAll in interface LogPage

getTitleName

public java.lang.String getTitleName()
Description copied from interface: LogPage
Get the title to be displayed in the log window hosting this page.

Specified by:
getTitleName in interface LogPage
Returns:
the title to display in the host's title bar.

getTabName

public java.lang.String getTabName()
Description copied from interface: LogPage
Get the name to display when this page is tabbed.

Specified by:
getTabName in interface LogPage
Returns:
the name to display when tabbed.

getTabIcon

public javax.swing.Icon getTabIcon()
Description copied from interface: LogPage
Get the icon to display when this page is tabbed.

Specified by:
getTabIcon in interface LogPage
Returns:
the icon to display when tabbed.

getToolTip

public java.lang.String getToolTip()
Description copied from interface: LogPage
Get the tooltip to display when this page is tabbed.

Specified by:
getToolTip in interface LogPage
Returns:
the tooltip to display when tabbed.

setOwner

public void setOwner(LogOwner owner)
Description copied from interface: LogPage
Set the view that owns this page.

Specified by:
setOwner in interface LogPage
Parameters:
owner - view the hosting view.

addMouseListener

public void addMouseListener(java.awt.event.MouseListener listener)
Description copied from interface: LogPage
Implemenations should add the specified listener to the graphical components used in the page implementation. The specified listener is responsible for showing the ContextMenu.

Specified by:
addMouseListener in interface LogPage
Parameters:
listener - mouse listener responsible for displaying a context menu.

removeMouseListener

public void removeMouseListener(java.awt.event.MouseListener listener)
Description copied from interface: LogPage
Removes the specified listener from the graphical components used in the page implementation.

Specified by:
removeMouseListener in interface LogPage
Parameters:
listener - mouse listener responsible for displaying a context menu.

getLogPageView

public View getLogPageView()
Description copied from interface: LogPage
Returns the View implementation backing this LogPage. If the LogPage itself is a View, then getLogPageView should return this.

Specified by:
getLogPageView in interface LogPage

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

E13403-08

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