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

G

GenericClassComponentCreator - class com.abstractics.xmlpanel.swing.componentcreator.GenericClassComponentCreator.
This implementation of AbstractComponentCreator creates components based on a class that is given in the constructor.
GenericClassComponentCreator(String) - Constructor for class com.abstractics.xmlpanel.swing.componentcreator.GenericClassComponentCreator
 
GenericClassComponentCreator(Class) - Constructor for class com.abstractics.xmlpanel.swing.componentcreator.GenericClassComponentCreator
 
GenericClassComponentCreator(Class, String[]) - Constructor for class com.abstractics.xmlpanel.swing.componentcreator.GenericClassComponentCreator
 
getActionListeners() - Method in class com.abstractics.xmlpanel.swing.XmlPanel
Returns an array of all the ActionListeners added to this panel with addActionListener().
getAlignment() - Method in class com.abstractics.xmlpanel.xmllayout.XmlLayoutCell
 
getAnswers() - Method in class com.abstractics.utils.swing.AdjustableQuestionPanel
Returns an array of objects where each entry in the array represents an answer to a question.
getBackgroundImage() - Method in class com.abstractics.xmlpanel.swing.XmlPanel
Gets the current background image, or null if it has not been specified
getBackgroundImageAlign() - Method in class com.abstractics.xmlpanel.swing.XmlPanel
Returns the current background image alignment Alignment values come from SwingConstants such as CENTER, NORTHWEST, etc.
Default value is SwingConstants.NORTHWEST
getBounds() - Method in class com.abstractics.xmlpanel.xmllayout.XmlLayoutCell
 
getCancelButton() - Method in class com.abstractics.utils.swing.AdjustableQuestionDialog
 
getCellAlign() - Method in class com.abstractics.xmlpanel.xmllayout.XmlLayout
 
getCellAlign() - Method in class com.abstractics.xmlpanel.xmllayout.XmlLayoutRow
 
getCellPadding() - Method in class com.abstractics.xmlpanel.xmllayout.XmlLayout
 
getCellPadding() - Method in class com.abstractics.xmlpanel.xmllayout.XmlLayoutRow
 
getCellRectangleColor() - Method in class com.abstractics.xmlpanel.swing.XmlPanelEditDialog
 
getCells() - Method in class com.abstractics.xmlpanel.xmllayout.XmlLayoutRow
 
getChildNamed(String, Container) - Static method in class com.abstractics.utils.swing.SwingUtils
Recursively searches through the contained components of the container parameter until a child with the name specified is found.
getChildOfType(Class, Container) - Static method in class com.abstractics.utils.swing.SwingUtils
Recursively searches through the contained components of the container parameter and returns a List of components that are instances of the class given.
getClassToConvertTo() - Method in class com.abstractics.utils.converter.CachingConverterWrapper
 
getClassToConvertTo() - Method in class com.abstractics.utils.converter.ConverterBoolean
 
getClassToConvertTo() - Method in class com.abstractics.utils.converter.ConverterBorder
Returns javax.swing.Border
getClassToConvertTo() - Method in class com.abstractics.utils.converter.ConverterCharacter
Returns java.lang.Character
getClassToConvertTo() - Method in class com.abstractics.utils.converter.ConverterColor
Returns java.awt.Color
getClassToConvertTo() - Method in class com.abstractics.utils.converter.ConverterDimension
Returns java.awt.Dimension
getClassToConvertTo() - Method in class com.abstractics.utils.converter.ConverterFont
Returns java.awt.Font
getClassToConvertTo() - Method in class com.abstractics.utils.converter.ConverterImageIcon
Returns javax.swing.ImageIcon
getClassToConvertTo() - Method in class com.abstractics.utils.converter.ConverterInsets
Returns java.awt.Insets
getClassToConvertTo() - Method in class com.abstractics.utils.converter.ConverterNumber
 
getClassToConvertTo() - Method in class com.abstractics.utils.converter.ConverterRectangle
Returns Rectangle class
getClassToConvertTo() - Method in class com.abstractics.utils.converter.DefaultingConverterWrapper
 
getClassToConvertTo() - Method in interface com.abstractics.utils.converter.ObjectConverter
 
getClassToConvertTo() - Method in class com.abstractics.utils.converter.UrlConverter
Returns java.net.URL
getComponent() - Method in class com.abstractics.xmlpanel.xmllayout.XmlLayoutCell
 
getComponentMap() - Method in class com.abstractics.xmlpanel.xmllayout.XmlLayout
 
getComponentNamed(String) - Method in class com.abstractics.xmlpanel.swing.XmlPanel
Returns the first component found in the panel with the given name.
getComponentNamed(String) - Method in class com.abstractics.xmlpanel.xmllayout.XmlLayout
 
getComponentTypes() - Method in class com.abstractics.xmlpanel.swing.XmlPanel.XmlPanelComponentCreator
 
getComponentTypes() - Method in interface com.abstractics.xmlpanel.swing.componentcreator.ComponentCreator
 
getComponentTypes() - Method in class com.abstractics.xmlpanel.swing.componentcreator.GenericClassComponentCreator
Returns the class name that was used to instantiate the object, along with any otherTypeNames that were used in instantiation.
getComponentTypes() - Method in class com.abstractics.xmlpanel.swing.componentcreator.JScrollPaneCreator
 
getComponents() - Method in class com.abstractics.xmlpanel.swing.XmlPanelLayoutManager
 
getComponents() - Method in class com.abstractics.xmlpanel.xmllayout.XmlLayout
 
getDialog() - Method in class com.abstractics.utils.swing.AdjustableQuestionDialog
 
getDirectChildren(Node) - Static method in class com.abstractics.utils.xml.DOMUtils
Returns all direct children of the given node (children where type = Node.ELEMENT_NODE).
getDirectChildrenOfName(String, Node) - Static method in class com.abstractics.utils.xml.DOMUtils
Returns any direct children of the given node (children where type = Node.ELEMENT_NODE) that have the name specified.
getElement(Node, String) - Static method in class com.abstractics.utils.xml.DOMUtils
Given a starting node and a "path" this method will return the element at the end of that path.
The path is an XPath-ish type string consisting of sub-element names separated by a forward slash.
getElement() - Method in class com.abstractics.xmlpanel.swing.XmlPanel
 
getFixed() - Method in class com.abstractics.xmlpanel.xmllayout.XmlLayoutSize
 
getFloatingCells() - Method in class com.abstractics.xmlpanel.xmllayout.XmlLayout
 
getInstance() - Static method in class com.abstractics.xmlpanel.swing.componentcreator.ComponentFactory
 
getJButton(String) - Method in class com.abstractics.xmlpanel.swing.XmlPanel
Convenience method for finding a specific JButton in the panel with the given name.
getJCheckBox(String) - Method in class com.abstractics.xmlpanel.swing.XmlPanel
Convenience method for finding a specific JCheckBox in the panel with the given name.
getJComboBox(String) - Method in class com.abstractics.xmlpanel.swing.XmlPanel
Convenience method for finding a specific JComboBox in the panel with the given name.
getJLabel(String) - Method in class com.abstractics.xmlpanel.swing.XmlPanel
Convenience method for finding a specific JLabel in the panel with the given name.
getJRadioButton(String) - Method in class com.abstractics.xmlpanel.swing.XmlPanel
Convenience method for finding a specific JRadioButton in the panel with the given name.
getJTextArea(String) - Method in class com.abstractics.xmlpanel.swing.XmlPanel
Convenience method for finding a specific JTextArea in the panel with the given name.
getJTextField(String) - Method in class com.abstractics.xmlpanel.swing.XmlPanel
Convenience method for finding a specific JTextField in the panel with the given name.
getMargins() - Method in class com.abstractics.xmlpanel.xmllayout.XmlLayout
 
getMinimumSize() - Method in class com.abstractics.xmlpanel.xmllayout.XmlLayout
Returns the sum of all minimum row heights and the max of all minimum row widths.
getMinimumSize() - Method in class com.abstractics.xmlpanel.xmllayout.XmlLayoutCell
Minimum size relies on the following scenarios: If parent row is null (floating cell) then the minimum size is taken from XmlLayoutCell.getBounds() Use the component's minimum size If the size is fixed (row or height) then use the max of the fixed size and the component size
getMinimumSize() - Method in class com.abstractics.xmlpanel.xmllayout.XmlLayoutRow
Gets the minimum size for this row - the sum of all minumum widths of the cells and the max of the minimum heights
getNeededSize() - Method in class com.abstractics.xmlpanel.xmllayout.XmlLayoutCell
 
getNeededSize() - Method in class com.abstractics.xmlpanel.xmllayout.XmlLayoutRow
 
getNeededSize() - Method in class com.abstractics.xmlpanel.xmllayout.XmlLayoutSize
Should return the size element of the preferred size needed for this type of component (width for cells, height for rows)
getOkButton() - Method in class com.abstractics.utils.swing.AdjustableQuestionDialog
 
getPadding() - Method in class com.abstractics.xmlpanel.xmllayout.XmlLayoutCell
 
getPanel() - Method in class com.abstractics.utils.swing.AdjustableQuestionDialog
 
getParentLayout() - Method in class com.abstractics.xmlpanel.xmllayout.XmlLayoutRow
 
getParentRow() - Method in class com.abstractics.xmlpanel.xmllayout.XmlLayoutCell
 
getParentXmlPanel() - Method in class com.abstractics.xmlpanel.swing.XmlPanel
 
getPercent() - Method in class com.abstractics.xmlpanel.xmllayout.XmlLayoutSize
 
getPopupLabel() - Method in class com.abstractics.utils.swing.PopupTextFocusListener
 
getPreferredSize() - Method in class com.abstractics.xmlpanel.xmllayout.XmlLayout
Returns the sum of all preferred row heights and the max of all preferred row widths, plus margins
getPreferredSize() - Method in class com.abstractics.xmlpanel.xmllayout.XmlLayoutCell
Preferred size relies on the following scenarios: If parent row is null (floating cell) then the preferred size is taken from XmlLayoutCell.getBounds() If the cell is not included in the layout, then the width is 0 If a cell width is fixed, use that number for width If a cell height is fixed, use that number for height Otherwise use the components width/height and add padding
getPreferredSize() - Method in class com.abstractics.xmlpanel.xmllayout.XmlLayoutRow
Gets the preferred size for this row - the sum of all preferred widths of the cells and the max of the preferred heights.
If the row is not included in the layout, then the height is 0
getPreferredSize() - Method in class com.abstractics.xmlpanel.xmllayout.XmlLayoutSize
 
getQuestionComponent(int) - Method in class com.abstractics.utils.swing.AdjustableQuestionDialog
 
getQuestionComponent(int) - Method in class com.abstractics.utils.swing.AdjustableQuestionPanel
Returns the JComponent for the given question index.
getQuestionComponents() - Method in class com.abstractics.utils.swing.AdjustableQuestionPanel
 
getRectangles() - Method in class com.abstractics.xmlpanel.xmllayout.XmlLayout
 
getRequiredHeights() - Method in class com.abstractics.xmlpanel.xmllayout.XmlLayout
 
getRequiredWidths() - Method in class com.abstractics.xmlpanel.xmllayout.XmlLayoutRow
 
getRootXmlPanel() - Method in class com.abstractics.xmlpanel.swing.XmlPanel
 
getRows() - Method in class com.abstractics.xmlpanel.xmllayout.XmlLayout
 
getStretch() - Method in class com.abstractics.xmlpanel.xmllayout.XmlLayoutCell
 
getText(Component) - Method in class com.abstractics.utils.swing.PopupTextFocusListener
This method should be implemented to determine what text should show up in the popup text when triggered.
getText(Node) - Static method in class com.abstractics.utils.xml.DOMUtils
Returns the node value of the first Node.TEXT_NODE child of the given node.
getValue(String, ResourceBundle) - Static method in class com.abstractics.utils.ResourceBundleUtils
Given a String as a parameter, this method replaces $R{} values in the String with values from the ResourceBundle given.
getValue(Node, String) - Static method in class com.abstractics.utils.xml.DOMUtils
Given a starting node and a "path" this method will return the text at the end of that path.
The path is an XPath-ish type string consisting of sub-element names separated by a forward slash.
getValueNames(Node) - Static method in class com.abstractics.utils.xml.DOMUtils
Given a Node, this method returns all of the attribute names that are available for it (non-null values).
getXmlLayout() - Method in class com.abstractics.xmlpanel.swing.XmlPanelLayoutManager
 

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