| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.5.0) E13403-06  | 
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PopupWindow | |
|---|---|
| oracle.javatools.editor.insight | The Code Insight package is a subset of the Editor package, and is the starting base for a code insight implementation to provide the user with code assistance features. | 
| 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. | 
| Uses of PopupWindow in oracle.javatools.editor.insight | 
|---|
| Methods in oracle.javatools.editor.insight with parameters of type PopupWindow | |
|---|---|
 void | 
AbstractInsight.editorFocusGained(PopupWindow popupWindow)Notifies the listener that the editor (or one of its popups) have regained focus.  | 
 void | 
AbstractInsight.editorFocusLost(PopupWindow popupWindow, boolean isTemporary)Notifies the listener that the editor and any managed popups have lost focus.  | 
 void | 
AbstractInsight.popupClosed(PopupWindow popupWindow, int how)Notifies the listener that the popup window has been closed.  | 
 void | 
InsightView.setPopupWindow(PopupWindow popupWindow)Sets the PopupWindow which will contain the InsightView This is necessary so the InsightView can set the accessible name on the window so it will be read. | 
 void | 
TooltipInsightView.setPopupWindow(PopupWindow popup)Sets the PopupWindow so we can set the accessible name of the selected item on the window so it will be read | 
 void | 
ListInsightView.setPopupWindow(PopupWindow popup)Sets the PopupWindow so we can set the accessible name of the selected item on the window so it will be read. | 
| Uses of PopupWindow in oracle.javatools.editor.popup | 
|---|
| Methods in oracle.javatools.editor.popup that return PopupWindow | |
|---|---|
 PopupWindow | 
PopupWindowManager.createPopup(java.awt.Component content, boolean focusable)Create a new PopupWindow with the given content. | 
| Methods in oracle.javatools.editor.popup with parameters of type PopupWindow | |
|---|---|
 void | 
PopupWindowManager.changePopupContent(PopupWindow popup, java.awt.Component content, boolean focusable)Changes the content within the PopupWindow. | 
 void | 
PopupWindowManager.dismissPopup(PopupWindow popup)Dismisses the popup window and any associated resources.  | 
 void | 
PopupWindowListener.editorFocusGained(PopupWindow popupWindow)Notifies the listener that the editor (or one of its popups) have regained focus.  | 
 void | 
PopupWindowListener.editorFocusLost(PopupWindow popupWindow, boolean isTemporary)Notifies the listener that the editor and any managed popups have lost focus.  | 
 void | 
PopupWindowListener.popupClosed(PopupWindow popupWindow, int how)Notifies the listener that the popup window has been closed.  | 
 void | 
PopupWindowManager.positionPopup(PopupWindow popupWindow, java.awt.Rectangle relativeToLocation, int[] preferredLocations)Set the position of the PopupWindow relative to the location specified. | 
 void | 
PopupWindowManager.showPopup(PopupWindow popup, PopupWindowListener listener)Show the PopupWindow. | 
  | 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.5.0) E13403-06  | 
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||