|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FormManager
The form manager interface provides methods for forms to register on their parent GUI object and gives them the ability to change to other forms dynamically.
Method Summary | |
---|---|
void |
deregister(Form form)
De-register a form from a form manager. |
void |
register(Form form)
Register a form on the form manager. |
void |
showForm(Form form)
Shows the specified form on the container controlled by the form manager. |
Method Detail |
---|
void register(Form form)
JComponent
from the
form to its container object.
form
- to registervoid deregister(Form form)
form
- to de-registervoid showForm(Form form)
form
- to show
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |