public final class PopupMenuImpl extends PopupMenu
Modifier and Type | Field and Description |
---|---|
private static java.util.logging.Logger |
log |
private ContextMenu |
popupMenu |
Constructor and Description |
---|
PopupMenuImpl() |
Modifier and Type | Method and Description |
---|---|
protected void |
appendItem(java.lang.String itemText,
boolean isLabel,
boolean isSeparator,
boolean isEnabled,
int bgColor,
int fgColor,
WCFont font) |
(package private) static void |
doShow(ContextMenu popup,
WebPage page,
int anchorX,
int anchorY) |
protected void |
hide() |
protected void |
setSelectedItem(int index) |
protected void |
show(WebPage page,
int x,
int y,
int width) |
notifyPopupClosed, notifySelectionCommited
private static final java.util.logging.Logger log
private final ContextMenu popupMenu
protected void show(WebPage page, int x, int y, int width)
protected void appendItem(java.lang.String itemText, boolean isLabel, boolean isSeparator, boolean isEnabled, int bgColor, int fgColor, WCFont font)
appendItem
in class PopupMenu
protected void setSelectedItem(int index)
setSelectedItem
in class PopupMenu
static void doShow(ContextMenu popup, WebPage page, int anchorX, int anchorY)