|
Extension SDK 10.1.2 | ||||||||||
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, close, deactivate, getContext, getContext, getContextMenu, getGUI, getId, getSelection, getToolbar, isVisible, owner, removeViewListener, removeViewSelectionListener, setToolbarVisible, show, updateTitle, updateVisibleActions |
Methods inherited from interface oracle.ide.addin.ControllerProvider |
getController |
Methods inherited from interface oracle.ide.help.Helpable |
getHelpInfo |
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, 2004, Oracle. All rights reserved.