oracle.ide.runner
Class RunLogPage
java.lang.Object
|
+--oracle.ide.addin.AbstractView
|
+--oracle.ide.log.AbstractLogPage
|
+--oracle.ide.log.MessagePage
|
+--oracle.ide.runner.RunLogPage
- All Implemented Interfaces:
- Helpable, LogPage, Subview, View
- public final class RunLogPage
- extends MessagePage
- implements Helpable
The RunLogPage
class is the LogPage
used for
a running process.
Methods inherited from class oracle.ide.addin.AbstractView |
activate, addViewListener, addViewSelectionListener, deactivate, fireViewActivated, fireViewClosed, fireViewDeactivated, fireViewSelectionChanged, getContext, getId, getSelection, getToolbar, loadToolbar, newId, owner, removeViewListener, removeViewSelectionListener, setId, setOwner, updateTitle |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getGUI
public java.awt.Component getGUI()
- This method is for internal use only and should not be called
directly by an addin.
- Overrides:
getGUI
in class MessagePage
- Following copied from interface:
oracle.ide.addin.Subview
- Returns:
- the view's root graphical user interface component
getContext
public Context getContext(java.util.EventObject event)
- Returns the Context that is associated with this log page.
- Overrides:
getContext
in class AbstractLogPage
- Returns:
- the Context
getName
public java.lang.String getName()
- Returns the name for this log page.
- Returns:
- the name
getWorkspace
public Workspace getWorkspace()
- Returns the
Workspace
associated with this log page.
getProject
public Project getProject()
- Returns the
Project
associated with this log page.
getToolTip
public java.lang.String getToolTip()
- Returns the tooltip for this log page.
- Overrides:
getToolTip
in class AbstractLogPage
- Following copied from interface:
oracle.ide.log.LogPage
- Returns:
- the tooltip to display when tabbed.
getTitleName
public java.lang.String getTitleName()
- Returns the title name for this log page.
- Overrides:
getTitleName
in class AbstractLogPage
- Following copied from interface:
oracle.ide.log.LogPage
- Returns:
- the title to display in the host's title bar.
getHelpInfo
public HelpInfo getHelpInfo()
- Returns the
HelpInfo
for this log page.
- Specified by:
getHelpInfo
in interface Helpable
- Overrides:
getHelpInfo
in class MessagePage
isProcessAlive
public boolean isProcessAlive()
- Returns whether any process using this log page is still alive.
getRunProcess
public RunProcess getRunProcess()
- Returns the
RunProcess
associated with this log page.
log
public void log(java.lang.Object msg)
- Display the specified
msg
in this log page.
- Overrides:
log
in class AbstractLogPage
- Parameters:
msg
- the message to display.
logWithoutShow
public void logWithoutShow(java.lang.Object msg)
showPage
public void showPage()
setNorthComponent
public void setNorthComponent(java.awt.Component northComponent)
- Sets the component to be positioned in the NORTH section of the
RunLogPage
.