|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Object | +--mozile.gui.htmlToolbar
Nested Class Summary | |
<static class> |
mozile.gui.htmlToolbar.Button |
<static class> |
mozile.gui.htmlToolbar.MenuItem |
<static class> |
mozile.gui.htmlToolbar.Menu |
Field Summary | |
<static> Object |
_commands
|
<static> mozile.edit.Command |
about
Display information about Mozile. |
<static> String |
checkmark
A checkmark character. |
<static> mozile.edit.Command |
help
Display information about Mozile. |
<static> Object |
ieActiveBorder
|
<static> Object |
ieActiveColor
|
<static> Object |
ieActivePadding
|
<static> Object |
ieBorder
|
<static> String |
ieColor
Some CSS values for Internet Explorer to use. |
<static> Object |
ieMenuWidth
|
<static> Object |
iePadding
|
<static> mozile.edit.Command |
mainMenu
Groups togther commands into the main Mozile menu. |
<static> Element |
toolbar
The toolbar "div" element. |
Method Summary | |
<static> Void
|
closeMenus()
Close all the menus belonging to the toolbar. |
<static> Void
|
create()
Set up the toolbar. |
<static> Element
|
createElement(<String> name)
Create HTML or XHTML elements. |
<static> Element
|
createImage(<String> name)
Create an image. |
<static> Boolean
|
display(<String> content)
Displays the content string in a new window. |
<static> Void
|
reposition()
Reposition the toolbar. |
<static> Boolean
|
update(<Event> event, <String> change)
Update the toolbar, given the information from the event. |
<static> Void
|
updateButton(<mozile.edit.Command> command, <Event> event)
Adds a button to the toolbar for the given command. |
<static> Void
|
updateButtons(<mozile.rng.Element> rng, <Event> event)
Update all the toolbar's buttons. |
<static> Void
|
updateCommand(<mozile.edit.Command> command, <Event> event)
Update the status of a command's button, if it has one. |
<static> Void
|
updateCommands(<Event> event, <String> change)
Update all the buttons on the toolbar. |
Field Detail |
<static> Object _commands
<static> mozile.edit.Command about
<static> String checkmark
<static> mozile.edit.Command help
<static> Object ieActiveBorder
<static> Object ieActiveColor
<static> Object ieActivePadding
<static> Object ieBorder
<static> String ieColor
<static> Object ieMenuWidth
<static> Object iePadding
<static> mozile.edit.Command mainMenu
<static> Element toolbar
Method Detail |
<static> Void closeMenus()
<static> Void create()
<static> Element createElement(<String> name)
name
- The name of the element to create.
<static> Element createImage(<String> name)
name
- The name of the image file. This will be a partial path.
<static> Boolean display(<String> content)
content
-
<static> Void reposition()
<static> Boolean update(<Event> event, <String> change)
event
- The current event object.
change
- Optional. The type of change made. See mozile.edit.Command.respond for possible values.
<static> Void updateButton(<mozile.edit.Command> command, <Event> event)
command
-
event
- Optional. The current event object.
<static> Void updateButtons(<mozile.rng.Element> rng, <Event> event)
rng
- Optional. When provided, commands belonging to the RNG Element will be updated.
event
- Optional. The current event object.
<static> Void updateCommand(<mozile.edit.Command> command, <Event> event)
command
-
event
- Optional. The current event object.
<static> Void updateCommands(<Event> event, <String> change)
event
- Optional. The current event object.
change
- Optional. The type of change made. See mozile.edit.Command.respond for possible values.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |