| Package | Description | 
|---|---|
| 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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static HtmlPopupView | 
HtmlPopup.invokePopup(BasicEditorPane editor,
           HtmlContentProvider contentProvider)
Shows the  
contentProvider's HTML in a popup over the editor
 with a default set of Options. | 
static HtmlPopupView | 
HtmlPopup.invokePopup(BasicEditorPane editor,
           HtmlContentProvider contentProvider,
           java.util.EnumSet<HtmlPopup.Options> options)
Shows the  
contentProvider's HTML in a popup over the editor | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
StaticHtmlContentProvider.navigate(HtmlPopupView htmlPopupView,
        java.lang.String reference)  | 
void | 
HtmlContentProvider.navigate(HtmlPopupView popupView,
        java.lang.String href)
Navigates to one of the tags included in the HTML code. 
 |