Class mozile.gui
Object
|
+--mozile.Module
|
+--mozile.gui
- class
mozile.gui
- extends mozile.Module
Field Summary |
<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
|
display(<String> content)
Displays the given content.
|
<static> Boolean
|
update(<Event> event, <String> change)
Updates the factory using the current event.
|
factory
<static> mozile.gui.Factory factory
Points to the current GUI factory instance.
htmlToolbar
<static> Object htmlToolbar
A GUI factory which uses a HTML and CSS to display a toolbar at the top of the window.
NOTE: There are several CSS hacks coded into this file which override the default style sheet "htmlToolbar.css". Be careful.
create
<static> Void create()
Creates a GUI using the current factory.
display
<static> Void display(<String> content)
Displays the given content.
update
<static> Boolean update(<Event> event, <String> change)
Updates the factory using the current event.
Parameters:
event
- The current event object.
change
- Optional. The type of change made. See mozile.edit.Command.makeChange for possible values.
Returns:
True if the GUI has been updated, false otherwise.
Documentation generated by
JSDoc on Wed Aug 23 18:45:51 2006