Skip navigation links
A B C D E F G H I J L M N O P R S T U V W X 

X

XULActionEvent - Interface in org.xul.script.xul.model.events
The interface for XUL Event wrappers.
XULActionListener - Interface in org.xul.script.xul.model.events
An action listener on a XUL widget event.
XULAdjustmentEvent - Class in org.xul.script.xul.model.events
A XUL Adjustment Event, wrapping Adjustment events fired by XUL Widgets.
XULAdjustmentEvent(AdjustmentEvent, XULWidget, String) - Constructor for class org.xul.script.xul.model.events.XULAdjustmentEvent
 
XULBrowser - Class in org.xul.browser
A basic XUL browser.
XULBrowser() - Constructor for class org.xul.browser.XULBrowser
 
XULButton - Class in org.xul.script.xul.model
The model for a XUL button, toolbarbutton, and radiobutton widgets.
XULButton(XULDocument, Element) - Constructor for class org.xul.script.xul.model.XULButton
 
XULButton(XULDocument, Element, int) - Constructor for class org.xul.script.xul.model.XULButton
 
XULChangeEvent - Class in org.xul.script.xul.model.events
A XUL Change Event, wrapping Change events fired by XUL Widgets.
XULChangeEvent(EventObject, XULWidget, String) - Constructor for class org.xul.script.xul.model.events.XULChangeEvent
 
XULCheckBox - Class in org.xul.script.xul.model
The model for a XUL checkbox widget.
XULCheckBox(XULDocument, Element) - Constructor for class org.xul.script.xul.model.XULCheckBox
 
XULCommandEvent - Class in org.xul.script.xul.model.events
A XUL Action Event, wrapping Action events fired by XUL Widgets.
XULCommandEvent(ActionEvent, XULWidget, String) - Constructor for class org.xul.script.xul.model.events.XULCommandEvent
 
XULConfiguration - Class in org.xul.script.util
The XUL configuration contains the path for the XUL schemas.
XULConstants - Interface in org.xul.script.xul.model
General XUL Constants encountered in XUL XML files.
XULContainer - Class in org.xul.script.xul.model
The model for a XUL container widget.
XULContainer(XULDocument, Element, short) - Constructor for class org.xul.script.xul.model.XULContainer
 
XULContainer.RadioGroupPanel - Class in org.xul.script.xul.model
 
XULDocument - Class in org.xul.script.xul.model
Hold a XUL document and its characteristics.
XULDocument() - Constructor for class org.xul.script.xul.model.XULDocument
 
XULDocument(String, URL) - Constructor for class org.xul.script.xul.model.XULDocument
 
XULDocument(String, URL, Document) - Constructor for class org.xul.script.xul.model.XULDocument
 
xuldocument - Variable in class org.xul.script.xul.parser.XULDOMParser
 
XULDOMParser - Class in org.xul.script.xul.parser
Parse a XUL Document and generate the associated GUI tree.
XULDOMParser(ScriptManager, String, URL) - Constructor for class org.xul.script.xul.parser.XULDOMParser
Constructor.
XULElement - Interface in org.xul.script.xul.model
Represents a XUL element in a XUL Script.
XULEventTypes - Interface in org.xul.script.xul.model.events
This interface contains the list of XUL event types.
XULException - Exception in org.xul.script.scripts
An exception fired directly by a XUL Script.
XULException(String) - Constructor for exception org.xul.script.scripts.XULException
 
XULException(String, Throwable) - Constructor for exception org.xul.script.scripts.XULException
 
XULExecutor - Class in org.xul.script.xul.model
A XUL executor allows to execute scripts on the javascript script level "document" Object and its associated Elements.
XULExecutor() - Constructor for class org.xul.script.xul.model.XULExecutor
 
XULExecutorListener - Interface in org.xul.script.xul.model
An executor listener is fired by an XULExecutor to perform the Javascript-level methods on prototypes.
XULExitEvent - Class in org.xul.script.xul.model.events
A XUL exit Event, wrapping mouse exit events fired by XUL Widgets.
XULExitEvent(MouseEvent, XULWidget, String) - Constructor for class org.xul.script.xul.model.events.XULExitEvent
 
XULFileField - Class in org.xul.script.xul.model
The model for a XUL fielfield widget.
XULFileField(XULDocument, Element) - Constructor for class org.xul.script.xul.model.XULFileField
 
XULHoverEvent - Class in org.xul.script.xul.model.events
A XUL hover Event, wrapping mouse hover events fired by XUL Widgets.
XULHoverEvent(MouseEvent, XULWidget, String) - Constructor for class org.xul.script.xul.model.events.XULHoverEvent
 
XULImage - Class in org.xul.script.xul.model
The model for a XUL image widget.
XULImage() - Constructor for class org.xul.script.xul.model.XULImage
 
XULImage(XULDocument, Element) - Constructor for class org.xul.script.xul.model.XULImage
 
XULImage.ImageWidget - Class in org.xul.script.xul.model
 
XULLabel - Class in org.xul.script.xul.model
The model for a XUL label widget.
XULLabel() - Constructor for class org.xul.script.xul.model.XULLabel
 
XULLabel(XULDocument, Element) - Constructor for class org.xul.script.xul.model.XULLabel
 
XULListBox - Class in org.xul.script.xul.model
The model for a XUL listbox widget.
XULListBox() - Constructor for class org.xul.script.xul.model.XULListBox
 
XULListBox(XULDocument, Element) - Constructor for class org.xul.script.xul.model.XULListBox
 
XULListCell - Class in org.xul.script.xul.model
The model for a XUL listcol widget.
XULListCell(XULDocument, Element, XULListItem) - Constructor for class org.xul.script.xul.model.XULListCell
 
XULListItem - Class in org.xul.script.xul.model
The model for a XUL listbox widget.
XULListItem(XULDocument, Element, XULListBox) - Constructor for class org.xul.script.xul.model.XULListItem
 
XULLoadEvent - Class in org.xul.script.xul.model.events
A XUL load Event, wrapping Action events fired by XUL windows.
XULLoadEvent(XULWindow) - Constructor for class org.xul.script.xul.model.events.XULLoadEvent
 
XULMenu - Class in org.xul.script.xul.model
The model for a XUL menubar element.
XULMenu(XULDocument, Element) - Constructor for class org.xul.script.xul.model.XULMenu
 
XULMenuBar - Class in org.xul.script.xul.model
The model for a XUL menubar element.
XULMenuBar(XULDocument, Element) - Constructor for class org.xul.script.xul.model.XULMenuBar
 
XULMenuButton - Class in org.xul.script.xul.model
The model for a XUL button, toolbarbutton, and radiobutton widgets.
XULMenuButton(XULDocument, Element) - Constructor for class org.xul.script.xul.model.XULMenuButton
 
XULMenuItem - Class in org.xul.script.xul.model
The model for a XUL menuitem widget.
XULMenuItem(XULDocument, Element, XULWidget) - Constructor for class org.xul.script.xul.model.XULMenuItem
 
XULMenuList - Class in org.xul.script.xul.model
The model for a XUL menulist widget.
XULMenuList(XULDocument, Element) - Constructor for class org.xul.script.xul.model.XULMenuList
 
XULMenuPopup - Class in org.xul.script.xul.model
The model for a XUL menupopup element.
XULMenuPopup(XULDocument, Element) - Constructor for class org.xul.script.xul.model.XULMenuPopup
 
XULMenuSeparator - Class in org.xul.script.xul.model
The model for a XUL menuseparator widget.
XULMenuSeparator(XULDocument, Element, XULMenu) - Constructor for class org.xul.script.xul.model.XULMenuSeparator
 
XULProgressMeter - Class in org.xul.script.xul.model
The model for a XUL label widget.
XULProgressMeter() - Constructor for class org.xul.script.xul.model.XULProgressMeter
 
XULProgressMeter(XULDocument, Element) - Constructor for class org.xul.script.xul.model.XULProgressMeter
 
XULScale - Class in org.xul.script.xul.model
The model for a XUL scale widget (new as of Firefox 3.0).
XULScale(XULDocument, Element) - Constructor for class org.xul.script.xul.model.XULScale
 
XULScript - Interface in org.xul.script.xul
Represent a XUL Script.
XULScriptContext - Interface in org.xul.script.scripts
A XUL ScriptContext interface.
XULScriptHelper - Interface in org.xul.script.scripts
A XUL ScriptContext interface.
XULScriptManagerContext - Interface in org.xul.script.xul
Represent a script manager context interface.
xulscripts - Variable in class org.xul.script.xul.AbstractScriptManager
The scripts.
XULScrollBar - Class in org.xul.script.xul.model
The model for a XUL scrollbar widget.
XULScrollBar(XULDocument, Element) - Constructor for class org.xul.script.xul.model.XULScrollBar
 
XULSelectedEvent - Class in org.xul.script.xul.model.events
A XUL exit Event, wrapping mouse exit events fired by XUL Widgets.
XULSelectedEvent(ListSelectionEvent, XULWidget, String) - Constructor for class org.xul.script.xul.model.events.XULSelectedEvent
 
XULSpacer - Class in org.xul.script.xul.model
The model for a XUL spacer widget.
XULSpacer(XULDocument, Element, int) - Constructor for class org.xul.script.xul.model.XULSpacer
 
XULStack - Class in org.xul.script.xul.model
The model for a XUL stack widget.
XULStack(XULDocument, Element) - Constructor for class org.xul.script.xul.model.XULStack
 
XULSwingPanel - Class in org.xul.script.xul.model
The Swing panel is the root component of a widgets tree associated with a XULDocument.
XULSwingPanel() - Constructor for class org.xul.script.xul.model.XULSwingPanel
 
XULTab - Class in org.xul.script.xul.model
The model for a XUL tab widget.
XULTab(XULDocument, Element, XULTabBox) - Constructor for class org.xul.script.xul.model.XULTab
 
XULTabBox - Class in org.xul.script.xul.model
The model for a XUL tabbox widget.
XULTabBox(XULDocument, Element) - Constructor for class org.xul.script.xul.model.XULTabBox
 
XULTabBox.XULTabPanels - Class in org.xul.script.xul.model
 
XULTabBox.XULTabs - Class in org.xul.script.xul.model
 
XULTabPanel - Class in org.xul.script.xul.model
The model for a XUL tabpanel widget.
XULTabPanel(XULDocument, Element, XULTabBox) - Constructor for class org.xul.script.xul.model.XULTabPanel
 
XULTabPanels(XULDocument, Element, XULTabBox) - Constructor for class org.xul.script.xul.model.XULTabBox.XULTabPanels
 
XULTabs(XULDocument, Element, XULTabBox) - Constructor for class org.xul.script.xul.model.XULTabBox.XULTabs
 
XULTextBox - Class in org.xul.script.xul.model
The model for a XUL textbox widget.
XULTextBox(XULDocument, Element) - Constructor for class org.xul.script.xul.model.XULTextBox
 
XULToolbar - Class in org.xul.script.xul.model
The model for a XUL toolbar element.
XULToolbar(XULDocument, Element) - Constructor for class org.xul.script.xul.model.XULToolbar
 
XULToolbarItem - Class in org.xul.script.xul.model
The model for a XUL toolbaritem element {
XULToolbarItem(XULDocument, Element, XULToolbar) - Constructor for class org.xul.script.xul.model.XULToolbarItem
 
XULToolbarSpacer - Class in org.xul.script.xul.model
The model for a XUL toolbarspacer widget.
XULToolbarSpacer(XULDocument, Element) - Constructor for class org.xul.script.xul.model.XULToolbarSpacer
 
XULToolbox - Class in org.xul.script.xul.model
The model for a XUL toolbox element.
XULToolbox(XULDocument, Element) - Constructor for class org.xul.script.xul.model.XULToolbox
 
XULTree - Class in org.xul.script.xul.model
The model for a XUL tree widget.
XULTree() - Constructor for class org.xul.script.xul.model.XULTree
 
XULTree(XULDocument, Element) - Constructor for class org.xul.script.xul.model.XULTree
 
XULTreeCell - Class in org.xul.script.xul.model
The model for a XUL treecell widget.
XULTreeCell(XULDocument, Element, XULTreeItem) - Constructor for class org.xul.script.xul.model.XULTreeCell
 
XULTreeCol - Class in org.xul.script.xul.model
The model for a XUL treecol widget.
XULTreeCol(XULDocument, Element, XULTree) - Constructor for class org.xul.script.xul.model.XULTreeCol
 
XULTreeItem - Class in org.xul.script.xul.model
The model for a XUL treeitem widget.
XULTreeItem(XULDocument, Element, XULTree) - Constructor for class org.xul.script.xul.model.XULTreeItem
 
XULWidget - Interface in org.xul.script.xul.model
Represents a XUL Widget in a XUL Script.
XULWindow - Class in org.xul.script.xul.model
FRepresent the window which enclose the document.
XULWindow() - Constructor for class org.xul.script.xul.model.XULWindow
 
XULWindow(XULDocument, Element) - Constructor for class org.xul.script.xul.model.XULWindow
 
A B C D E F G H I J L M N O P R S T U V W X 
Skip navigation links

Copyright © 2008-2020 Herve Girod. All Rights Reserved. Documentation and source under the LGPL licence