A C D G I J N R S U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- addPropertyChangeListener(PropertyChangeListener) - Method in class com.alexandriasoftware.swing.JInputValidator
- addPropertyChangeListener(String, PropertyChangeListener) - Method in class com.alexandriasoftware.swing.JInputValidator
C
- com.alexandriasoftware.swing - package com.alexandriasoftware.swing
- com.alexandriasoftware.swing.border - package com.alexandriasoftware.swing.border
D
- DANGER - com.alexandriasoftware.swing.Validation.Type
-
Validation state with an danger icon and tool tip.
G
- getBeanDescriptor() - Method in class com.alexandriasoftware.swing.JInputValidatorBeanInfo
-
Gets the bean's
BeanDescriptor
s. - getBeanDescriptor() - Method in class com.alexandriasoftware.swing.VerifyingValidatorBeanInfo
-
Gets the bean's
BeanDescriptor
s. - getColor() - Method in class com.alexandriasoftware.swing.Validation
-
Get the color the icon is displayed in.
- getColor(Validation.Type) - Method in class com.alexandriasoftware.swing.JInputValidatorPreferences
-
Get the icon for the specified type.
- getDefaultEventIndex() - Method in class com.alexandriasoftware.swing.JInputValidatorBeanInfo
-
A bean may have a "default" event that is the event that will mostly commonly be used by human's when using the bean.
- getDefaultEventIndex() - Method in class com.alexandriasoftware.swing.VerifyingValidatorBeanInfo
-
A bean may have a "default" event that is the event that will mostly commonly be used by human's when using the bean.
- getDefaultPropertyIndex() - Method in class com.alexandriasoftware.swing.JInputValidatorBeanInfo
-
A bean may have a "default" property that is the property that will mostly commonly be initially chosen for update by human's who are customizing the bean.
- getDefaultPropertyIndex() - Method in class com.alexandriasoftware.swing.VerifyingValidatorBeanInfo
-
A bean may have a "default" property that is the property that will mostly commonly be initially chosen for update by human's who are customizing the bean.
- getEventSetDescriptors() - Method in class com.alexandriasoftware.swing.JInputValidatorBeanInfo
-
Gets the bean's
EventSetDescriptor
s. - getEventSetDescriptors() - Method in class com.alexandriasoftware.swing.VerifyingValidatorBeanInfo
-
Gets the bean's
EventSetDescriptor
s. - getFont() - Method in class com.alexandriasoftware.swing.JInputValidatorPreferences
-
Get the font to use.
- getFont() - Method in class com.alexandriasoftware.swing.Validation
-
Get the font used to render the icon.
- getIcon() - Method in class com.alexandriasoftware.swing.Validation
-
Get the Unicode characters for the displayed icon.
- getIcon(int) - Method in class com.alexandriasoftware.swing.JInputValidatorBeanInfo
-
This method returns an image object that can be used to represent the bean in toolboxes, toolbars, etc.
- getIcon(int) - Method in class com.alexandriasoftware.swing.VerifyingValidatorBeanInfo
-
This method returns an image object that can be used to represent the bean in toolboxes, toolbars, etc.
- getIcon(Validation.Type) - Method in class com.alexandriasoftware.swing.JInputValidatorPreferences
-
Get the icon for the specified type.
- getMessage() - Method in class com.alexandriasoftware.swing.Validation
-
Get the validation message used in the tool tip for the validated component.
- getMethodDescriptors() - Method in class com.alexandriasoftware.swing.JInputValidatorBeanInfo
-
Gets the bean's
MethodDescriptor
s. - getMethodDescriptors() - Method in class com.alexandriasoftware.swing.VerifyingValidatorBeanInfo
-
Gets the bean's
MethodDescriptor
s. - getPreferences() - Static method in class com.alexandriasoftware.swing.JInputValidatorPreferences
-
Get the default preferences object.
- getPreferences(Preferences) - Static method in class com.alexandriasoftware.swing.JInputValidatorPreferences
-
Get a set of preferences using a
Preferences
object. - getPropertyChangeListeners() - Method in class com.alexandriasoftware.swing.JInputValidator
- getPropertyChangeListeners(String) - Method in class com.alexandriasoftware.swing.JInputValidator
- getPropertyDescriptors() - Method in class com.alexandriasoftware.swing.JInputValidatorBeanInfo
-
Gets the bean's
PropertyDescriptor
s. - getPropertyDescriptors() - Method in class com.alexandriasoftware.swing.VerifyingValidatorBeanInfo
-
Gets the bean's
PropertyDescriptor
s. - getToolTipText() - Method in class com.alexandriasoftware.swing.JInputValidator
-
Get the tool tip text used when the validation state is
Validation.Type.NONE
. - getType() - Method in class com.alexandriasoftware.swing.Validation
-
Get the validation type.
- getValidation() - Method in class com.alexandriasoftware.swing.JInputValidator
-
Get the current validation.
- getValidation(JComponent, JInputValidatorPreferences) - Method in class com.alexandriasoftware.swing.JInputValidator
-
Get the validation object for the current state of the input component.
- getValidation(JComponent, JInputValidatorPreferences) - Method in class com.alexandriasoftware.swing.VerifyingValidator
-
Get the validation for the current result of calling
InputVerifier.verify(javax.swing.JComponent)
using the current verifier.
I
- INFORMATION - com.alexandriasoftware.swing.Validation.Type
-
Validation state with an information icon and tool tip.
J
- JInputValidator - Class in com.alexandriasoftware.swing
-
JInputValidator is an InputVerifier that adds a colored icon and tool tip text indicating validation status to the component being verified.
- JInputValidator(JComponent) - Constructor for class com.alexandriasoftware.swing.JInputValidator
-
Create a JInputValidator with the default preferences.
- JInputValidator(JComponent, boolean) - Constructor for class com.alexandriasoftware.swing.JInputValidator
-
Create a JInputValidator with the default preferences.
- JInputValidator(JComponent, boolean, JInputValidatorPreferences) - Constructor for class com.alexandriasoftware.swing.JInputValidator
-
Create a JInputValidator with custom preferences.
- JInputValidatorBeanInfo - Class in com.alexandriasoftware.swing
-
Provide a graphical editor for
JInputValidator
. - JInputValidatorBeanInfo() - Constructor for class com.alexandriasoftware.swing.JInputValidatorBeanInfo
- JInputValidatorPreferences - Class in com.alexandriasoftware.swing
-
Preferences for a JInputValidator.
N
- NONE - com.alexandriasoftware.swing.Validation.Type
-
Default state with no validation icon or tool tip displayed.
- NonVerifyingValidator - Class in com.alexandriasoftware.swing
- NonVerifyingValidator(JComponent) - Constructor for class com.alexandriasoftware.swing.NonVerifyingValidator
-
Create a NonVerifyingValidator with the default preferences.
- NonVerifyingValidator(JComponent, boolean) - Constructor for class com.alexandriasoftware.swing.NonVerifyingValidator
-
Create a NonVerifyingValidator with the default preferences.
- NonVerifyingValidator(JComponent, boolean, JInputValidatorPreferences) - Constructor for class com.alexandriasoftware.swing.NonVerifyingValidator
-
Create a NonVerifyingValidator with custom preferences.
R
- removePropertyChangeListener(PropertyChangeListener) - Method in class com.alexandriasoftware.swing.JInputValidator
- removePropertyChangeListener(String, PropertyChangeListener) - Method in class com.alexandriasoftware.swing.JInputValidator
S
- setToolTipText(String) - Method in class com.alexandriasoftware.swing.JInputValidator
-
Set the tool tip text used when the validation state is
Validation.Type.NONE
. - SUCCESS - com.alexandriasoftware.swing.Validation.Type
-
Validation state with a success icon and tool tip.
U
- UNKNOWN - com.alexandriasoftware.swing.Validation.Type
-
Validation state with an unknown icon and tool tip.
V
- Validation - Class in com.alexandriasoftware.swing
-
A Validation is the combination of a validation state and the tool tip to display on the validated component.
- Validation(Validation.Type, String) - Constructor for class com.alexandriasoftware.swing.Validation
-
Create a validation with default preferences.
- Validation(Validation.Type, String, JInputValidatorPreferences) - Constructor for class com.alexandriasoftware.swing.Validation
-
Create a validation with custom preferences.
- Validation.Type - Enum in com.alexandriasoftware.swing
-
The Validation state.
- ValidatorBorder - Class in com.alexandriasoftware.swing.border
-
A CompoundBorder that draws an inner border that contains the validation icon to the right of the input being validated.
- ValidatorBorder(Validation, Border) - Constructor for class com.alexandriasoftware.swing.border.ValidatorBorder
-
Create a ValidatorBorder.
- valueOf(String) - Static method in enum com.alexandriasoftware.swing.Validation.Type
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.alexandriasoftware.swing.Validation.Type
-
Returns an array containing the constants of this enum type, in the order they are declared.
- verify(JComponent) - Method in class com.alexandriasoftware.swing.JInputValidator
-
This implementation, besides verifying if focus can change, redraws the component with a re-evaluated validation state.
- verify(JComponent) - Method in class com.alexandriasoftware.swing.NonVerifyingValidator
-
This implementation, besides verifying if focus can change, redraws the component with a re-evaluated validation state.
- VerifyingValidator - Class in com.alexandriasoftware.swing
-
A
JInputValidator
that uses a standardInputVerifier
to toggle a good/bad state. - VerifyingValidator(JComponent, InputVerifier, Validation) - Constructor for class com.alexandriasoftware.swing.VerifyingValidator
-
Create a VerifyingValidator.
- VerifyingValidator(JComponent, InputVerifier, Validation, boolean) - Constructor for class com.alexandriasoftware.swing.VerifyingValidator
-
Create a VerifyingValidator.
- VerifyingValidator(JComponent, InputVerifier, Validation, Validation, boolean, JInputValidatorPreferences) - Constructor for class com.alexandriasoftware.swing.VerifyingValidator
-
Create a VerifyingValidator.
- VerifyingValidatorBeanInfo - Class in com.alexandriasoftware.swing
-
Provide a graphical editor for
VerifyingValidator
. - VerifyingValidatorBeanInfo() - Constructor for class com.alexandriasoftware.swing.VerifyingValidatorBeanInfo
W
- WARNING - com.alexandriasoftware.swing.Validation.Type
-
Validation state with an warning icon and tool tip.
All Classes All Packages