public final class UIEditorLogPage extends DefaultLogPage
LogPage
,
CmtComponent
,
CmtMessage
FIX_SOURCE_CMD_ID, GOTO_SOURCE_CMD_ID, HIDE_ALL_MENUS, HIDE_COPY_MENU, HIDE_FIX_SOURCE_MENU, HIDE_GOTO_SOURCE_MENU, HIDE_NO_MENUS, HIDE_SAVE_AS_MENU, keyAdapter, mouseAdapter
EMPTY_SELECTION, PROJECT_PROP, VISIBLE_PROP, WORKSPACE_PROP
Modifier and Type | Method and Description |
---|---|
protected void |
activateObject(java.lang.Object obj)
Attempt to open the default Editor associated with the given Object.
|
void |
clearAll()
Remove all messages from this page.
|
void |
clearAll(UIEditor editor)
Remove all messages associated with the given UIEditor from this page.
|
protected void |
updateTreeModel(java.util.Collection message)
Repopulate the TreeModel to contain only the latest messages.
|
addKeyListener, addMouseListener, asTextForTestingOnly, canFixObject, copy, createTree, fixObject, forceResizeNotification, getContextMenu, getController, getCurrentView, getGUI, getSelectedTreeNode, getTextArea, getTitleName, getTree, logMsg, logText, removeKeyListener, removeMouseListener, saveToFile, setCurrentView, setModel, treeNodeToString
close, getBottomComponent, getLogPageView, getTabIcon, getTabName, getToolTip, getTopComponent, isDisplayComponentScrollable, isVisible, log, log, logQuietly, requestShow, requestShow, setOwner, show, tabNameUpdated
activate, addViewListener, addViewSelectionListener, addViewStateListener, deactivate, fireViewCollapsed, fireViewExpanded, fireViewSelectionChanged, getContext, getContext, getHelpInfo, getId, getSelection, getSelectionFromUI, getToolbar, getViewWithoutDecoration, loadLayout, loadManifestToolbar, loadManifestToolbar, newId, owner, removeViewListener, removeViewSelectionListener, removeViewStateListener, saveLayout, scheduleUpdateSelection, setId, setOwner, setToolbarVisible, toString, updateSelection, updateSelectionImpl, updateTitle, updateToolbarActions, updateVisibleActions, updateVisibleActions
protected void activateObject(java.lang.Object obj)
activateObject
in class DefaultLogPage
obj
- the object to navigate to.protected void updateTreeModel(java.util.Collection message)
updateTreeModel
in class DefaultLogPage
message
- the messages to add to the TreeModel.public void clearAll()
clearAll
in interface LogPage
clearAll
in class DefaultLogPage
public void clearAll(UIEditor editor)
editor
- UIEditor whose messages are to be removed.