|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Object | +--mozile.gui.Factory
Defined in gui.js
Field Summary | |
String |
name
A name for this factory. |
Constructor Summary | |
mozile.gui.Factory
()
An abstract GUI factory class. |
Method Summary | |
Void
|
create()
Creates the GUI. |
Void
|
display(<String> content)
Displays content |
Boolean
|
update(<Event> event)
Updates the GUI using the current event. |
Field Detail |
String name
Constructor Detail |
mozile.gui.Factory()
name
-
Method Detail |
Void create()
Void display(<String> content)
content
-
Boolean update(<Event> event)
event
- The current event.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |