class WCWidget
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private int |
height |
private static java.util.logging.Logger |
log |
private WebPage |
page |
private int |
width |
private int |
x |
private int |
y |
Modifier and Type | Method and Description |
---|---|
protected void |
destroy() |
private void |
fwkDestroy() |
protected int |
fwkGetScreenDepth() |
protected WCRectangle |
fwkGetScreenRect(boolean available) |
private void |
fwkRequestFocus() |
private void |
fwkSetBounds(int x,
int y,
int w,
int h) |
private void |
fwkSetCursor(long cursorID) |
private void |
fwkSetVisible(boolean visible) |
(package private) WCRectangle |
getBounds() |
(package private) WebPage |
getPage() |
private static void |
initIDs() |
protected void |
requestFocus() |
(package private) void |
setBounds(int x,
int y,
int width,
int height) |
protected void |
setCursor(long cursorID) |
protected void |
setVisible(boolean visible) |
private static final java.util.logging.Logger log
private int x
private int y
private int width
private int height
private final WebPage page
WCWidget(WebPage page)
WebPage getPage()
WCRectangle getBounds()
void setBounds(int x, int y, int width, int height)
protected void destroy()
protected void requestFocus()
protected void setCursor(long cursorID)
protected void setVisible(boolean visible)
private void fwkDestroy()
private void fwkSetBounds(int x, int y, int w, int h)
private void fwkRequestFocus()
private void fwkSetCursor(long cursorID)
private void fwkSetVisible(boolean visible)
protected int fwkGetScreenDepth()
protected WCRectangle fwkGetScreenRect(boolean available)
private static void initIDs()