Methods Summary |
---|
public void | callItemListener(javax.microedition.lcdui.Command cmd, javax.microedition.lcdui.ItemCommandListener listener)This method is used by Chameleon to indicate that an item
command has been selected.
|
public void | callPaint(javax.microedition.lcdui.Graphics g)This method is used by Chameleon to paint the current Displayable.
|
public void | callScreenListener(javax.microedition.lcdui.Command cmd, javax.microedition.lcdui.CommandListener listener)This method is used by Chameleon to indicate that a screen
command has been selected.
|
public void | callScrollContent(int scrollType, int thumbPosition)This method is used by Chameleon to invoke
Displayable.uCallScrollContent() method.
|
public void | callSizeChanged(int w, int h)This method is used by Chameleon to invoke
Displayable.sizeChanged() method.
|
public void | scheduleRepaint()This method is used by Chameleon to schedule a paint event with
the event scheduler. This will result in a subsequent paint()
call to Chameleon on the event thread.
|
public void | updateScrollIndicator()Updates the scroll indicator.
|