|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IForm
Used by all kind of forms.
| Method Summary | |
|---|---|
totalcross.ui.font.Font |
getFont()
Gets the Font. |
java.lang.Object |
getMenuBar()
Gets the form menuBar. |
java.lang.String |
getTitle()
Gets the form title. |
void |
loadForm()
Loads the form. |
void |
loadMenuBar()
Loads the menuBar. |
void |
onSwap(totalcross.ui.Container container)
Optional implementation while swapping |
void |
setTitle(java.lang.String title)
Sets the form title. |
void |
showMessage(java.lang.String title,
java.lang.String message)
Shows a message to the user. |
| Methods inherited from interface com.tekann.i18n.Internacionalizable |
|---|
getID, getResourceDir, getResourcePrefix |
| Method Detail |
|---|
java.lang.Object getMenuBar()
java.lang.String getTitle()
void loadForm()
throws java.lang.Exception
java.lang.Exceptionvoid loadMenuBar()
void setTitle(java.lang.String title)
title -
void showMessage(java.lang.String title,
java.lang.String message)
title - message - totalcross.ui.font.Font getFont()
void onSwap(totalcross.ui.Container container)
container -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||