| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.7.2) E13403-10  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
  
oracle.ide.view.View
      
oracle.ide.log.AbstractLogPage
          
oracle.ide.log.DefaultLogPage
              
oracle.jdeveloper.uieditor.UIEditorLogPage
public final class UIEditorLogPage
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.
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 java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Method Detail | 
|---|
protected void activateObject(java.lang.Object obj)
activateObject in class DefaultLogPageobj - the object to navigate to.protected void updateTreeModel(java.util.Collection message)
updateTreeModel in class DefaultLogPagemessage - the messages to add to the TreeModel.public void clearAll()
clearAll in interface LogPageclearAll in class DefaultLogPagepublic void clearAll(UIEditor editor)
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.7.2) E13403-10  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||