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

A

ANYCASE - Static variable in class com.abstractics.utils.swing.CaseAndLengthDocumentFilter
 
AbstractComponentCreator - class com.abstractics.xmlpanel.swing.componentcreator.AbstractComponentCreator.
This abstract version of XmlPanelComponentCreator can be used as a basis for creator objects.
AbstractComponentCreator() - Constructor for class com.abstractics.xmlpanel.swing.componentcreator.AbstractComponentCreator
 
AdjustableQuestionDialog - class com.abstractics.utils.swing.AdjustableQuestionDialog.
The AdjustableQuestionDialog object is a wrapper around a JDialog that contains an AdjustableQuestionPanel object.
AdjustableQuestionDialog(Frame, String) - Constructor for class com.abstractics.utils.swing.AdjustableQuestionDialog
 
AdjustableQuestionDialog(Dialog, String) - Constructor for class com.abstractics.utils.swing.AdjustableQuestionDialog
 
AdjustableQuestionPanel - class com.abstractics.utils.swing.AdjustableQuestionPanel.
The AdjustableQuestionPanel is used to show various label/value items that allow a varying number of questions to be given.
AdjustableQuestionPanel() - Constructor for class com.abstractics.utils.swing.AdjustableQuestionPanel
 
actionPerformed(ActionEvent) - Method in class com.abstractics.xmlpanel.swing.XmlPanel
Passes on the action performed to all of our ActionListeners
Note: If this method is overridden in a subclass, it is important to call the super method, so that anything else that registers to listen will be notified.
actionPerformed(ActionEvent) - Method in class com.abstractics.xmlpanel.swing.XmlPanelEditDialog
 
addActionListener(ActionListener) - Method in class com.abstractics.xmlpanel.swing.XmlPanel
Adds an ActionListener to the panel.
addConstant(Object, Class, Object) - Static method in class com.abstractics.utils.converter.Converter
Gives the ability to have the ConvertObject return "static" values for certain conversion classes and values.
addLayoutComponent(String, Component) - Method in class com.abstractics.xmlpanel.swing.XmlPanelLayoutManager
Useless -- once the layout manager is constructed it is set in stone, adding components after the fact will do nothing.
addQuestionCheckbox(String) - Method in class com.abstractics.utils.swing.AdjustableQuestionDialog
 
addQuestionCheckbox(String) - Method in class com.abstractics.utils.swing.AdjustableQuestionPanel
Adds a question to the panel, using a checkbox for the answer.
addQuestionComboBox(String, Object[]) - Method in class com.abstractics.utils.swing.AdjustableQuestionDialog
 
addQuestionComboBox(String, Object[]) - Method in class com.abstractics.utils.swing.AdjustableQuestionPanel
Adds a question to the panel, allowing any answer to be selected from a drop-down box
addQuestionFixed(String, String) - Method in class com.abstractics.utils.swing.AdjustableQuestionDialog
 
addQuestionFixed(String, String) - Method in class com.abstractics.utils.swing.AdjustableQuestionPanel
Adds a question to the panel, but displays a JLabel for the answer so it is fixed.
addQuestionFixedTextArea(String, String, int, int) - Method in class com.abstractics.utils.swing.AdjustableQuestionDialog
 
addQuestionFixedTextArea(String, String, int, int) - Method in class com.abstractics.utils.swing.AdjustableQuestionPanel
Adds a question to the panel, but places it in a non-editable JTextArea so that it is "fixed".
addQuestionText(String, int) - Method in class com.abstractics.utils.swing.AdjustableQuestionDialog
 
addQuestionText(String, int) - Method in class com.abstractics.utils.swing.AdjustableQuestionPanel
Adds a question to the panel, allowing for any answer to be typed into a text field
addQuestionTextArea(String, int, int) - Method in class com.abstractics.utils.swing.AdjustableQuestionDialog
 
addQuestionTextArea(String, int, int) - Method in class com.abstractics.utils.swing.AdjustableQuestionPanel
Adds a question to the panel, allowing for any answer to be typed into a text area
addXmlPanelComponentCreator(ComponentCreator) - Method in class com.abstractics.xmlpanel.swing.componentcreator.ComponentFactory
 
applyKeyListenerToEverything(Component, KeyListener) - Static method in class com.abstractics.utils.swing.SwingUtils
Given a component and a key listener to apply, this method applies the listener to the component and to all of its decendant children if it is a java.awt.Container object.
applyPropertiesViaReflection(Component, Element) - Static method in class com.abstractics.xmlpanel.swing.componentcreator.ComponentCreatorUtils
Sets all the properties on the provided component by interrogating the element for attributes, and then using reflection and the StringToObject converters to set the properties on the Component.

If there is a textdata child element, and there is a setText method on the component, then that method will be called as well.
applyTo(JTextComponent, String, int) - Static method in class com.abstractics.utils.swing.CaseAndLengthDocumentFilter
Convenience method to make the necessary adjustments to the given JTextComponent to apply a CaseAndLengthDocumentFilter.
applyTo(JTextComponent) - Static method in class com.abstractics.utils.swing.TextFieldFocusSelectsAll
Convenience method to apply the listener to the given JTextComponent

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