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

E13403-04

oracle.javatools.compare.view
Interface ComparePopupManager

All Known Implementing Classes:
AbstractMergeEditor, oracle.jdevimpl.history.HistoryViewer, TextMergeEditor, VersionHistoryViewer

public interface ComparePopupManager


Method Summary
 void hidePopup()
          Informs the editor client that the popup menu (if showing) should now be hidden.
 void showPopup(java.awt.event.MouseEvent mouseEvent)
          Informs the editor client that the user requested a popup menu in the given editor pane, at the location specified in the mouseEvent.
 

Method Detail

showPopup

void showPopup(java.awt.event.MouseEvent mouseEvent)
Informs the editor client that the user requested a popup menu in the given editor pane, at the location specified in the mouseEvent. The client is responsible for building/populating the popup menus (if necessary), and making it visible.

Parameters:
mouseEvent - the mouse event describing the location of the popup request.

hidePopup

void hidePopup()
Informs the editor client that the popup menu (if showing) should now be hidden. This may be in response to some user input or event.


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

E13403-04

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