- AbstractCellIconFeedback<RHI> - Class in com.google.code.validationframework.swing.resulthandler
-
Abstract implementation of a result handler using an
IconComponentDecoration to show feedback to the user on
a table cell.
- AbstractCellIconFeedback(JTable, int, int) - Constructor for class com.google.code.validationframework.swing.resulthandler.AbstractCellIconFeedback
-
Constructor specifying the table and the cell to be decorated.
- AbstractColorFeedback<RHI> - Class in com.google.code.validationframework.swing.resulthandler
-
- AbstractColorFeedback(JComponent) - Constructor for class com.google.code.validationframework.swing.resulthandler.AbstractColorFeedback
-
Constructor specifying the component to attached to.
- AbstractComponentDecoration - Class in com.google.code.validationframework.swing.decoration
-
Abstract implementation of a decoration that can be attached to a component.
- AbstractComponentDecoration(JComponent, AnchorLink) - Constructor for class com.google.code.validationframework.swing.decoration.AbstractComponentDecoration
-
Constructor specifying the component to be decorated and the anchor link between the decorated component and its
decoration.
- AbstractComponentDecoration(JComponent, Anchor, Anchor) - Constructor for class com.google.code.validationframework.swing.decoration.AbstractComponentDecoration
-
Constructor specifying the component to be decorated and the two anchors composing the anchor link between the
decorated component and its decoration.
- AbstractComponentDecoration.DecorationPainter - Class in com.google.code.validationframework.swing.decoration
-
- AbstractComponentDecoration.DecorationPainter() - Constructor for class com.google.code.validationframework.swing.decoration.AbstractComponentDecoration.DecorationPainter
-
Default constructor.
- AbstractComponentProperty<C extends Component,P> - Class in com.google.code.validationframework.swing.property
-
- AbstractComponentProperty(C, String) - Constructor for class com.google.code.validationframework.swing.property.AbstractComponentProperty
-
Constructor specifying the component for which the property applies.
- AbstractComponentResultHandler<RHI> - Class in com.google.code.validationframework.swing.resulthandler
-
- AbstractComponentResultHandler() - Constructor for class com.google.code.validationframework.swing.resulthandler.AbstractComponentResultHandler
-
Default constructor.
- AbstractComponentResultHandler(Component...) - Constructor for class com.google.code.validationframework.swing.resulthandler.AbstractComponentResultHandler
-
- AbstractIconFeedback<RHI> - Class in com.google.code.validationframework.swing.resulthandler
-
Abstract implementation of a result handler using an
IconComponentDecoration to show feedback to the user on
component.
- AbstractIconFeedback(JComponent) - Constructor for class com.google.code.validationframework.swing.resulthandler.AbstractIconFeedback
-
- AbstractStickerFeedback<RHI> - Class in com.google.code.validationframework.swing.resulthandler
-
Abstract implementation of a sticker feedback showing a permanent tooltip on the right side of a component.
- AbstractStickerFeedback(JComponent) - Constructor for class com.google.code.validationframework.swing.resulthandler.AbstractStickerFeedback
-
Constructor attaching the tooltip sticker to the specified component.
- action - Variable in class com.google.code.validationframework.swing.property.ActionProperty
-
Action to track the bean property of.
- actionPerformed(ActionEvent) - Method in class com.google.code.validationframework.swing.trigger.ActionTrigger
-
- ActionProperty<P> - Class in com.google.code.validationframework.swing.property
-
Implementation of a readable/writable property representing a bean property of an
Action that can be tracked
using a
PropertyChangeListener.
- ActionProperty(Action, String) - Constructor for class com.google.code.validationframework.swing.property.ActionProperty
-
Constructor specifying the action for which the property applies.
- ActionTrigger - Class in com.google.code.validationframework.swing.trigger
-
Trigger initiating the validation when an action is performed.
- ActionTrigger() - Constructor for class com.google.code.validationframework.swing.trigger.ActionTrigger
-
- ActionTrigger(String) - Constructor for class com.google.code.validationframework.swing.trigger.ActionTrigger
-
- ActionTrigger(String, Icon) - Constructor for class com.google.code.validationframework.swing.trigger.ActionTrigger
-
- addComponent(Component) - Method in class com.google.code.validationframework.swing.resulthandler.AbstractComponentResultHandler
-
- addKeyStroke(KeyStroke) - Method in class com.google.code.validationframework.swing.trigger.BaseComponentKeyStrokeTrigger
-
Adds a key stroke for which the validation will be triggered.
- addTriggerListener(TriggerListener) - Method in class com.google.code.validationframework.swing.trigger.ActionTrigger
-
- ALL_COLUMNS - Static variable in class com.google.code.validationframework.swing.trigger.JTableComboBoxEditorModelChangedTrigger
-
Constant representing any column.
- ALL_COLUMNS - Static variable in class com.google.code.validationframework.swing.trigger.JTableTextEditorDocumentChangedTrigger
-
Constant representing any column.
- ALL_ROWS - Static variable in class com.google.code.validationframework.swing.trigger.JTableComboBoxEditorModelChangedTrigger
-
Constant representing any row.
- ALL_ROWS - Static variable in class com.google.code.validationframework.swing.trigger.JTableTextEditorDocumentChangedTrigger
-
Constant representing any row.
- alphaBlend(Color, Color) - Static method in class com.google.code.validationframework.swing.utils.ColorUtils
-
Blends the two colors taking into account their alpha.
If one of the two input colors implements the
UIResource interface, the result color will also implement this interface.
- Anchor - Class in com.google.code.validationframework.swing.decoration.anchor
-
Entity representing an anchor.
- Anchor(Anchor) - Constructor for class com.google.code.validationframework.swing.decoration.anchor.Anchor
-
Constructor specifying an anchor to copy from.
- Anchor(float, float) - Constructor for class com.google.code.validationframework.swing.decoration.anchor.Anchor
-
Anchor specifying the relative positions on the X axis and Y axis.
- Anchor(float, int, float, int) - Constructor for class com.google.code.validationframework.swing.decoration.anchor.Anchor
-
Anchor specifying the relative positions and offsets on the X axis and Y axis.
- AnchorLink - Class in com.google.code.validationframework.swing.decoration.anchor
-
Pair of anchors.
Typically, this can be used to match an anchor point on a decorated component (master anchor) to
an anchor point on its decoration (slave anchor).
- AnchorLink(AnchorLink) - Constructor for class com.google.code.validationframework.swing.decoration.anchor.AnchorLink
-
Constructor specifying the anchor link to get the master and slave anchors from.
- AnchorLink(Anchor, Anchor) - Constructor for class com.google.code.validationframework.swing.decoration.anchor.AnchorLink
-
Constructor specifying the master and slave anchors.
- attach(JComponent, AnchorLink) - Method in class com.google.code.validationframework.swing.resulthandler.AbstractCellIconFeedback
-
- attach(JComponent) - Method in class com.google.code.validationframework.swing.resulthandler.AbstractColorFeedback
-
Attaches the feedback to the specified component.
- attach(JComponent) - Method in class com.google.code.validationframework.swing.resulthandler.AbstractIconFeedback
-
- attach(JComponent, AnchorLink) - Method in class com.google.code.validationframework.swing.resulthandler.AbstractIconFeedback
-
- attach(JComponent) - Method in class com.google.code.validationframework.swing.resulthandler.AbstractStickerFeedback
-
Attaches the tooltip sticker to the specified component.
- getAnchorLink() - Method in class com.google.code.validationframework.swing.decoration.AbstractComponentDecoration
-
Gets the anchor link between the decorated component and its decoration.
- getAnchorLink() - Method in class com.google.code.validationframework.swing.resulthandler.AbstractCellIconFeedback
-
Gets the anchor link between the cell and its decoration.
- getAnchorLink() - Method in class com.google.code.validationframework.swing.resulthandler.AbstractIconFeedback
-
- getAnchorLinkWithToolTip() - Method in class com.google.code.validationframework.swing.decoration.IconComponentDecoration
-
Gets the anchor link used to slave the tooltip to this decoration.
- getAnchorPoint(Dimension) - Method in class com.google.code.validationframework.swing.decoration.anchor.Anchor
-
Retrieves a point on an object of the specified size.
- getAnchorPoint(int, int) - Method in class com.google.code.validationframework.swing.decoration.anchor.Anchor
-
Retrieves a point on an object of the specified size.
- getBackground() - Method in class com.google.code.validationframework.swing.resulthandler.AbstractColorFeedback
-
- getCellColumnIndex() - Method in class com.google.code.validationframework.swing.resulthandler.AbstractCellIconFeedback
-
Gets the column model index of the decorated cell.
- getCellRowIndex() - Method in class com.google.code.validationframework.swing.resulthandler.AbstractCellIconFeedback
-
Gets the row model index of the decorated cell.
- getClipBounds() - Method in class com.google.code.validationframework.swing.decoration.AbstractComponentDecoration.DecorationPainter
-
Gets the clipping bounds of the decoration.
- getClippingAncestor() - Method in class com.google.code.validationframework.swing.decoration.AbstractComponentDecoration
-
Gets the custom clipping ancestor component that will be used to clip the decoration.
- getClippingAncestor() - Method in class com.google.code.validationframework.swing.resulthandler.AbstractIconFeedback
-
- getColumn() - Method in class com.google.code.validationframework.swing.type.CellPosition
-
Gets the column index of the cell.
- getComponent() - Method in class com.google.code.validationframework.swing.dataprovider.BaseJTextComponentTextProvider
-
Gets the component providing the data to be validated.
- getComponent() - Method in class com.google.code.validationframework.swing.dataprovider.BaseJToggleButtonValueProvider
-
Gets the component providing the data to be validated.
- getComponent() - Method in class com.google.code.validationframework.swing.dataprovider.ButtonGroupSelectedButtonModelProvider
-
Gets the component providing the data to be validated.
- getComponent() - Method in class com.google.code.validationframework.swing.dataprovider.ButtonGroupSelectedIndexProvider
-
Gets the component providing the data to be validated.
- getComponent() - Method in class com.google.code.validationframework.swing.dataprovider.JComboBoxSelectedIndexProvider
-
Gets the component providing the data to be validated.
- getComponent() - Method in class com.google.code.validationframework.swing.dataprovider.JComboBoxSelectedValueProvider
-
Gets the component providing the data to be validated.
- getComponent() - Method in class com.google.code.validationframework.swing.dataprovider.JFormattedTextFieldLastValidValueProvider
-
Gets the component providing the data to be validated.
- getComponent() - Method in class com.google.code.validationframework.swing.dataprovider.JFormattedTextFieldValueProvider
-
Gets the component providing the data to be validated.
- getComponent() - Method in class com.google.code.validationframework.swing.dataprovider.JListSelectedIndexProvider
-
Gets the component providing the data to be validated.
- getComponent() - Method in class com.google.code.validationframework.swing.dataprovider.JListSelectedIndicesProvider
-
Gets the component providing the data to be validated.
- getComponent() - Method in class com.google.code.validationframework.swing.dataprovider.JListSelectedValueProvider
-
Gets the component providing the data to be validated.
- getComponent() - Method in class com.google.code.validationframework.swing.dataprovider.JListSelectedValuesProvider
-
Gets the component providing the data to be validated.
- getComponent() - Method in class com.google.code.validationframework.swing.dataprovider.JPasswordFieldPasswordProvider
-
Gets the component providing the data to be validated.
- getComponent() - Method in class com.google.code.validationframework.swing.dataprovider.JSliderValueProvider
-
Gets the component providing the data to be validated.
- getComponent() - Method in class com.google.code.validationframework.swing.dataprovider.JSpinnerEditorTextProvider
-
Gets the component providing the data to be validated.
- getComponent() - Method in class com.google.code.validationframework.swing.dataprovider.JSpinnerEditorValueProvider
-
Gets the component providing the data to be validated.
- getComponent() - Method in class com.google.code.validationframework.swing.dataprovider.JSpinnerModelValueProvider
-
Gets the component providing the data to be validated.
- getComponent() - Method in class com.google.code.validationframework.swing.dataprovider.JTableComboBoxEditorSelectedIndexProvider
-
Gets the component providing the data to be validated.
- getComponent() - Method in class com.google.code.validationframework.swing.dataprovider.JTableComboBoxEditorSelectedValueProvider
-
Gets the component providing the data to be validated.
- getComponent() - Method in class com.google.code.validationframework.swing.dataprovider.JTableTextEditorTextProvider
-
Gets the component providing the data to be validated.
- getComponent() - Method in class com.google.code.validationframework.swing.dataprovider.JTableTextEditorValueProvider
-
Gets the component providing the data to be validated.
- getComponent() - Method in class com.google.code.validationframework.swing.rule.JFormattedTextFieldFormatterRule
-
Gets the formatted textfield whose formatter is to be checked.
- getComponent() - Method in class com.google.code.validationframework.swing.rule.JSpinnerFormatterRule
-
Gets the spinner whose formatter is to be checked.
- getComponent() - Method in class com.google.code.validationframework.swing.trigger.BaseComponentKeyStrokeTrigger
-
Gets the source component.
- getComponent() - Method in class com.google.code.validationframework.swing.trigger.BaseComponentPropertyChangedTrigger
-
Gets the source component.
- getComponent() - Method in class com.google.code.validationframework.swing.trigger.BaseJComponentFocusGainedTrigger
-
Gets the source component.
- getComponent() - Method in class com.google.code.validationframework.swing.trigger.BaseJComponentFocusLostTrigger
-
Gets the source component.
- getComponent() - Method in class com.google.code.validationframework.swing.trigger.BaseJTextComponentDocumentChangedTrigger
-
Gets the source component.
- getComponent() - Method in class com.google.code.validationframework.swing.trigger.BaseJToggleButtonModelChangedTrigger
-
Gets the source component.
- getComponent() - Method in class com.google.code.validationframework.swing.trigger.JButtonActionTrigger
-
Gets the source component.
- getComponent() - Method in class com.google.code.validationframework.swing.trigger.JComboBoxCanceledTrigger
-
Gets the source component.
- getComponent() - Method in class com.google.code.validationframework.swing.trigger.JComboBoxClosedTrigger
-
Gets the source component.
- getComponent() - Method in class com.google.code.validationframework.swing.trigger.JComboBoxModelChangedTrigger
-
Gets the source component.
- getComponent() - Method in class com.google.code.validationframework.swing.trigger.JComboBoxOpenedTrigger
-
Gets the source component.
- getComponent() - Method in class com.google.code.validationframework.swing.trigger.JListModelChangedTrigger
-
Gets the source component.
- getComponent() - Method in class com.google.code.validationframework.swing.trigger.JListSelectionChangedTrigger
-
Gets the source component.
- getComponent() - Method in class com.google.code.validationframework.swing.trigger.JSliderModelChangedTrigger
-
Gets the source component.
- getComponent() - Method in class com.google.code.validationframework.swing.trigger.JSpinnerModelChangedTrigger
-
Gets the source component.
- getComponent() - Method in class com.google.code.validationframework.swing.trigger.JTableComboBoxEditorModelChangedTrigger
-
Gets the source component.
- getComponent() - Method in class com.google.code.validationframework.swing.trigger.JTableTextEditorDocumentChangedTrigger
-
Gets the source component.
- getData() - Method in class com.google.code.validationframework.swing.dataprovider.BaseJTextComponentTextProvider
-
- getData() - Method in class com.google.code.validationframework.swing.dataprovider.BaseJToggleButtonValueProvider
-
- getData() - Method in class com.google.code.validationframework.swing.dataprovider.ButtonGroupSelectedButtonModelProvider
-
- getData() - Method in class com.google.code.validationframework.swing.dataprovider.ButtonGroupSelectedIndexProvider
-
- getData() - Method in class com.google.code.validationframework.swing.dataprovider.JComboBoxSelectedIndexProvider
-
- getData() - Method in class com.google.code.validationframework.swing.dataprovider.JComboBoxSelectedValueProvider
-
- getData() - Method in class com.google.code.validationframework.swing.dataprovider.JFormattedTextFieldLastValidValueProvider
-
- getData() - Method in class com.google.code.validationframework.swing.dataprovider.JFormattedTextFieldValueProvider
-
- getData() - Method in class com.google.code.validationframework.swing.dataprovider.JListSelectedIndexProvider
-
- getData() - Method in class com.google.code.validationframework.swing.dataprovider.JListSelectedIndicesProvider
-
- getData() - Method in class com.google.code.validationframework.swing.dataprovider.JListSelectedValueProvider
-
- getData() - Method in class com.google.code.validationframework.swing.dataprovider.JListSelectedValuesProvider
-
- getData() - Method in class com.google.code.validationframework.swing.dataprovider.JPasswordFieldPasswordProvider
-
- getData() - Method in class com.google.code.validationframework.swing.dataprovider.JSliderValueProvider
-
- getData() - Method in class com.google.code.validationframework.swing.dataprovider.JSpinnerEditorTextProvider
-
- getData() - Method in class com.google.code.validationframework.swing.dataprovider.JSpinnerEditorValueProvider
-
- getData() - Method in class com.google.code.validationframework.swing.dataprovider.JSpinnerModelValueProvider
-
- getData() - Method in class com.google.code.validationframework.swing.dataprovider.JTableComboBoxEditorSelectedIndexProvider
-
- getData() - Method in class com.google.code.validationframework.swing.dataprovider.JTableComboBoxEditorSelectedValueProvider
-
- getData() - Method in class com.google.code.validationframework.swing.dataprovider.JTableTextEditorTextProvider
-
- getData() - Method in class com.google.code.validationframework.swing.dataprovider.JTableTextEditorValueProvider
-
- getDecoratedComponent() - Method in class com.google.code.validationframework.swing.decoration.AbstractComponentDecoration
-
Gets the decorated component to which the decoration is attached.
- getDecoratedComponent() - Method in class com.google.code.validationframework.swing.resulthandler.AbstractIconFeedback
-
- getForeground() - Method in class com.google.code.validationframework.swing.resulthandler.AbstractColorFeedback
-
- getFormatter() - Method in class com.google.code.validationframework.swing.dataprovider.JSpinnerEditorValueProvider
-
Retrieves the formatter currently in the text component of the spinner, if any.
- getHeight() - Method in class com.google.code.validationframework.swing.decoration.AbstractComponentDecoration.DecorationPainter
-
Returns the height of the decoration.
- getHeight() - Method in class com.google.code.validationframework.swing.decoration.AbstractComponentDecoration
-
Returns the height of the decoration.
- getHeight() - Method in class com.google.code.validationframework.swing.decoration.IconComponentDecoration
-
- getIcon() - Method in class com.google.code.validationframework.swing.decoration.IconComponentDecoration
-
Gets the decoration icon.
- getIcon() - Method in class com.google.code.validationframework.swing.resulthandler.AbstractIconFeedback
-
- getInvalidIcon() - Method in class com.google.code.validationframework.swing.resulthandler.bool.CellIconBooleanFeedback
-
- getInvalidIcon() - Method in class com.google.code.validationframework.swing.resulthandler.bool.IconBooleanFeedback
-
Gets the icon used for invalid results.
- getInvalidText() - Method in class com.google.code.validationframework.swing.resulthandler.bool.CellIconBooleanFeedback
-
- getInvalidText() - Method in class com.google.code.validationframework.swing.resulthandler.bool.IconBooleanFeedback
-
Gets the tooltip text for the invalid icon.
- getKeyStokes() - Method in class com.google.code.validationframework.swing.trigger.BaseComponentKeyStrokeTrigger
-
Gets the key strokes for which the validation will be triggered.
- getMasterAnchor() - Method in class com.google.code.validationframework.swing.decoration.anchor.AnchorLink
-
Gets the master anchor.
- getOffsetX() - Method in class com.google.code.validationframework.swing.decoration.anchor.Anchor
-
- getOffsetY() - Method in class com.google.code.validationframework.swing.decoration.anchor.Anchor
-
- getPaintWhenDisabled() - Method in class com.google.code.validationframework.swing.decoration.AbstractComponentDecoration
-
States whether the decoration is painted (shown) even when the decorated component is disabled.
- getPropertyValueFromAction() - Method in class com.google.code.validationframework.swing.property.ActionProperty
-
- getPropertyValueFromComponent() - Method in class com.google.code.validationframework.swing.property.AbstractComponentProperty
-
- getPropertyValueFromComponent() - Method in class com.google.code.validationframework.swing.property.ComponentBackgroundProperty
-
- getPropertyValueFromComponent() - Method in class com.google.code.validationframework.swing.property.ComponentEnabledProperty
-
- getPropertyValueFromComponent() - Method in class com.google.code.validationframework.swing.property.ComponentForegroundProperty
-
- getPropertyValueFromComponent() - Method in class com.google.code.validationframework.swing.property.ComponentMaximumSizeProperty
-
- getPropertyValueFromComponent() - Method in class com.google.code.validationframework.swing.property.ComponentMinimumSizeProperty
-
- getPropertyValueFromComponent() - Method in class com.google.code.validationframework.swing.property.ComponentPreferredSizeProperty
-
- getPropertyValueFromComponent() - Method in class com.google.code.validationframework.swing.property.JButtonIconProperty
-
- getPropertyValueFromComponent() - Method in class com.google.code.validationframework.swing.property.JButtonMnemonicProperty
-
- getPropertyValueFromComponent() - Method in class com.google.code.validationframework.swing.property.JButtonTextProperty
-
- getPropertyValueFromComponent() - Method in class com.google.code.validationframework.swing.property.JComponentToolTipTextProperty
-
- getPropertyValueFromComponent() - Method in class com.google.code.validationframework.swing.property.JDialogTitleProperty
-
- getPropertyValueFromComponent() - Method in class com.google.code.validationframework.swing.property.JFormattedTextFieldValueProperty
-
- getPropertyValueFromComponent() - Method in class com.google.code.validationframework.swing.property.JFrameTitleProperty
-
- getPropertyValueFromComponent() - Method in class com.google.code.validationframework.swing.property.JLabelDisplayedMnemonicProperty
-
- getPropertyValueFromComponent() - Method in class com.google.code.validationframework.swing.property.JLabelIconProperty
-
- getPropertyValueFromComponent() - Method in class com.google.code.validationframework.swing.property.JLabelTextProperty
-
- getPropertyValueFromComponent() - Method in class com.google.code.validationframework.swing.property.JTextComponentEditableProperty
-
- getPropertyValueFromComponent() - Method in class com.google.code.validationframework.swing.property.WindowResizableProperty
-
- getRelativeSlaveLocation(Component, Component) - Method in class com.google.code.validationframework.swing.decoration.anchor.AnchorLink
-
Computes the location of the specified component that is slaved to the specified master component using this
anchor link.
- getRelativeSlaveLocation(Dimension, Dimension) - Method in class com.google.code.validationframework.swing.decoration.anchor.AnchorLink
-
Computes the location of the slave component (whose size is specified) that is slaved to the master component
(whose size is specified) using this anchor link.
- getRelativeSlaveLocation(int, int, int, int) - Method in class com.google.code.validationframework.swing.decoration.anchor.AnchorLink
-
Computes the location of the slave component (whose size is specified) that is slaved to the master component
(whose size is specified) using this anchor link.
- getRelativeX() - Method in class com.google.code.validationframework.swing.decoration.anchor.Anchor
-
Gets the relative position in percentage relatively to the origin and length on the X axis.
- getRelativeY() - Method in class com.google.code.validationframework.swing.decoration.anchor.Anchor
-
Gets the relative position in percentage relatively to the origin and length on the Y axis.
- getRow() - Method in class com.google.code.validationframework.swing.type.CellPosition
-
Gets the row index of the cell.
- getSlaveAnchor() - Method in class com.google.code.validationframework.swing.decoration.anchor.AnchorLink
-
Gets the slave anchor.
- getText() - Method in class com.google.code.validationframework.swing.dataprovider.JSpinnerEditorValueProvider
-
Retrieves the text currently in the text component of the spinner, if any.
- getText() - Method in class com.google.code.validationframework.swing.decoration.support.ToolTipDialog
-
- getText() - Method in class com.google.code.validationframework.swing.decoration.support.TransparentToolTipDialog
-
Gets the text displayed as a tooltip.
- getToolTipText() - Method in class com.google.code.validationframework.swing.decoration.IconComponentDecoration
-
Gets the text for the tooltip to be used on this decoration.
- getToolTipText() - Method in class com.google.code.validationframework.swing.resulthandler.AbstractIconFeedback
-
- getToolTipText() - Method in class com.google.code.validationframework.swing.resulthandler.AbstractStickerFeedback
-
Gets the tooltip text to be displayed.
- getValidIcon() - Method in class com.google.code.validationframework.swing.resulthandler.bool.CellIconBooleanFeedback
-
- getValidIcon() - Method in class com.google.code.validationframework.swing.resulthandler.bool.IconBooleanFeedback
-
Gets the icon used for valid results.
- getValidText() - Method in class com.google.code.validationframework.swing.resulthandler.bool.CellIconBooleanFeedback
-
- getValidText() - Method in class com.google.code.validationframework.swing.resulthandler.bool.IconBooleanFeedback
-
Gets the tooltip text for the valid icon.
- getValue() - Method in class com.google.code.validationframework.swing.property.AbstractComponentProperty
-
- getValue() - Method in class com.google.code.validationframework.swing.property.ActionProperty
-
- getValue() - Method in class com.google.code.validationframework.swing.property.ButtonPressedProperty
-
- getValue() - Method in class com.google.code.validationframework.swing.property.ComponentFocusedProperty
-
- getValue() - Method in class com.google.code.validationframework.swing.property.ComponentLocationProperty
-
- getValue() - Method in class com.google.code.validationframework.swing.property.ComponentRolloverProperty
-
- getValue() - Method in class com.google.code.validationframework.swing.property.ComponentSizeProperty
-
- getValue() - Method in class com.google.code.validationframework.swing.property.ComponentVisibleProperty
-
- getValue() - Method in class com.google.code.validationframework.swing.property.JComboBoxSelectedIndexProperty
-
- getValue() - Method in class com.google.code.validationframework.swing.property.JComboBoxSelectedValueProperty
-
- getValue() - Method in class com.google.code.validationframework.swing.property.JListSelectedItemCountProperty
-
- getValue() - Method in class com.google.code.validationframework.swing.property.JTableEditingProperty
-
- getValue() - Method in class com.google.code.validationframework.swing.property.JTableRolloverCellProperty
-
- getValue() - Method in class com.google.code.validationframework.swing.property.JTableRowCountProperty
-
- getValue() - Method in class com.google.code.validationframework.swing.property.JTableSelectedRowCountProperty
-
- getValue() - Method in class com.google.code.validationframework.swing.property.JTableSelectedRowIndexProperty
-
- getValue() - Method in class com.google.code.validationframework.swing.property.JTextComponentTextProperty
-
- getValue() - Method in class com.google.code.validationframework.swing.property.JToggleButtonSelectedProperty
-
- getValue() - Method in class com.google.code.validationframework.swing.property.wrap.InvokeLaterPropertyWrapper
-
- getWidth() - Method in class com.google.code.validationframework.swing.decoration.AbstractComponentDecoration.DecorationPainter
-
Returns the width of the decoration.
- getWidth() - Method in class com.google.code.validationframework.swing.decoration.AbstractComponentDecoration
-
Returns the width of the decoration.
- getWidth() - Method in class com.google.code.validationframework.swing.decoration.IconComponentDecoration
-
- IconBooleanFeedback - Class in com.google.code.validationframework.swing.resulthandler.bool
-
Concrete implementation of an icon feedback result handler handling boolean results.
- IconBooleanFeedback(JComponent) - Constructor for class com.google.code.validationframework.swing.resulthandler.bool.IconBooleanFeedback
-
Constructor specifying the component to which the decoration will be attached.
By default, the decoration will
show the default valid and invalid icons without any tooltip.
- IconBooleanFeedback(JComponent, String) - Constructor for class com.google.code.validationframework.swing.resulthandler.bool.IconBooleanFeedback
-
Constructor specifying the component to which the decoration will be attached and the tooltip text for the
invalid icon.
By default, the decoration will use the default invalid icon, but will have no valid icon.
- IconBooleanFeedback(JComponent, Icon, String) - Constructor for class com.google.code.validationframework.swing.resulthandler.bool.IconBooleanFeedback
-
Constructor specifying the component to which the decoration will be attached, as well as the invalid icon and
its tooltip text.
By default, the decoration will have no valid icon.
- IconBooleanFeedback(JComponent, Icon, Icon) - Constructor for class com.google.code.validationframework.swing.resulthandler.bool.IconBooleanFeedback
-
Constructor specifying the component to which the decoration will be attached, as well as the valid and invalid
icons.
By default, the icons will have no tooltip.
- IconBooleanFeedback(JComponent, String, String) - Constructor for class com.google.code.validationframework.swing.resulthandler.bool.IconBooleanFeedback
-
Constructor specifying the component to which the decoration will be attached, as well as the tooltip texts for
the valid and invalid icons.
The default valid and invalid icons will be used.
- IconBooleanFeedback(JComponent, Icon, String, Icon, String) - Constructor for class com.google.code.validationframework.swing.resulthandler.bool.IconBooleanFeedback
-
Constructor specifying the component to which the decoration will be attached, as well as the valid and invalid
icons and their tooltip texts.
- IconComponentDecoration - Class in com.google.code.validationframework.swing.decoration
-
Component decoration showing an icon, possibly with a tooltip.
- IconComponentDecoration(JComponent) - Constructor for class com.google.code.validationframework.swing.decoration.IconComponentDecoration
-
Constructor specifying the component to be decorated.
- IconComponentDecoration(JComponent, AnchorLink) - Constructor for class com.google.code.validationframework.swing.decoration.IconComponentDecoration
-
Constructor specifying the component to be decorated and the anchor link with its owner (the decorated
component).
- IconComponentDecoration(JComponent, Anchor, Anchor) - Constructor for class com.google.code.validationframework.swing.decoration.IconComponentDecoration
-
Constructor specifying the component to be decorated and the anchor link with its owner (the decorated
component).
- IconComponentDecoration(JComponent, Icon) - Constructor for class com.google.code.validationframework.swing.decoration.IconComponentDecoration
-
Constructor specifying the component to be decorated and the anchor link with its owner (the decorated
component).
- IconComponentDecoration(JComponent, AnchorLink, Icon) - Constructor for class com.google.code.validationframework.swing.decoration.IconComponentDecoration
-
Constructor specifying the component to be decorated and the anchor link with its owner (the decorated
component).
- IconUtils - Class in com.google.code.validationframework.swing.decoration.utils
-
Utility class for handling icons.
- InvokeLaterPropertyWrapper<R> - Class in com.google.code.validationframework.swing.property.wrap
-
Wrapper for ReadableProperty that postpones the notifications of the ValueChangeListeners later on
the EDT.
- InvokeLaterPropertyWrapper(ReadableProperty<R>) - Constructor for class com.google.code.validationframework.swing.property.wrap.InvokeLaterPropertyWrapper
-
Constructor specifying the property to be wrapped.
- InvokeLaterResultHandler<RHI> - Class in com.google.code.validationframework.swing.resulthandler
-
Result handler wrapper to re-schedule the handling of the result by the wrapped result handler on the Event Dispatch
Thread.
- InvokeLaterResultHandler(ResultHandler<RHI>) - Constructor for class com.google.code.validationframework.swing.resulthandler.InvokeLaterResultHandler
-
Constructor specifying the wrapped result handler to be re-scheduled.
- InvokeLaterResultHandler(ResultHandler<RHI>, boolean) - Constructor for class com.google.code.validationframework.swing.resulthandler.InvokeLaterResultHandler
-
Constructor specifying the wrapped result handler to be re-scheduled and whether re-scheduling should occur even
if already on the EDT.
- InvokeLaterTrigger - Class in com.google.code.validationframework.swing.trigger
-
Trigger wrapper to re-schedule the wrapped trigger on the Event Dispatch Thread.
- InvokeLaterTrigger(Trigger) - Constructor for class com.google.code.validationframework.swing.trigger.InvokeLaterTrigger
-
Constructor specifying the wrapped trigger to be rescheduled.
- InvokeLaterTrigger(Trigger, boolean) - Constructor for class com.google.code.validationframework.swing.trigger.InvokeLaterTrigger
-
Constructor specifying the wrapped trigger and whether to re-schedule on the EDT even if the wrapped trigger is
already initiated on the EDT.
- isRolloverAnimated() - Method in class com.google.code.validationframework.swing.decoration.support.ToolTipDialog
-
- isRolloverAnimated() - Method in class com.google.code.validationframework.swing.decoration.support.TransparentToolTipDialog
-
States whether the rollover state is animated.
- isVisible() - Method in class com.google.code.validationframework.swing.decoration.AbstractComponentDecoration
-
States whether the decoration is visible or not.
- JButtonActionTrigger - Class in com.google.code.validationframework.swing.trigger
-
- JButtonActionTrigger(JButton) - Constructor for class com.google.code.validationframework.swing.trigger.JButtonActionTrigger
-
- JButtonIconProperty - Class in com.google.code.validationframework.swing.property
-
Readable/writable property representing the icon bean property of a
JButton.
- JButtonIconProperty(JButton) - Constructor for class com.google.code.validationframework.swing.property.JButtonIconProperty
-
- JButtonMnemonicProperty - Class in com.google.code.validationframework.swing.property
-
Readable/writable property representing the mnemonic bean property of a
JButton.
- JButtonMnemonicProperty(JButton) - Constructor for class com.google.code.validationframework.swing.property.JButtonMnemonicProperty
-
- JButtonPressedProperty - Class in com.google.code.validationframework.swing.property
-
Read-only property representing the pressed state of a
JButton.
- JButtonPressedProperty(JButton) - Constructor for class com.google.code.validationframework.swing.property.JButtonPressedProperty
-
- JButtonTextProperty - Class in com.google.code.validationframework.swing.property
-
Readable/writable property representing the text bean property of a
JButton.
- JButtonTextProperty(JButton) - Constructor for class com.google.code.validationframework.swing.property.JButtonTextProperty
-
- JCheckBoxModelChangedTrigger - Class in com.google.code.validationframework.swing.trigger
-
Trigger initiating the validation whenever the model of a checkbox is changed.
It is provided for convenience over
the
BaseJToggleButtonModelChangedTrigger to make it easier to find while building the validators.
- JCheckBoxModelChangedTrigger(JCheckBox) - Constructor for class com.google.code.validationframework.swing.trigger.JCheckBoxModelChangedTrigger
-
- JCheckBoxValueProvider - Class in com.google.code.validationframework.swing.dataprovider
-
Data provider retrieving the selection state from a checkbox.
It is provided for convenience over the
BaseJToggleButtonValueProvider to make it easier to find when building validators.
- JCheckBoxValueProvider(JCheckBox) - Constructor for class com.google.code.validationframework.swing.dataprovider.JCheckBoxValueProvider
-
- JComboBoxCanceledTrigger - Class in com.google.code.validationframework.swing.trigger
-
Trigger initiating the validation when the combobox popup menu is canceled.
- JComboBoxCanceledTrigger(JComboBox) - Constructor for class com.google.code.validationframework.swing.trigger.JComboBoxCanceledTrigger
-
Constructor specifying the source combobox that will trigger the validation.
- JComboBoxCanceledTrigger(JComboBox, UncheckedExceptionHandler) - Constructor for class com.google.code.validationframework.swing.trigger.JComboBoxCanceledTrigger
-
Constructor specifying the source combobox that will trigger the validation.
- JComboBoxClosedTrigger - Class in com.google.code.validationframework.swing.trigger
-
Trigger initiating the validation when the combobox popup menu is canceled.
- JComboBoxClosedTrigger(JComboBox) - Constructor for class com.google.code.validationframework.swing.trigger.JComboBoxClosedTrigger
-
Constructor specifying the source combobox that will trigger the validation.
- JComboBoxClosedTrigger(JComboBox, UncheckedExceptionHandler) - Constructor for class com.google.code.validationframework.swing.trigger.JComboBoxClosedTrigger
-
Constructor specifying the source combobox that will trigger the validation.
- JComboBoxModelChangedTrigger - Class in com.google.code.validationframework.swing.trigger
-
Trigger initiating the validation when the combobox popup menu is canceled.
- JComboBoxModelChangedTrigger(JComboBox) - Constructor for class com.google.code.validationframework.swing.trigger.JComboBoxModelChangedTrigger
-
Constructor specifying the source combobox that will trigger the validation.
- JComboBoxModelChangedTrigger(JComboBox, UncheckedExceptionHandler) - Constructor for class com.google.code.validationframework.swing.trigger.JComboBoxModelChangedTrigger
-
Constructor specifying the source combobox that will trigger the validation.
- JComboBoxOpenedTrigger - Class in com.google.code.validationframework.swing.trigger
-
Trigger initiating the validation when the combobox popup menu is canceled.
- JComboBoxOpenedTrigger(JComboBox) - Constructor for class com.google.code.validationframework.swing.trigger.JComboBoxOpenedTrigger
-
Constructor specifying the source combobox that will trigger the validation.
- JComboBoxOpenedTrigger(JComboBox, UncheckedExceptionHandler) - Constructor for class com.google.code.validationframework.swing.trigger.JComboBoxOpenedTrigger
-
Constructor specifying the source combobox that will trigger the validation.
- JComboBoxSelectedIndexProperty - Class in com.google.code.validationframework.swing.property
-
Readable/writable property representing the selected index of a
JComboBox.
- JComboBoxSelectedIndexProperty(JComboBox) - Constructor for class com.google.code.validationframework.swing.property.JComboBoxSelectedIndexProperty
-
Constructor specifying the component for which the property applies.
- JComboBoxSelectedIndexProvider - Class in com.google.code.validationframework.swing.dataprovider
-
Data provider retrieving the selected index of a combobox.
- JComboBoxSelectedIndexProvider(JComboBox) - Constructor for class com.google.code.validationframework.swing.dataprovider.JComboBoxSelectedIndexProvider
-
Constructor specifying the combobox to get the selected index from.
- JComboBoxSelectedValueProperty<T> - Class in com.google.code.validationframework.swing.property
-
Readable/writable property representing the selected value of a
JComboBox.
- JComboBoxSelectedValueProperty(JComboBox) - Constructor for class com.google.code.validationframework.swing.property.JComboBoxSelectedValueProperty
-
Constructor specifying the component for which the property applies.
- JComboBoxSelectedValueProvider<DPO> - Class in com.google.code.validationframework.swing.dataprovider
-
Data provider retrieving the selected value of a combobox.
- JComboBoxSelectedValueProvider(JComboBox) - Constructor for class com.google.code.validationframework.swing.dataprovider.JComboBoxSelectedValueProvider
-
Constructor specifying the combobox to get the selected value from.
- JComboBoxSelectedValueProvider(JComboBox, Transformer<Object, DPO>) - Constructor for class com.google.code.validationframework.swing.dataprovider.JComboBoxSelectedValueProvider
-
Constructor specifying the combobox to get the selected value from, and the transformer to convert the combobox
value to DPO.
- JComponentFocusGainedTrigger - Class in com.google.code.validationframework.swing.trigger
-
Convenience class for triggers on focus gain by a
JComponent.
- JComponentFocusGainedTrigger(JComponent) - Constructor for class com.google.code.validationframework.swing.trigger.JComponentFocusGainedTrigger
-
Constructor specified the component whose focus is to be tracked.
- JComponentFocusLostTrigger - Class in com.google.code.validationframework.swing.trigger
-
Convenience class for triggers on focus loss by a
JComponent.
- JComponentFocusLostTrigger(JComponent) - Constructor for class com.google.code.validationframework.swing.trigger.JComponentFocusLostTrigger
-
Constructor specified the component whose focus is to be tracked.
- JComponentToolTipTextProperty - Class in com.google.code.validationframework.swing.property
-
Readable/writable property representing the tooltip text client property of a
JComponent.
- JComponentToolTipTextProperty(JComponent) - Constructor for class com.google.code.validationframework.swing.property.JComponentToolTipTextProperty
-
- JDialogTitleProperty - Class in com.google.code.validationframework.swing.property
-
Readable/writable property representing the title bean property of a
JDialog.
- JDialogTitleProperty(JDialog) - Constructor for class com.google.code.validationframework.swing.property.JDialogTitleProperty
-
- JEditorPaneDocumentChangedTrigger - Class in com.google.code.validationframework.swing.trigger
-
Convenience trigger that initiates the validation whenever the document of an editor pane is modified.
- JEditorPaneDocumentChangedTrigger(JEditorPane) - Constructor for class com.google.code.validationframework.swing.trigger.JEditorPaneDocumentChangedTrigger
-
Constructor specifying the editor pane to listen to.
- JEditorPaneTextProvider - Class in com.google.code.validationframework.swing.dataprovider
-
Data provider retrieving the text from an editor pane.
It is provided for convenience over the
BaseJTextComponentTextProvider to make it easier to find when building validators.
- JEditorPaneTextProvider(JEditorPane) - Constructor for class com.google.code.validationframework.swing.dataprovider.JEditorPaneTextProvider
-
- JFormattedTextFieldDocumentChangedTrigger - Class in com.google.code.validationframework.swing.trigger
-
Convenience trigger that initiates the validation whenever the document of a formatted textfield is modified.
- JFormattedTextFieldDocumentChangedTrigger(JFormattedTextField) - Constructor for class com.google.code.validationframework.swing.trigger.JFormattedTextFieldDocumentChangedTrigger
-
Constructor specifying the formatted textfield to listen to.
- JFormattedTextFieldFocusGainedTrigger - Class in com.google.code.validationframework.swing.trigger
-
- JFormattedTextFieldFocusGainedTrigger(JFormattedTextField) - Constructor for class com.google.code.validationframework.swing.trigger.JFormattedTextFieldFocusGainedTrigger
-
Constructor specified the formatted textfield whose focus is to be tracked.
- JFormattedTextFieldFocusLostTrigger - Class in com.google.code.validationframework.swing.trigger
-
- JFormattedTextFieldFocusLostTrigger(JFormattedTextField) - Constructor for class com.google.code.validationframework.swing.trigger.JFormattedTextFieldFocusLostTrigger
-
Constructor specified the formatted textfield whose focus is to be tracked.
- JFormattedTextFieldFormatterRule - Class in com.google.code.validationframework.swing.rule
-
Convenience rule that will check if the formatter of a formatted textfield can successfully parse the input text.
- JFormattedTextFieldFormatterRule(JFormattedTextField) - Constructor for class com.google.code.validationframework.swing.rule.JFormattedTextFieldFormatterRule
-
Constructor specifying the formatted textfield whose formatter is to be checked.
- JFormattedTextFieldKeyStrokeTrigger - Class in com.google.code.validationframework.swing.trigger
-
Trigger that initiates the validation whenever registered key strokes happen on a component.
- JFormattedTextFieldKeyStrokeTrigger(JFormattedTextField, KeyStroke...) - Constructor for class com.google.code.validationframework.swing.trigger.JFormattedTextFieldKeyStrokeTrigger
-
- JFormattedTextFieldLastValidValueProvider<DPO> - Class in com.google.code.validationframework.swing.dataprovider
-
Data provider retrieving the last valid value from a formatted textfield.
- JFormattedTextFieldLastValidValueProvider(JFormattedTextField) - Constructor for class com.google.code.validationframework.swing.dataprovider.JFormattedTextFieldLastValidValueProvider
-
Constructor specifying the formatted textfield to retrieve the last valid value from.
- JFormattedTextFieldLastValidValueProvider(JFormattedTextField, Transformer<Object, DPO>) - Constructor for class com.google.code.validationframework.swing.dataprovider.JFormattedTextFieldLastValidValueProvider
-
Constructor specifying the formatted textfield to retrieve the last valid value from, and the transformer to
convert the formatted textfield value to DPO.
- JFormattedTextFieldTextProvider - Class in com.google.code.validationframework.swing.dataprovider
-
Data provider retrieving the text from a formatted textfield.
It is provided for convenience over the
BaseJTextComponentTextProvider to make it easier to find when building validators.
- JFormattedTextFieldTextProvider(JFormattedTextField) - Constructor for class com.google.code.validationframework.swing.dataprovider.JFormattedTextFieldTextProvider
-
- JFormattedTextFieldValueProperty - Class in com.google.code.validationframework.swing.property
-
- JFormattedTextFieldValueProperty(JFormattedTextField) - Constructor for class com.google.code.validationframework.swing.property.JFormattedTextFieldValueProperty
-
- JFormattedTextFieldValueProvider<DPO> - Class in com.google.code.validationframework.swing.dataprovider
-
Data provider reading the value from a formatted textfield.
- JFormattedTextFieldValueProvider(JFormattedTextField) - Constructor for class com.google.code.validationframework.swing.dataprovider.JFormattedTextFieldValueProvider
-
Constructor specifying the formatted textfield to get the value from.
- JFormattedTextFieldValueProvider(JFormattedTextField, Transformer<Object, DPO>) - Constructor for class com.google.code.validationframework.swing.dataprovider.JFormattedTextFieldValueProvider
-
Constructor specifying the formatted textfield to get the value from and the transformer to convert it to the
required type.
- JFrameTitleProperty - Class in com.google.code.validationframework.swing.property
-
Readable/writable property representing the title bean property of a
JFrame.
- JFrameTitleProperty(JFrame) - Constructor for class com.google.code.validationframework.swing.property.JFrameTitleProperty
-
- JLabelDisplayedMnemonicProperty - Class in com.google.code.validationframework.swing.property
-
Readable/writable property representing the displayed mnemonic bean property of a
JLabel.
- JLabelDisplayedMnemonicProperty(JLabel) - Constructor for class com.google.code.validationframework.swing.property.JLabelDisplayedMnemonicProperty
-
- JLabelIconProperty - Class in com.google.code.validationframework.swing.property
-
Readable/writable property representing the icon bean property of a
JLabel.
- JLabelIconProperty(JLabel) - Constructor for class com.google.code.validationframework.swing.property.JLabelIconProperty
-
- JLabelTextProperty - Class in com.google.code.validationframework.swing.property
-
Readable/writable property representing the text bean property of a
JLabel.
- JLabelTextProperty(JLabel) - Constructor for class com.google.code.validationframework.swing.property.JLabelTextProperty
-
- JListModelChangedTrigger - Class in com.google.code.validationframework.swing.trigger
-
Trigger that initiates the validation whenever the model of a list changes.
- JListModelChangedTrigger(JList) - Constructor for class com.google.code.validationframework.swing.trigger.JListModelChangedTrigger
-
Constructor specifying the list whose model changes are meant to trigger validation.
- JListSelectedIndexProvider - Class in com.google.code.validationframework.swing.dataprovider
-
Data provider retrieving the selected index of a list.
- JListSelectedIndexProvider(JList) - Constructor for class com.google.code.validationframework.swing.dataprovider.JListSelectedIndexProvider
-
Constructor specifying the list to get the selected index from.
- JListSelectedIndicesProvider - Class in com.google.code.validationframework.swing.dataprovider
-
Data provider retrieving the selected indices of a list.
- JListSelectedIndicesProvider(JList) - Constructor for class com.google.code.validationframework.swing.dataprovider.JListSelectedIndicesProvider
-
Constructor specifying the list to get the selected indices from.
- JListSelectedItemCountProperty - Class in com.google.code.validationframework.swing.property
-
Read-only property representing the number of selected items in a
JList.
- JListSelectedItemCountProperty(JList) - Constructor for class com.google.code.validationframework.swing.property.JListSelectedItemCountProperty
-
Constructor specifying the list whose selection count is represented by this property.
- JListSelectedValueProvider<DPO> - Class in com.google.code.validationframework.swing.dataprovider
-
Data provider retrieving the selected value of a list.
- JListSelectedValueProvider(JList) - Constructor for class com.google.code.validationframework.swing.dataprovider.JListSelectedValueProvider
-
Constructor specifying the list to get the selected value from.
- JListSelectedValueProvider(JList, Transformer<Object, DPO>) - Constructor for class com.google.code.validationframework.swing.dataprovider.JListSelectedValueProvider
-
Constructor specifying the list to get the selected value from, and the transformer to convert the list value to
DPO.
- JListSelectedValuesProvider<DPO> - Class in com.google.code.validationframework.swing.dataprovider
-
Data provider retrieving the selected values of a list.
- JListSelectedValuesProvider(JList) - Constructor for class com.google.code.validationframework.swing.dataprovider.JListSelectedValuesProvider
-
Constructor specifying the list to get the selected values from.
- JListSelectedValuesProvider(JList, Transformer<Object, DPO>) - Constructor for class com.google.code.validationframework.swing.dataprovider.JListSelectedValuesProvider
-
Constructor specifying the list to get the selected values from, and the transformer to convert the list values
to DPO.
- JListSelectionChangedTrigger - Class in com.google.code.validationframework.swing.trigger
-
Trigger that initiates the validation whenever the selection in a list changes.
- JListSelectionChangedTrigger(JList) - Constructor for class com.google.code.validationframework.swing.trigger.JListSelectionChangedTrigger
-
Constructor specifying the list whose selection changes are meant to trigger validation.
- JMenuItemPressedProperty - Class in com.google.code.validationframework.swing.property
-
Read-only property representing the pressed state of a
JMenuItem.
- JMenuItemPressedProperty(JMenuItem) - Constructor for class com.google.code.validationframework.swing.property.JMenuItemPressedProperty
-
- JPasswordFieldDocumentChangedTrigger - Class in com.google.code.validationframework.swing.trigger
-
Convenience trigger that initiates the validation whenever the document of password field is modified.
- JPasswordFieldDocumentChangedTrigger(JPasswordField) - Constructor for class com.google.code.validationframework.swing.trigger.JPasswordFieldDocumentChangedTrigger
-
Constructor specifying the password field to listen to.
- JPasswordFieldPasswordProvider - Class in com.google.code.validationframework.swing.dataprovider
-
Data provider retrieving the text from a password field.
For stronger security, it is recommended that the
returned character array be cleared after use by the validation rules by setting each character to zero.
- JPasswordFieldPasswordProvider(JPasswordField) - Constructor for class com.google.code.validationframework.swing.dataprovider.JPasswordFieldPasswordProvider
-
Constructor specifying the password field to get the text from.
- JRadioButtonModelChangedTrigger - Class in com.google.code.validationframework.swing.trigger
-
Trigger initiating the validation whenever the model of a radio button is changed.
It is provided for convenience
over the
BaseJToggleButtonModelChangedTrigger to make it easier to find while building the validators.
- JRadioButtonModelChangedTrigger(JRadioButton) - Constructor for class com.google.code.validationframework.swing.trigger.JRadioButtonModelChangedTrigger
-
- JRadioButtonValueProvider - Class in com.google.code.validationframework.swing.dataprovider
-
Data provider retrieving the selection state from a radio button.
It is provided for convenience over the
BaseJToggleButtonValueProvider to make it easier to find when building validators.
- JRadioButtonValueProvider(JRadioButton) - Constructor for class com.google.code.validationframework.swing.dataprovider.JRadioButtonValueProvider
-
- JSliderModelChangedTrigger - Class in com.google.code.validationframework.swing.trigger
-
- JSliderModelChangedTrigger(JSlider) - Constructor for class com.google.code.validationframework.swing.trigger.JSliderModelChangedTrigger
-
- JSliderValueProvider - Class in com.google.code.validationframework.swing.dataprovider
-
Data provider reading the value from a slider.
- JSliderValueProvider(JSlider) - Constructor for class com.google.code.validationframework.swing.dataprovider.JSliderValueProvider
-
Constructor specifying the slider to get the value from.
- JSpinnerEditorModelChangedTrigger - Class in com.google.code.validationframework.swing.trigger
-
- JSpinnerEditorModelChangedTrigger(JSpinner) - Constructor for class com.google.code.validationframework.swing.trigger.JSpinnerEditorModelChangedTrigger
-
- JSpinnerEditorTextProvider - Class in com.google.code.validationframework.swing.dataprovider
-
Data provider reading the text from the text editor of a spinner.
- JSpinnerEditorTextProvider(JSpinner) - Constructor for class com.google.code.validationframework.swing.dataprovider.JSpinnerEditorTextProvider
-
Constructor specifying the spinner to get the text from.
- JSpinnerEditorValueProvider<DPO> - Class in com.google.code.validationframework.swing.dataprovider
-
Data provider reading the value from a spinner.
- JSpinnerEditorValueProvider(JSpinner) - Constructor for class com.google.code.validationframework.swing.dataprovider.JSpinnerEditorValueProvider
-
Constructor specifying the spinner to get the value from.
- JSpinnerEditorValueProvider(JSpinner, Transformer<Object, DPO>) - Constructor for class com.google.code.validationframework.swing.dataprovider.JSpinnerEditorValueProvider
-
Constructor specifying the spinner to get the value from and the transformer to convert it to the required type.
- JSpinnerFormatterRule - Class in com.google.code.validationframework.swing.rule
-
Convenience rule that will check if the formatter of the editor component of a spinner can successfully parse the
input text.
- JSpinnerFormatterRule(JSpinner) - Constructor for class com.google.code.validationframework.swing.rule.JSpinnerFormatterRule
-
Constructor specifying the spinner whose formatter is to be checked.
- JSpinnerModelChangedTrigger - Class in com.google.code.validationframework.swing.trigger
-
- JSpinnerModelChangedTrigger(JSpinner) - Constructor for class com.google.code.validationframework.swing.trigger.JSpinnerModelChangedTrigger
-
- JSpinnerModelValueProvider<DPO> - Class in com.google.code.validationframework.swing.dataprovider
-
Data provider reading the value from the model of a spinner.
- JSpinnerModelValueProvider(JSpinner) - Constructor for class com.google.code.validationframework.swing.dataprovider.JSpinnerModelValueProvider
-
Constructor specifying the spinner to get the value from.
- JSpinnerModelValueProvider(JSpinner, Transformer<Object, DPO>) - Constructor for class com.google.code.validationframework.swing.dataprovider.JSpinnerModelValueProvider
-
Constructor specifying the spinner to get the value from, and the transformer to convert the spinner value to
DPO.
- JTableColumnIndexToModelTransformer - Class in com.google.code.validationframework.swing.transform
-
Transformer converting table column view indices to model indices.
- JTableColumnIndexToModelTransformer(JTable) - Constructor for class com.google.code.validationframework.swing.transform.JTableColumnIndexToModelTransformer
-
Constructor specifying the table to be used to convert view column indices to model indices.
- JTableColumnIndexToViewTransformer - Class in com.google.code.validationframework.swing.transform
-
Transformer converting table column model indices to view indices.
- JTableColumnIndexToViewTransformer(JTable) - Constructor for class com.google.code.validationframework.swing.transform.JTableColumnIndexToViewTransformer
-
Constructor specifying the table to be used to convert model column indices to view indices.
- JTableComboBoxEditorModelChangedTrigger - Class in com.google.code.validationframework.swing.trigger
-
Trigger initiating the validation whenever the document of the combobox editor of one particular cell or any cell is
changed.
- JTableComboBoxEditorModelChangedTrigger(JTable) - Constructor for class com.google.code.validationframework.swing.trigger.JTableComboBoxEditorModelChangedTrigger
-
Constructor specifying the table whose combobox editor should trigger the validation.
- JTableComboBoxEditorModelChangedTrigger(JTable, int, int) - Constructor for class com.google.code.validationframework.swing.trigger.JTableComboBoxEditorModelChangedTrigger
-
Constructor specifying the table and cell position whose combobox editor should trigger the validation.
- JTableComboBoxEditorSelectedIndexProvider - Class in com.google.code.validationframework.swing.dataprovider
-
Provider of the selected index of the current combobox editor component from a given table.
Note that if the table
is not in editing, no index can be provided.
- JTableComboBoxEditorSelectedIndexProvider(JTable) - Constructor for class com.google.code.validationframework.swing.dataprovider.JTableComboBoxEditorSelectedIndexProvider
-
Constructor specifying the table holding the editor component to get the text from.
- JTableComboBoxEditorSelectedValueProvider<DPO> - Class in com.google.code.validationframework.swing.dataprovider
-
Provider of the selected value of the current combobox editor component from a given table.
- JTableComboBoxEditorSelectedValueProvider(JTable) - Constructor for class com.google.code.validationframework.swing.dataprovider.JTableComboBoxEditorSelectedValueProvider
-
Constructor specifying the table holding the editor component to get the text from.
- JTableComboBoxEditorSelectedValueProvider(JTable, Transformer<Object, DPO>) - Constructor for class com.google.code.validationframework.swing.dataprovider.JTableComboBoxEditorSelectedValueProvider
-
Constructor specifying the table holding the editor component to get the text from and the transformer used to
convert the selected object from the combobox to the expected type.
- JTableEditingProperty - Class in com.google.code.validationframework.swing.property
-
Read-only property stating whether a specified table is in the editing state or not.
- JTableEditingProperty(JTable) - Constructor for class com.google.code.validationframework.swing.property.JTableEditingProperty
-
Constructor specifying the table to be tracked.
- JTableRolloverCellProperty - Class in com.google.code.validationframework.swing.property
-
Read-only property holding the position of the cell currently hovered by the mouse.
- JTableRolloverCellProperty(JTable) - Constructor for class com.google.code.validationframework.swing.property.JTableRolloverCellProperty
-
Constructor specifying the table to be tracked.
- JTableRowCountProperty - Class in com.google.code.validationframework.swing.property
-
Read-only property representing the number of rows in a
JTable.
- JTableRowCountProperty(JTable) - Constructor for class com.google.code.validationframework.swing.property.JTableRowCountProperty
-
Constructor specifying the table whose row count is represented by this property.
- JTableRowIndexToModelTransformer - Class in com.google.code.validationframework.swing.transform
-
Transformer converting table row view indices to model indices.
- JTableRowIndexToModelTransformer(JTable) - Constructor for class com.google.code.validationframework.swing.transform.JTableRowIndexToModelTransformer
-
Constructor specifying the table to be used to convert view row indices to model indices.
- JTableRowIndexToModelTransformer(RowSorter<?>) - Constructor for class com.google.code.validationframework.swing.transform.JTableRowIndexToModelTransformer
-
Constructor specifying the table row sorter to be used to convert view row indices to model indices.
- JTableRowIndexToViewTransformer - Class in com.google.code.validationframework.swing.transform
-
Transformer converting table row model indices to view indices.
- JTableRowIndexToViewTransformer(JTable) - Constructor for class com.google.code.validationframework.swing.transform.JTableRowIndexToViewTransformer
-
Constructor specifying the table to be used to convert model row indices to view indices.
- JTableRowIndexToViewTransformer(RowSorter<?>) - Constructor for class com.google.code.validationframework.swing.transform.JTableRowIndexToViewTransformer
-
Constructor specifying the table row sorter to be used to convert model row indices to view indices.
- JTableSelectedRowCountProperty - Class in com.google.code.validationframework.swing.property
-
Read-only property representing the number of selected rows in a
JTable.
- JTableSelectedRowCountProperty(JTable) - Constructor for class com.google.code.validationframework.swing.property.JTableSelectedRowCountProperty
-
Constructor specifying the table whose selection count is represented by this property.
- JTableSelectedRowIndexProperty - Class in com.google.code.validationframework.swing.property
-
Property representing the index of the selected row of a
JTable.
- JTableSelectedRowIndexProperty(JTable) - Constructor for class com.google.code.validationframework.swing.property.JTableSelectedRowIndexProperty
-
Constructor specifying the table
- JTableTextEditorDocumentChangedTrigger - Class in com.google.code.validationframework.swing.trigger
-
Trigger initiating the validation whenever the document of the text editor of one particular cell or any cell is
changed.
- JTableTextEditorDocumentChangedTrigger(JTable) - Constructor for class com.google.code.validationframework.swing.trigger.JTableTextEditorDocumentChangedTrigger
-
Constructor specifying the table whose text editor should trigger the validation.
- JTableTextEditorDocumentChangedTrigger(JTable, int, int) - Constructor for class com.google.code.validationframework.swing.trigger.JTableTextEditorDocumentChangedTrigger
-
Constructor specifying the table and cell position whose text editor should trigger the validation.
- JTableTextEditorTextProvider - Class in com.google.code.validationframework.swing.dataprovider
-
Provider of the text of the current text editor component from a given table.
Note that if the table is not in
editing state, no text can be provided.
- JTableTextEditorTextProvider(JTable) - Constructor for class com.google.code.validationframework.swing.dataprovider.JTableTextEditorTextProvider
-
Constructor specifying the table holding the editor component to get the text from.
- JTableTextEditorValueProvider<DPO> - Class in com.google.code.validationframework.swing.dataprovider
-
Provider of the value of the current formatted text editor component from a given table.
- JTableTextEditorValueProvider(JTable) - Constructor for class com.google.code.validationframework.swing.dataprovider.JTableTextEditorValueProvider
-
Constructor specifying the table holding the editor component to get the value from.
- JTableTextEditorValueProvider(JTable, Transformer<Object, DPO>) - Constructor for class com.google.code.validationframework.swing.dataprovider.JTableTextEditorValueProvider
-
Constructor specifying the table holding the editor component to get the value from and the transformer to be
used
to convert the text to convert the value to the required type.
- JTextAreaDocumentChangedTrigger - Class in com.google.code.validationframework.swing.trigger
-
Convenience trigger that initiates the validation whenever the document of a text area is modified.
- JTextAreaDocumentChangedTrigger(JTextArea) - Constructor for class com.google.code.validationframework.swing.trigger.JTextAreaDocumentChangedTrigger
-
Constructor specifying the text area to listen to.
- JTextAreaKeyStrokeTrigger - Class in com.google.code.validationframework.swing.trigger
-
Trigger that initiates the validation whenever registered key strokes happen on a component.
- JTextAreaKeyStrokeTrigger(JTextArea, KeyStroke...) - Constructor for class com.google.code.validationframework.swing.trigger.JTextAreaKeyStrokeTrigger
-
- JTextAreaTextProvider - Class in com.google.code.validationframework.swing.dataprovider
-
Data provider retrieving the text from a text area.
It is provided for convenience over the
BaseJTextComponentTextProvider to make it easier to find when building validators.
- JTextAreaTextProvider(JTextArea) - Constructor for class com.google.code.validationframework.swing.dataprovider.JTextAreaTextProvider
-
- JTextComponentDocumentChangedTrigger - Class in com.google.code.validationframework.swing.trigger
-
Convenience trigger that initiates the validation whenever the document of a text component is modified.
- JTextComponentDocumentChangedTrigger(JTextComponent) - Constructor for class com.google.code.validationframework.swing.trigger.JTextComponentDocumentChangedTrigger
-
Constructor specifying the text component to listen to.
- JTextComponentEditableProperty - Class in com.google.code.validationframework.swing.property
-
Readable/writable property representing the editable state of a
JTextComponent.
- JTextComponentEditableProperty(JTextComponent) - Constructor for class com.google.code.validationframework.swing.property.JTextComponentEditableProperty
-
- JTextComponentTextProperty - Class in com.google.code.validationframework.swing.property
-
Read/writable property representing the text in the document of a
JTextComponent (for instance, a textfield,
a text area, etc.).
- JTextComponentTextProperty(JTextComponent) - Constructor for class com.google.code.validationframework.swing.property.JTextComponentTextProperty
-
Constructor specifying the text component to which the property applies.
- JTextComponentTextProvider - Class in com.google.code.validationframework.swing.dataprovider
-
Data provider retrieving the text from a text component.
It is provided for convenience over the
BaseJTextComponentTextProvider to make it easier to find when building validators.
- JTextComponentTextProvider(JTextComponent) - Constructor for class com.google.code.validationframework.swing.dataprovider.JTextComponentTextProvider
-
- JTextFieldDocumentChangedTrigger - Class in com.google.code.validationframework.swing.trigger
-
Convenience trigger that initiates the validation whenever the document of a textfield is modified.
- JTextFieldDocumentChangedTrigger(JTextField) - Constructor for class com.google.code.validationframework.swing.trigger.JTextFieldDocumentChangedTrigger
-
Constructor specifying the textfield to listen to.
- JTextFieldFocusGainedTrigger - Class in com.google.code.validationframework.swing.trigger
-
Convenience class for triggers on focus gain by a
JTextField.
- JTextFieldFocusGainedTrigger(JTextField) - Constructor for class com.google.code.validationframework.swing.trigger.JTextFieldFocusGainedTrigger
-
Constructor specified the textfield whose focus is to be tracked.
- JTextFieldFocusLostTrigger - Class in com.google.code.validationframework.swing.trigger
-
Convenience class for triggers on focus loss by a
JTextField.
- JTextFieldFocusLostTrigger(JTextField) - Constructor for class com.google.code.validationframework.swing.trigger.JTextFieldFocusLostTrigger
-
Constructor specified the textfield whose focus is to be tracked.
- JTextFieldKeyStrokeTrigger - Class in com.google.code.validationframework.swing.trigger
-
Trigger that initiates the validation whenever registered key strokes happen on a component.
- JTextFieldKeyStrokeTrigger(JTextField, KeyStroke...) - Constructor for class com.google.code.validationframework.swing.trigger.JTextFieldKeyStrokeTrigger
-
- JTextFieldTextProvider - Class in com.google.code.validationframework.swing.dataprovider
-
Data provider retrieving the text from a textfield.
It is provided for convenience over the
BaseJTextComponentTextProvider to make it easier to find when building validators.
- JTextFieldTextProvider(JTextField) - Constructor for class com.google.code.validationframework.swing.dataprovider.JTextFieldTextProvider
-
- JTextPaneDocumentChangedTrigger - Class in com.google.code.validationframework.swing.trigger
-
Convenience trigger that initiates the validation whenever the document of a text pane is modified.
- JTextPaneDocumentChangedTrigger(JTextPane) - Constructor for class com.google.code.validationframework.swing.trigger.JTextPaneDocumentChangedTrigger
-
Constructor specifying the text pane to listen to.
- JTextPaneTextProvider - Class in com.google.code.validationframework.swing.dataprovider
-
Data provider retrieving the text from a text pane.
It is provided for convenience over the
BaseJTextComponentTextProvider to make it easier to find when building validators.
- JTextPaneTextProvider(JTextPane) - Constructor for class com.google.code.validationframework.swing.dataprovider.JTextPaneTextProvider
-
- JToggleButtonModelChangedTrigger - Class in com.google.code.validationframework.swing.trigger
-
Trigger initiating the validation whenever the model of a toggle button is changed.
It is provided for convenience
over the
BaseJToggleButtonModelChangedTrigger to make it easier to find while building the validators.
- JToggleButtonModelChangedTrigger(JToggleButton) - Constructor for class com.google.code.validationframework.swing.trigger.JToggleButtonModelChangedTrigger
-
- JToggleButtonPressedProperty - Class in com.google.code.validationframework.swing.property
-
Read-only property representing the pressed state of a
JToggleButton.
- JToggleButtonPressedProperty(JToggleButton) - Constructor for class com.google.code.validationframework.swing.property.JToggleButtonPressedProperty
-
- JToggleButtonSelectedProperty - Class in com.google.code.validationframework.swing.property
-
Readable/writable property representing the selected state of a
JToggleButton.
- JToggleButtonSelectedProperty(JToggleButton) - Constructor for class com.google.code.validationframework.swing.property.JToggleButtonSelectedProperty
-
Constructor specifying the component for which the property applies.
- JToggleButtonValueProvider - Class in com.google.code.validationframework.swing.dataprovider
-
Data provider retrieving the selection state from a toggle button.
It is provided for convenience over the
BaseJToggleButtonValueProvider to make it easier to find when building validators.
- JToggleButtonValueProvider(JToggleButton) - Constructor for class com.google.code.validationframework.swing.dataprovider.JToggleButtonValueProvider
-