Class MozileInterface

Object
   |
   +--MozileComponent
         |
         +--MozileInterface

class MozileInterface
extends MozileComponent

Defined in interface.js


Constructor Summary
MozileInterface (<Element> element, <String> configString)
            Mozile Module - Subclass of MozileComponent designed for manipulating interfaces (e.g.
 
Method Summary
 Void center()
           Center the interface in the window.
 Element getElement()
           Gets the root element for the interface.
 Element getParent()
           Returns the parent of the interface's root element, finding it if necessary.
 Void hide()
           Hide the interface.
 Void init()
           Initialize the interface.
 Void show()
           Reveal the interface.
 
Methods inherited from class MozileComponent
getName, getConfigString, getOptions, getOption, setOption, _cleanOption
 

Constructor Detail

MozileInterface

MozileInterface(<Element> element, <String> configString)

Method Detail

center

Void center()

getElement

Element getElement()

getParent

Element getParent()

hide

Void hide()

init

Void init()

show

Void show()


Documentation generated by JSDoc on Thu Feb 16 20:20:37 2006