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

E13403-08

Uses of Interface
oracle.javatools.compare.view.ComparePopupManager

Packages that use ComparePopupManager
oracle.javatools.compare.view   
oracle.javatools.compare.view.list   
oracle.javatools.compare.view.wedge   
oracle.jdeveloper.merge Contains classes for merge editor abstractions, including an editor addin, commands, a controller, and utilities. 
oracle.jdeveloper.vcs.versionhistory   
oracle.jdevimpl.history   
 

Uses of ComparePopupManager in oracle.javatools.compare.view
 

Methods in oracle.javatools.compare.view that return ComparePopupManager
protected  ComparePopupManager BaseCompareView.getPopupManager()
           
 

Methods in oracle.javatools.compare.view with parameters of type ComparePopupManager
 void BaseCompareView.addPopupManager(ComparePopupManager popupManager)
           
 void ActionMenuView.addPopupManager(ComparePopupManager manager)
          Deprecated. Add a popup manager to this view.
 void EditorPaneView.addPopupManager(ComparePopupManager manager)
          Deprecated. replaced by BaseCompareView.addPopupManager(oracle.javatools.compare.view.ComparePopupManager).
 void BaseCompareView.removePopupManager(ComparePopupManager popupManager)
           
 void ActionMenuView.removePopupManager(ComparePopupManager manager)
          Deprecated. Remove a popup manager from this view.
 void EditorPaneView.removePopupManager(ComparePopupManager manager)
          Deprecated. replaced by BaseCompareView.removePopupManager(oracle.javatools.compare.view.ComparePopupManager).
 

Uses of ComparePopupManager in oracle.javatools.compare.view.list
 

Methods in oracle.javatools.compare.view.list with parameters of type ComparePopupManager
 void ListCompareView.addPopupManager(ComparePopupManager popupManager)
           
 void ListCompareView.removePopupManager(ComparePopupManager popupManager)
           
 

Uses of ComparePopupManager in oracle.javatools.compare.view.wedge
 

Methods in oracle.javatools.compare.view.wedge with parameters of type ComparePopupManager
 void WedgeCompareView.addPopupManager(ComparePopupManager manager)
           
 void WedgeCompareView.removePopupManager(ComparePopupManager manager)
           
 void WedgeCompareView.removePopupManager(ComparePopupManager manager, BasicEditorPane editorPane)
           
 

Uses of ComparePopupManager in oracle.jdeveloper.merge
 

Classes in oracle.jdeveloper.merge that implement ComparePopupManager
 class AbstractMergeEditor
          Abstract class for a dynamically registered merge editor.
 class TextMergeEditor
          Textual merge editor specialization class.
 

Uses of ComparePopupManager in oracle.jdeveloper.vcs.versionhistory
 

Classes in oracle.jdeveloper.vcs.versionhistory that implement ComparePopupManager
 class VersionHistoryViewer
           
 

Uses of ComparePopupManager in oracle.jdevimpl.history
 

Classes in oracle.jdevimpl.history that implement ComparePopupManager
 class oracle.jdevimpl.history.HistoryViewer
           
 


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

E13403-08

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