Skip navigation links

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

E13403-06


Package oracle.javatools.editor.popup

The Popup Window package is a subset of the Editor package, and is used to display popup windows associated with the editor.

See:
          Description

Interface Summary
PopupWindowListener The PopupWindowListener is used to notify clients about the status of a popup window.

 

Class Summary
PopupWindow The PopupWindow
PopupWindowManager The PopupWindowManager helps to manage popup windows for a given editor pane.

 

Package oracle.javatools.editor.popup Description

The Popup Window package is a subset of the Editor package, and is used to display popup windows associated with the editor. These popup windows typically contain editing assistance features such as code insight, or correction features, such as error quick fixes.

The classes within this package help with positioning and displaying popup windows, as well as with ensuring that popup windows don't overlap and obscure each other's contents.


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.