|
Extension SDK 10.1.2 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object oracle.ide.addin.AbstractView oracle.ide.log.AbstractLogPage oracle.ide.log.MessagePage oracle.ide.runner.RunLogPage
The RunLogPage
class is the LogPage
used for
a running process.
Field Summary |
Fields inherited from class oracle.ide.log.MessagePage |
_scrollPane, _textComponent, MESSAGE_PAGE_ID |
Fields inherited from class oracle.ide.addin.AbstractView |
owner, SEPARATOR, viewListeners, viewSelectionListeners |
Fields inherited from interface oracle.ide.addin.View |
PROJECT_PROP, VISIBLE_PROP, WORKSPACE_PROP |
Method Summary | |
protected void |
appendToTextComponent(java.lang.String msg,
int maxLogLines)
|
protected void |
clearTextComponent()
|
protected void |
deleteFromStartOfTextComponent(int linesToDelete,
int offset)
|
Context |
getContext(java.util.EventObject event)
Returns the Context that is associated with this log page. |
java.awt.Component |
getGUI()
This method is for internal use only and should not be called directly by an addin. |
HelpInfo |
getHelpInfo()
Returns the HelpInfo for this log page. |
java.lang.String |
getName()
Returns the name for this log page. |
Project |
getProject()
Returns the Project associated with this log page. |
RunProcess |
getRunProcess()
Returns the RunProcess associated with this log page. |
java.lang.String |
getTitleName()
Returns the title name for this log page. |
java.lang.String |
getToolTip()
Returns the tooltip for this log page. |
Workspace |
getWorkspace()
Returns the Workspace associated with this log page. |
boolean |
isProcessAlive()
Returns whether any process using this log page is still alive. |
void |
log(java.lang.Object msg)
Display the specified msg in this log page. |
void |
logWithoutShow(java.lang.Object msg)
|
void |
setNorthComponent(java.awt.Component northComponent)
Sets the component to be positioned in the NORTH section of the RunLogPage . |
void |
showPage()
|
Methods inherited from class oracle.ide.log.MessagePage |
addHref, addMouseListener, addStyle, checkLogOpen, clearAll, getContextMenu, getController, getText, getWrapLines, logMsg, removeMouseListener, replaceTextComponentDocument, setLogFileName, setWrapLines |
Methods inherited from class oracle.ide.log.AbstractLogPage |
checkCommands, close, getTabIcon, getTabName, isVisible, requestShow, setOwner, show |
Methods inherited from class oracle.ide.addin.AbstractView |
activate, addViewListener, addViewSelectionListener, deactivate, fireViewActivated, fireViewClosed, fireViewDeactivated, fireViewSelectionChanged, getContext, getId, getSelection, getToolbar, loadToolbar, loadToolbar, newId, owner, removeViewListener, removeViewSelectionListener, setId, setOwner, setToolbarVisible, updateTitle, updateToolbarActions, updateVisibleActions, updateVisibleActions |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface oracle.ide.addin.View |
activate, addViewListener, addViewSelectionListener, deactivate, getContext, getId, getSelection, getToolbar, owner, removeViewListener, removeViewSelectionListener, setToolbarVisible, updateTitle, updateVisibleActions |
Method Detail |
public java.awt.Component getGUI()
getGUI
in interface View
getGUI
in class MessagePage
public Context getContext(java.util.EventObject event)
getContext
in interface View
getContext
in class AbstractLogPage
public java.lang.String getName()
public Workspace getWorkspace()
Workspace
associated with this log page.
public Project getProject()
Project
associated with this log page.
public java.lang.String getToolTip()
getToolTip
in interface LogPage
getToolTip
in class AbstractLogPage
public java.lang.String getTitleName()
getTitleName
in interface LogPage
getTitleName
in class AbstractLogPage
public HelpInfo getHelpInfo()
HelpInfo
for this log page.
getHelpInfo
in interface Helpable
getHelpInfo
in class MessagePage
public boolean isProcessAlive()
public RunProcess getRunProcess()
RunProcess
associated with this log page.
public void log(java.lang.Object msg)
msg
in this log page.
log
in interface LogPage
log
in class AbstractLogPage
msg
- the message to display.public void logWithoutShow(java.lang.Object msg)
protected void appendToTextComponent(java.lang.String msg, int maxLogLines)
appendToTextComponent
in class MessagePage
protected void deleteFromStartOfTextComponent(int linesToDelete, int offset)
deleteFromStartOfTextComponent
in class MessagePage
protected void clearTextComponent()
clearTextComponent
in class MessagePage
public void showPage()
public void setNorthComponent(java.awt.Component northComponent)
RunLogPage
.
|
Extension SDK | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1997, 2004, Oracle. All rights reserved.