| 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 HtmlPopup.Options | 
HtmlPopup.Options.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static HtmlPopup.Options[] | 
HtmlPopup.Options.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
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 |