| 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 | Class and Description |
|---|---|
class |
StaticHtmlContentProvider |
| 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 |
void |
HtmlPopupView.push(HtmlContentProvider contentProvider)
Replaces the content of the window with the content provided by the
contentProvider |
| Constructor and Description |
|---|
HtmlPopupView(HtmlContentProvider contentProvider)
Shows an HTML popup with the text provided by HtmlContentProvider
|