A C D E F G I J L M O P R S T U X

X

XmlException - exception com.abstractics.utils.xml.XmlException.
General exception that is thrown from the DOMUtils static methods.
XmlException(Throwable) - Constructor for class com.abstractics.utils.xml.XmlException
 
XmlException(String) - Constructor for class com.abstractics.utils.xml.XmlException
 
XmlLayout - class com.abstractics.xmlpanel.xmllayout.XmlLayout.
In determining both widths and heights for the layout, the following precedence is followed: All sizes are inclusive of padding Fixed sizes (those specified by a pixel number) are given priority to stay the size they request Non-specified sizes assume the preferred size of the component and are given the next level of priority Percentage widths are given next priority and are based on whatever space is left after fixed and non-specified sizes are accounted for Remainder sizes are last.
XmlLayout(Element) - Constructor for class com.abstractics.xmlpanel.xmllayout.XmlLayout
Creates a layout from the element given.
XmlLayout(Element, XmlPanel) - Constructor for class com.abstractics.xmlpanel.xmllayout.XmlLayout
Creates a layout from the Document given and uses any existing components in the map (keyed by component name) if they match names given in the XML, instead of creating new components.
XmlLayout(String) - Constructor for class com.abstractics.xmlpanel.xmllayout.XmlLayout
Creates a layout from the XML string given.
XmlLayout(String, XmlPanel) - Constructor for class com.abstractics.xmlpanel.xmllayout.XmlLayout
Creates a layout from the XML string given and uses any existing components in the map (keyed by component name) if they match names given in the XML, instead of creating new components.
XmlLayoutCell - class com.abstractics.xmlpanel.xmllayout.XmlLayoutCell.
 
XmlLayoutCell(XmlLayoutRow, XmlPanel, Element) - Constructor for class com.abstractics.xmlpanel.xmllayout.XmlLayoutCell
Only package level constructable.
XmlLayoutRow - class com.abstractics.xmlpanel.xmllayout.XmlLayoutRow.
 
XmlLayoutRow(XmlLayout, XmlPanel, Element) - Constructor for class com.abstractics.xmlpanel.xmllayout.XmlLayoutRow
Only package level constructable.
XmlLayoutSize - class com.abstractics.xmlpanel.xmllayout.XmlLayoutSize.
A container object to hold sizing information that is used for both XmlLayoutRow and XmlLayoutCell objects.
XmlLayoutSize(String) - Constructor for class com.abstractics.xmlpanel.xmllayout.XmlLayoutSize
Only package level constructable.
XmlPanel - class com.abstractics.xmlpanel.swing.XmlPanel.
This subclass of JPanel provides the functionality for the layout to be defined via XML.
XmlPanel() - Constructor for class com.abstractics.xmlpanel.swing.XmlPanel
Public empty constructor.
XmlPanel.XmlPanelComponentCreator - class com.abstractics.xmlpanel.swing.XmlPanel.XmlPanelComponentCreator.
ComponentCreator that creates XmlPanels.
XmlPanel.XmlPanelComponentCreator() - Constructor for class com.abstractics.xmlpanel.swing.XmlPanel.XmlPanelComponentCreator
 
XmlPanelEditDialog - class com.abstractics.xmlpanel.swing.XmlPanelEditDialog.
 
XmlPanelLayoutManager - class com.abstractics.xmlpanel.swing.XmlPanelLayoutManager.
LayoutManager used by the XmlPanel.
XmlPanelLayoutManager(Element, XmlPanel) - Constructor for class com.abstractics.xmlpanel.swing.XmlPanelLayoutManager
Package level constructor - this object should only be instantiated through the XmlPanel itself

A C D E F G I J L M O P R S T U X