|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A Component thats acts as a panel should implement this interface to intercept events fired by its components.
Panel
Method Summary | |
void |
internalValidateEvent(Component c)
A components that requires (Validation) redrawing can request it from its container using this method. |
void |
setContainerCurrent()
A component can request that is container will be made current, using this method. |
void |
setCurrent(javax.microedition.lcdui.Displayable c)
A component can request the display of a Displayable from the container using this method. |
Method Detail |
public void internalValidateEvent(Component c)
c
- the issuer of the Validate eventpublic void setCurrent(javax.microedition.lcdui.Displayable c)
c
- the Displayable to be set current.public void setContainerCurrent()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |