Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.4.0)

E13403-05

oracle.jdeveloper.uieditor
Class UIEditorLogPage

java.lang.Object
  extended by oracle.ide.view.View
      extended by oracle.ide.log.AbstractLogPage
          extended by oracle.ide.log.DefaultLogPage
              extended by oracle.jdeveloper.uieditor.UIEditorLogPage
All Implemented Interfaces:
ControllerProvider, Helpable, LogPage

public final class UIEditorLogPage
extends DefaultLogPage

A LogPage implementation specialized for display of CmtMessage instances from one or more CmtComponent objects. Messages are grouped in a tree format by CmtComponent. Double clicking on any message will navigate to the problem source within the CodeEditor.

See Also:
LogPage, CmtComponent, CmtMessage

Field Summary
 
Fields inherited from class oracle.ide.log.DefaultLogPage
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
 
Fields inherited from class oracle.ide.view.View
EMPTY_SELECTION, PROJECT_PROP, VISIBLE_PROP, WORKSPACE_PROP
 
Method Summary
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.
 
Methods inherited from class oracle.ide.log.DefaultLogPage
addKeyListener, addMouseListener, canFixObject, createTree, fixObject, forceResizeNotification, getContextMenu, getController, getCurrentView, getGUI, getSelectedTreeNode, getTextArea, getTitleName, getTree, logMsg, logText, removeKeyListener, removeMouseListener, saveToFile, setCurrentView, setModel, treeNodeToString
 
Methods inherited from class oracle.ide.log.AbstractLogPage
close, getBottomComponent, getLogPageView, getTabIcon, getTabName, getToolTip, getTopComponent, isDisplayComponentScrollable, isVisible, log, log, logQuietly, requestShow, requestShow, setOwner, show, tabNameUpdated
 
Methods inherited from class oracle.ide.view.View
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

activateObject

protected void activateObject(java.lang.Object obj)
Attempt to open the default Editor associated with the given Object.

Overrides:
activateObject in class DefaultLogPage
Parameters:
obj - the object to navigate to.

updateTreeModel

protected void updateTreeModel(java.util.Collection message)
Repopulate the TreeModel to contain only the latest messages.

Overrides:
updateTreeModel in class DefaultLogPage
Parameters:
message - the messages to add to the TreeModel.

clearAll

public void clearAll()
Remove all messages from this page.

Specified by:
clearAll in interface LogPage
Overrides:
clearAll in class DefaultLogPage

clearAll

public void clearAll(UIEditor editor)
Remove all messages associated with the given UIEditor from this page.

Parameters:
editor - UIEditor whose messages are to be removed.

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.4.0)

E13403-05

Copyright © 1997, 2011, Oracle. All rights reserved.