Skip navigation links

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

E13403-06


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 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.addPopupManager(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).
 void BaseCompareView.removePopupManager(ComparePopupManager popupManager)
           

 

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
           

 


Skip navigation links

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

E13403-06


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