|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Object
|
+--mozile.Module
|
+--mozile.gui
| Nested Class Summary | |
<static class> |
mozile.gui.Factory |
| Field Summary | |
<static> Object |
dojoToolbar
A GUI factory which uses Dojo widgets, HTML, and CSS to display a toolbar. |
<static> mozile.gui.Factory |
factory
Points to the current GUI factory instance. |
<static> Object |
htmlToolbar
A GUI factory which uses a HTML and CSS to display a toolbar at the top of the window. |
| Method Summary | |
<static> Void
|
create()
Creates a GUI using the current factory. |
<static> Void
|
destroy()
Destroys the current GUI using the current factory. |
<static> Void
|
display(<String> content)
Displays the given content. |
<static> Void
|
hide()
Make the GUI not visible. |
<static> Void
|
show()
Make the GUI visible. |
<static> Boolean
|
update(<Event> event, <String> change)
Updates the factory using the current event. |
| Field Detail |
<static> Object dojoToolbar
<static> mozile.gui.Factory factory
<static> Object htmlToolbar
| Method Detail |
<static> Void create()
<static> Void destroy()
<static> Void display(<String> content)
content -
<static> Void hide()
<static> Void show()
<static> Boolean update(<Event> event, <String> change)
event - The current event object.
change - Optional. The type of change made. See mozile.edit.Command.makeChange for possible values.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||