|
Extension SDK | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The LogPage
interface should be implemented by addins
that report information to the user. The framework provides an
abstract implementation, AbstractLogPage
, for convenience.
Field Summary |
Fields inherited from interface oracle.ide.addin.View |
PROJECT_PROP, VISIBLE_PROP, WORKSPACE_PROP |
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. |
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 interface oracle.ide.addin.View |
activate, addViewListener, addViewSelectionListener, deactivate, getContext, getId, getSelection, getToolbar, removeViewListener, removeViewSelectionListener, updateTitle |
Methods inherited from interface oracle.ide.help.Helpable |
getHelpInfo |
Methods inherited from interface oracle.ide.addin.Subview |
close, getContext, getContextMenu, getController, getGUI, isVisible, owner, show |
Method Detail |
public void log(java.lang.Object msg)
msg
.
msg
- the message to display.public void clearAll()
public java.lang.String getTitleName()
public java.lang.String getTabName()
public javax.swing.Icon getTabIcon()
public java.lang.String getToolTip()
public void setOwner(LogOwner owner)
view
that owns this page.
owner
- view the hosting view.public void addMouseListener(java.awt.event.MouseListener listener)
listener
to
the graphical components used in the page implementation. The
specified listener
is responsible for showing the
ContextMenu
.
listener
- mouse listener responsible for displaying a context menu.public void removeMouseListener(java.awt.event.MouseListener listener)
listener
from the graphical
components used in the page implementation.
listener
- mouse listener responsible for displaying a context menu.
|
Extension SDK | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright ©1997, 2003, Oracle. All rights reserved.