public abstract class PopupMenu
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private long |
pdata |
Constructor and Description |
---|
PopupMenu() |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
appendItem(java.lang.String itemText,
boolean isLabel,
boolean isSeparator,
boolean isEnabled,
int bgColor,
int fgColor,
WCFont font) |
private void |
fwkAppendItem(java.lang.String itemText,
boolean isLabel,
boolean isSeparator,
boolean isEnabled,
int bgColor,
int fgColor,
WCFont font) |
private static PopupMenu |
fwkCreatePopupMenu(long pData) |
private void |
fwkDestroy() |
private void |
fwkHide() |
private void |
fwkSetSelectedItem(int index) |
private void |
fwkShow(WebPage page,
int x,
int y,
int width) |
protected abstract void |
hide() |
protected void |
notifyPopupClosed() |
protected void |
notifySelectionCommited(int index) |
protected abstract void |
setSelectedItem(int index) |
protected abstract void |
show(WebPage page,
int x,
int y,
int width) |
private void |
twkPopupClosed(long pdata) |
private void |
twkSelectionCommited(long pdata,
int index) |
protected abstract void show(WebPage page, int x, int y, int width)
protected abstract void hide()
protected abstract void setSelectedItem(int index)
protected abstract void appendItem(java.lang.String itemText, boolean isLabel, boolean isSeparator, boolean isEnabled, int bgColor, int fgColor, WCFont font)
protected void notifySelectionCommited(int index)
protected void notifyPopupClosed()
private static PopupMenu fwkCreatePopupMenu(long pData)
private void fwkShow(WebPage page, int x, int y, int width)
private void fwkHide()
private void fwkSetSelectedItem(int index)
private void fwkAppendItem(java.lang.String itemText, boolean isLabel, boolean isSeparator, boolean isEnabled, int bgColor, int fgColor, WCFont font)
private void fwkDestroy()
private void twkSelectionCommited(long pdata, int index)
private void twkPopupClosed(long pdata)