A B C D E F G H I J L P R S T V W 

A

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
Entity responsible of calling the AbstractComponentDecoration.paint(Graphics) method.
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
Abstract implementation of a readable/writable property representing a bean property of a Component that can be tracked using a PropertyChangeListener.
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.

B

BaseComponentKeyStrokeTrigger<C extends Component> - Class in com.google.code.validationframework.swing.trigger
Trigger that initiates the validation whenever registered key strokes happen on a component.
BaseComponentKeyStrokeTrigger(C, int...) - Constructor for class com.google.code.validationframework.swing.trigger.BaseComponentKeyStrokeTrigger
Constructor specifying the text component to listen to and the virtual key codes to trigger the validation.
BaseComponentKeyStrokeTrigger(C, KeyStroke...) - Constructor for class com.google.code.validationframework.swing.trigger.BaseComponentKeyStrokeTrigger
Constructor specifying the text component to listen to and the key stroke to trigger the validation.
BaseComponentPropertyChangedTrigger<C extends Component> - Class in com.google.code.validationframework.swing.trigger
Trigger initiating the validation when one or several properties of a component change.
BaseComponentPropertyChangedTrigger(C) - Constructor for class com.google.code.validationframework.swing.trigger.BaseComponentPropertyChangedTrigger
Constructor specifying the component whose property changes are to be watched.
Using this constructor will be the trigger initiate the validation upon any property change.
BaseComponentPropertyChangedTrigger(C, String...) - Constructor for class com.google.code.validationframework.swing.trigger.BaseComponentPropertyChangedTrigger
Constructor specifying the component for which the specified property changes are to be watched.
BaseJComponentFocusGainedTrigger<C extends Component> - Class in com.google.code.validationframework.swing.trigger
Base class for triggers on focus gain.
BaseJComponentFocusGainedTrigger(C) - Constructor for class com.google.code.validationframework.swing.trigger.BaseJComponentFocusGainedTrigger
Constructor specified the component whose focus is to be tracked.
BaseJComponentFocusLostTrigger<C extends JComponent> - Class in com.google.code.validationframework.swing.trigger
Base class for triggers on focus loss.
BaseJComponentFocusLostTrigger(C) - Constructor for class com.google.code.validationframework.swing.trigger.BaseJComponentFocusLostTrigger
Constructor specified the component whose focus is to be tracked.
BaseJTextComponentDocumentChangedTrigger<C extends JTextComponent> - Class in com.google.code.validationframework.swing.trigger
Trigger that initiates the validation whenever the document of a text component is modified.
BaseJTextComponentDocumentChangedTrigger(C) - Constructor for class com.google.code.validationframework.swing.trigger.BaseJTextComponentDocumentChangedTrigger
Constructor specifying the text component to listen to.
BaseJTextComponentTextProvider<C extends JTextComponent> - Class in com.google.code.validationframework.swing.dataprovider
Data provider retrieving the text from a text component.
BaseJTextComponentTextProvider(C) - Constructor for class com.google.code.validationframework.swing.dataprovider.BaseJTextComponentTextProvider
Constructor specifying the text component to retrieve the text from.
BaseJToggleButtonModelChangedTrigger<C extends JToggleButton> - Class in com.google.code.validationframework.swing.trigger
Trigger initiating the validation whenever the model of a toggle button is changed.
BaseJToggleButtonModelChangedTrigger(C) - Constructor for class com.google.code.validationframework.swing.trigger.BaseJToggleButtonModelChangedTrigger
 
BaseJToggleButtonValueProvider<C extends JToggleButton> - Class in com.google.code.validationframework.swing.dataprovider
Data provider retrieving the selection state from a toggle button.
BaseJToggleButtonValueProvider(C) - Constructor for class com.google.code.validationframework.swing.dataprovider.BaseJToggleButtonValueProvider
Constructor specifying the toggle button to retrieve the selection state from.
BOTTOM_LEFT - Static variable in class com.google.code.validationframework.swing.decoration.anchor.Anchor
Convenient anchor representing a point at the bottom left hand corner.
BOTTOM_RIGHT - Static variable in class com.google.code.validationframework.swing.decoration.anchor.Anchor
Convenient anchor representing a point at the bottom right hand corner.
ButtonGroupIndexProvider - Class in com.google.code.validationframework.swing.dataprovider
Deprecated.
ButtonGroupIndexProvider(ButtonGroup) - Constructor for class com.google.code.validationframework.swing.dataprovider.ButtonGroupIndexProvider
ButtonGroupSelectedButtonModelProvider - Class in com.google.code.validationframework.swing.dataprovider
Data provider retrieving the selected button model in a button group.
ButtonGroupSelectedButtonModelProvider(ButtonGroup) - Constructor for class com.google.code.validationframework.swing.dataprovider.ButtonGroupSelectedButtonModelProvider
Constructor specifying the button group to retrieve the selected button model from.
ButtonGroupSelectedIndexProvider - Class in com.google.code.validationframework.swing.dataprovider
Data provider retrieving the selected index in a button group.
ButtonGroupSelectedIndexProvider(ButtonGroup) - Constructor for class com.google.code.validationframework.swing.dataprovider.ButtonGroupSelectedIndexProvider
Constructor specifying the button group to retrieve the selected index from.
ButtonGroupSelectionProvider - Class in com.google.code.validationframework.swing.dataprovider
Deprecated.
ButtonGroupSelectionProvider(ButtonGroup) - Constructor for class com.google.code.validationframework.swing.dataprovider.ButtonGroupSelectionProvider
Deprecated.
Use (ButtonGroup) instead.
ButtonPressedProperty - Class in com.google.code.validationframework.swing.property
Read-only property representing the pressed state of a button.
ButtonPressedProperty(AbstractButton) - Constructor for class com.google.code.validationframework.swing.property.ButtonPressedProperty
Constructor specifying the button whose pressed state is to be tracked.

C

CellIconBooleanFeedback - Class in com.google.code.validationframework.swing.resulthandler.bool
 
CellIconBooleanFeedback(JTable, int, int) - Constructor for class com.google.code.validationframework.swing.resulthandler.bool.CellIconBooleanFeedback
 
CellIconBooleanFeedback(JTable, int, int, String) - Constructor for class com.google.code.validationframework.swing.resulthandler.bool.CellIconBooleanFeedback
 
CellIconBooleanFeedback(JTable, int, int, Icon, String) - Constructor for class com.google.code.validationframework.swing.resulthandler.bool.CellIconBooleanFeedback
 
CellIconBooleanFeedback(JTable, int, int, Icon, Icon) - Constructor for class com.google.code.validationframework.swing.resulthandler.bool.CellIconBooleanFeedback
 
CellIconBooleanFeedback(JTable, int, int, String, String) - Constructor for class com.google.code.validationframework.swing.resulthandler.bool.CellIconBooleanFeedback
 
CellIconBooleanFeedback(JTable, int, int, Icon, String, Icon, String) - Constructor for class com.google.code.validationframework.swing.resulthandler.bool.CellIconBooleanFeedback
 
CellPosition - Class in com.google.code.validationframework.swing.type
Entity representing the position of a cell in a table.
CellPosition(int, int) - Constructor for class com.google.code.validationframework.swing.type.CellPosition
Constructor.
CENTER - Static variable in class com.google.code.validationframework.swing.decoration.anchor.Anchor
Convenient anchor representing a point at the center.
CENTER_BOTTOM - Static variable in class com.google.code.validationframework.swing.decoration.anchor.Anchor
Convenient anchor representing a point at the center of the bottom edge.
CENTER_LEFT - Static variable in class com.google.code.validationframework.swing.decoration.anchor.Anchor
Convenient anchor representing a point at the center of the right edge.
CENTER_RIGHT - Static variable in class com.google.code.validationframework.swing.decoration.anchor.Anchor
Convenient anchor representing a point at the center of the right edge.
CENTER_TOP - Static variable in class com.google.code.validationframework.swing.decoration.anchor.Anchor
Convenient anchor representing a point at the center of the top edge.
ColorUtils - Class in com.google.code.validationframework.swing.utils
Utility class dealing with colors.
com.google.code.validationframework.swing.dataprovider - package com.google.code.validationframework.swing.dataprovider
 
com.google.code.validationframework.swing.decoration - package com.google.code.validationframework.swing.decoration
 
com.google.code.validationframework.swing.decoration.anchor - package com.google.code.validationframework.swing.decoration.anchor
 
com.google.code.validationframework.swing.decoration.support - package com.google.code.validationframework.swing.decoration.support
 
com.google.code.validationframework.swing.decoration.utils - package com.google.code.validationframework.swing.decoration.utils
 
com.google.code.validationframework.swing.property - package com.google.code.validationframework.swing.property
 
com.google.code.validationframework.swing.property.simple - package com.google.code.validationframework.swing.property.simple
 
com.google.code.validationframework.swing.property.wrap - package com.google.code.validationframework.swing.property.wrap
 
com.google.code.validationframework.swing.resulthandler - package com.google.code.validationframework.swing.resulthandler
 
com.google.code.validationframework.swing.resulthandler.bool - package com.google.code.validationframework.swing.resulthandler.bool
 
com.google.code.validationframework.swing.rule - package com.google.code.validationframework.swing.rule
 
com.google.code.validationframework.swing.transform - package com.google.code.validationframework.swing.transform
 
com.google.code.validationframework.swing.trigger - package com.google.code.validationframework.swing.trigger
 
com.google.code.validationframework.swing.type - package com.google.code.validationframework.swing.type
 
com.google.code.validationframework.swing.utils - package com.google.code.validationframework.swing.utils
 
component - Variable in class com.google.code.validationframework.swing.property.AbstractComponentProperty
Component to track the bean property of.
ComponentBackgroundProperty - Class in com.google.code.validationframework.swing.property
Readable/writable property representing the background color of a Component.
ComponentBackgroundProperty(Component) - Constructor for class com.google.code.validationframework.swing.property.ComponentBackgroundProperty
 
ComponentDisablingBooleanResultHandler - Class in com.google.code.validationframework.swing.resulthandler.bool
Result handler disabling (respectively enabling) one or several components when the result is valid (respectively invalid).
ComponentDisablingBooleanResultHandler() - Constructor for class com.google.code.validationframework.swing.resulthandler.bool.ComponentDisablingBooleanResultHandler
 
ComponentDisablingBooleanResultHandler(Component...) - Constructor for class com.google.code.validationframework.swing.resulthandler.bool.ComponentDisablingBooleanResultHandler
 
ComponentEnabledProperty - Class in com.google.code.validationframework.swing.property
Readable/writable property representing the enabled state of a Component.
ComponentEnabledProperty(Component) - Constructor for class com.google.code.validationframework.swing.property.ComponentEnabledProperty
 
ComponentEnablingBooleanResultHandler - Class in com.google.code.validationframework.swing.resulthandler.bool
Result handler enabling (respectively disabling) one or several components when the result is valid (respectively invalid).
ComponentEnablingBooleanResultHandler() - Constructor for class com.google.code.validationframework.swing.resulthandler.bool.ComponentEnablingBooleanResultHandler
 
ComponentEnablingBooleanResultHandler(Component...) - Constructor for class com.google.code.validationframework.swing.resulthandler.bool.ComponentEnablingBooleanResultHandler
 
ComponentFocusedProperty - Class in com.google.code.validationframework.swing.property
Read-only property representing the focused state of a component.
ComponentFocusedProperty(Component) - Constructor for class com.google.code.validationframework.swing.property.ComponentFocusedProperty
Constructor specifying the component whose focus is to be tracked.
ComponentForegroundProperty - Class in com.google.code.validationframework.swing.property
Readable/writable property representing the foreground color of a Component.
ComponentForegroundProperty(Component) - Constructor for class com.google.code.validationframework.swing.property.ComponentForegroundProperty
 
ComponentInvisibilityBooleanResultHandler - Class in com.google.code.validationframework.swing.resulthandler.bool
Result handler making one or several components invisible (respectively visible) when the result is valid (respectively invalid).
ComponentInvisibilityBooleanResultHandler() - Constructor for class com.google.code.validationframework.swing.resulthandler.bool.ComponentInvisibilityBooleanResultHandler
 
ComponentInvisibilityBooleanResultHandler(Component...) - Constructor for class com.google.code.validationframework.swing.resulthandler.bool.ComponentInvisibilityBooleanResultHandler
 
ComponentKeyStrokeTrigger - Class in com.google.code.validationframework.swing.trigger
Trigger that initiates the validation whenever registered key strokes happen on a component.
ComponentKeyStrokeTrigger(Component, int...) - Constructor for class com.google.code.validationframework.swing.trigger.ComponentKeyStrokeTrigger
 
ComponentKeyStrokeTrigger(Component, KeyStroke...) - Constructor for class com.google.code.validationframework.swing.trigger.ComponentKeyStrokeTrigger
 
ComponentLocationProperty - Class in com.google.code.validationframework.swing.property
Readable/writable property representing the location of a Component (possibly a Window), relatively to its parent.
ComponentLocationProperty(Component) - Constructor for class com.google.code.validationframework.swing.property.ComponentLocationProperty
Constructor specifying the component for which the property applies.
ComponentMaximumSizeProperty - Class in com.google.code.validationframework.swing.property
Readable/writable property representing the maximum size of a Component.
ComponentMaximumSizeProperty(Component) - Constructor for class com.google.code.validationframework.swing.property.ComponentMaximumSizeProperty
 
ComponentMinimumSizeProperty - Class in com.google.code.validationframework.swing.property
Readable/writable property representing the minimum size of a Component.
ComponentMinimumSizeProperty(Component) - Constructor for class com.google.code.validationframework.swing.property.ComponentMinimumSizeProperty
 
ComponentPreferredSizeProperty - Class in com.google.code.validationframework.swing.property
Readable/writable property representing the preferred size of a Component.
ComponentPreferredSizeProperty(Component) - Constructor for class com.google.code.validationframework.swing.property.ComponentPreferredSizeProperty
 
ComponentPropertyChangedTrigger - Class in com.google.code.validationframework.swing.trigger
Trigger initiating the validation when one or several properties of a component change.
ComponentPropertyChangedTrigger(Component) - Constructor for class com.google.code.validationframework.swing.trigger.ComponentPropertyChangedTrigger
 
ComponentPropertyChangedTrigger(Component, String...) - Constructor for class com.google.code.validationframework.swing.trigger.ComponentPropertyChangedTrigger
 
ComponentPropertyChangeTrigger - Class in com.google.code.validationframework.swing.trigger
Deprecated.
Use ComponentPropertyChangedTrigger instead.
This class will be removed in a future release.
ComponentPropertyChangeTrigger(Component) - Constructor for class com.google.code.validationframework.swing.trigger.ComponentPropertyChangeTrigger
ComponentPropertyChangeTrigger(Component, String...) - Constructor for class com.google.code.validationframework.swing.trigger.ComponentPropertyChangeTrigger
ComponentRolloverProperty - Class in com.google.code.validationframework.swing.property
Read-only property representing the rollover state of a component.
ComponentRolloverProperty(Component) - Constructor for class com.google.code.validationframework.swing.property.ComponentRolloverProperty
Constructor specifying the component for which the property applies.
components - Variable in class com.google.code.validationframework.swing.resulthandler.AbstractComponentResultHandler
 
ComponentSizeProperty - Class in com.google.code.validationframework.swing.property
Readable/writable property representing the size of a Component (possibly a Window).
ComponentSizeProperty(Component) - Constructor for class com.google.code.validationframework.swing.property.ComponentSizeProperty
Constructor specifying the component for which the property applies.
ComponentVisibilityBooleanResultHandler - Class in com.google.code.validationframework.swing.resulthandler.bool
Result handler making one or several components visible (respectively invisible) when the result is valid (respectively invalid).
ComponentVisibilityBooleanResultHandler() - Constructor for class com.google.code.validationframework.swing.resulthandler.bool.ComponentVisibilityBooleanResultHandler
 
ComponentVisibilityBooleanResultHandler(Component...) - Constructor for class com.google.code.validationframework.swing.resulthandler.bool.ComponentVisibilityBooleanResultHandler
 
ComponentVisibleProperty - Class in com.google.code.validationframework.swing.property
Readable/writable property representing the visible state of a Component.
ComponentVisibleProperty(Component) - Constructor for class com.google.code.validationframework.swing.property.ComponentVisibleProperty
Constructor specifying the component for which the property applies.

D

decorationPainter - Variable in class com.google.code.validationframework.swing.decoration.AbstractComponentDecoration
Decoration painter component.
DEFAULT_ANCHOR_LINK_WITH_OWNER - Static variable in class com.google.code.validationframework.swing.decoration.IconComponentDecoration
Default anchor link with the owner component on which the decorator will be attached.
DEFAULT_ICON_POSITION - Static variable in class com.google.code.validationframework.swing.resulthandler.bool.TabIconBooleanFeedback
Default icon position with respect to the tab title.
DEFAULT_ICON_TEXT_GAP - Static variable in class com.google.code.validationframework.swing.resulthandler.bool.TabIconBooleanFeedback
Default spacing between the icon and the tab title.
DEFAULT_INVALID_ICON - Static variable in class com.google.code.validationframework.swing.resulthandler.bool.CellIconBooleanFeedback
 
DEFAULT_INVALID_ICON - Static variable in class com.google.code.validationframework.swing.resulthandler.bool.IconBooleanFeedback
Default icon to be used for invalid results.
DEFAULT_INVALID_ICON - Static variable in class com.google.code.validationframework.swing.resulthandler.bool.TabIconBooleanFeedback
Default icon to represent invalid results.
DEFAULT_VALID_ICON - Static variable in class com.google.code.validationframework.swing.resulthandler.bool.CellIconBooleanFeedback
 
DEFAULT_VALID_ICON - Static variable in class com.google.code.validationframework.swing.resulthandler.bool.IconBooleanFeedback
Default icon to be used for valid results.
DEFAULT_VALID_ICON - Static variable in class com.google.code.validationframework.swing.resulthandler.bool.TabIconBooleanFeedback
Default icon to represent valid results.
detach() - Method in class com.google.code.validationframework.swing.resulthandler.AbstractCellIconFeedback
 
detach() - Method in class com.google.code.validationframework.swing.resulthandler.AbstractColorFeedback
Detaches the feedback from the previously attached component.
detach() - Method in class com.google.code.validationframework.swing.resulthandler.AbstractIconFeedback
 
detach() - Method in class com.google.code.validationframework.swing.resulthandler.AbstractStickerFeedback
Hides and detaches the tooltip sticker from the owner component.
dispose() - Method in class com.google.code.validationframework.swing.decoration.AbstractComponentDecoration
 
dispose() - Method in class com.google.code.validationframework.swing.decoration.IconComponentDecoration
 
dispose() - Method in class com.google.code.validationframework.swing.decoration.support.ToolTipDialog
 
dispose() - Method in class com.google.code.validationframework.swing.decoration.support.TransparentToolTipDialog
 
dispose() - Method in class com.google.code.validationframework.swing.property.AbstractComponentProperty
 
dispose() - Method in class com.google.code.validationframework.swing.property.ActionProperty
 
dispose() - Method in class com.google.code.validationframework.swing.property.ButtonPressedProperty
 
dispose() - Method in class com.google.code.validationframework.swing.property.ComponentFocusedProperty
 
dispose() - Method in class com.google.code.validationframework.swing.property.ComponentLocationProperty
 
dispose() - Method in class com.google.code.validationframework.swing.property.ComponentRolloverProperty
 
dispose() - Method in class com.google.code.validationframework.swing.property.ComponentSizeProperty
 
dispose() - Method in class com.google.code.validationframework.swing.property.ComponentVisibleProperty
 
dispose() - Method in class com.google.code.validationframework.swing.property.JComboBoxSelectedIndexProperty
 
dispose() - Method in class com.google.code.validationframework.swing.property.JComboBoxSelectedValueProperty
 
dispose() - Method in class com.google.code.validationframework.swing.property.JListSelectedItemCountProperty
 
dispose() - Method in class com.google.code.validationframework.swing.property.JTableEditingProperty
 
dispose() - Method in class com.google.code.validationframework.swing.property.JTableRolloverCellProperty
 
dispose() - Method in class com.google.code.validationframework.swing.property.JTableRowCountProperty
 
dispose() - Method in class com.google.code.validationframework.swing.property.JTableSelectedRowCountProperty
 
dispose() - Method in class com.google.code.validationframework.swing.property.JTableSelectedRowIndexProperty
 
dispose() - Method in class com.google.code.validationframework.swing.property.JTextComponentTextProperty
 
dispose() - Method in class com.google.code.validationframework.swing.property.JToggleButtonSelectedProperty
 
dispose() - Method in class com.google.code.validationframework.swing.property.wrap.InvokeLaterPropertyWrapper
 
dispose() - Method in class com.google.code.validationframework.swing.resulthandler.AbstractIconFeedback
 
dispose() - Method in class com.google.code.validationframework.swing.resulthandler.AbstractStickerFeedback
 
dispose() - Method in class com.google.code.validationframework.swing.resulthandler.bool.TabIconBooleanFeedback
 
dispose() - Method in class com.google.code.validationframework.swing.trigger.ActionTrigger
 
dispose() - Method in class com.google.code.validationframework.swing.trigger.BaseComponentKeyStrokeTrigger
 
dispose() - Method in class com.google.code.validationframework.swing.trigger.BaseComponentPropertyChangedTrigger
 
dispose() - Method in class com.google.code.validationframework.swing.trigger.BaseJComponentFocusGainedTrigger
 
dispose() - Method in class com.google.code.validationframework.swing.trigger.BaseJComponentFocusLostTrigger
 
dispose() - Method in class com.google.code.validationframework.swing.trigger.BaseJTextComponentDocumentChangedTrigger
 
dispose() - Method in class com.google.code.validationframework.swing.trigger.BaseJToggleButtonModelChangedTrigger
 
dispose() - Method in class com.google.code.validationframework.swing.trigger.JButtonActionTrigger
 
dispose() - Method in class com.google.code.validationframework.swing.trigger.JComboBoxCanceledTrigger
 
dispose() - Method in class com.google.code.validationframework.swing.trigger.JComboBoxClosedTrigger
 
dispose() - Method in class com.google.code.validationframework.swing.trigger.JComboBoxModelChangedTrigger
 
dispose() - Method in class com.google.code.validationframework.swing.trigger.JComboBoxOpenedTrigger
 
dispose() - Method in class com.google.code.validationframework.swing.trigger.JListModelChangedTrigger
 
dispose() - Method in class com.google.code.validationframework.swing.trigger.JListSelectionChangedTrigger
 
dispose() - Method in class com.google.code.validationframework.swing.trigger.JSliderModelChangedTrigger
 
dispose() - Method in class com.google.code.validationframework.swing.trigger.JSpinnerModelChangedTrigger
 
dispose() - Method in class com.google.code.validationframework.swing.trigger.JTableComboBoxEditorModelChangedTrigger
 
dispose() - Method in class com.google.code.validationframework.swing.trigger.JTableTextEditorDocumentChangedTrigger
 

E

equals(Object) - Method in class com.google.code.validationframework.swing.type.CellPosition
Generated.

F

followAndRepaint() - Method in class com.google.code.validationframework.swing.decoration.AbstractComponentDecoration
Triggers a repaint of the component decoration.
followDecoratedComponent() - Method in class com.google.code.validationframework.swing.decoration.AbstractComponentDecoration
Updates the decoration painter with respect to the decorated component.

G

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
Gets the offset in pixels on the X axis, relatively to Anchor.relativeX.
getOffsetY() - Method in class com.google.code.validationframework.swing.decoration.anchor.Anchor
Gets the offset in pixels on the Y axis, relatively to Anchor.relativeY.
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
 

H

handleResult(Boolean) - Method in class com.google.code.validationframework.swing.resulthandler.bool.CellIconBooleanFeedback
 
handleResult(Boolean) - Method in class com.google.code.validationframework.swing.resulthandler.bool.ComponentDisablingBooleanResultHandler
 
handleResult(Boolean) - Method in class com.google.code.validationframework.swing.resulthandler.bool.ComponentEnablingBooleanResultHandler
 
handleResult(Boolean) - Method in class com.google.code.validationframework.swing.resulthandler.bool.ComponentInvisibilityBooleanResultHandler
 
handleResult(Boolean) - Method in class com.google.code.validationframework.swing.resulthandler.bool.ComponentVisibilityBooleanResultHandler
 
handleResult(Boolean) - Method in class com.google.code.validationframework.swing.resulthandler.bool.IconBooleanFeedback
 
handleResult(Boolean) - Method in class com.google.code.validationframework.swing.resulthandler.bool.TabIconBooleanFeedback
 
handleResult(RHI) - Method in class com.google.code.validationframework.swing.resulthandler.InvokeLaterResultHandler
 
hashCode() - Method in class com.google.code.validationframework.swing.type.CellPosition
Generated.
hideColors() - Method in class com.google.code.validationframework.swing.resulthandler.AbstractColorFeedback
 
hideIcon() - Method in class com.google.code.validationframework.swing.resulthandler.AbstractIconFeedback
 
hideToolTip() - Method in class com.google.code.validationframework.swing.resulthandler.AbstractStickerFeedback
Hides the tooltip sticker.

I

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.

J

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
Convenience class for triggers on focus gain by a JFormattedTextField.
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
Convenience class for triggers on focus loss by a JFormattedTextField.
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
Readable/writable property representing the value of a JFormattedTextField.
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
 

L

loadImageIcon(String, Class<?>) - Static method in class com.google.code.validationframework.swing.decoration.utils.IconUtils
Loads an image icon from a resource file.

P

paint(Graphics) - Method in class com.google.code.validationframework.swing.decoration.AbstractComponentDecoration
Paints the decoration in the specified graphics.
paint(Graphics) - Method in class com.google.code.validationframework.swing.decoration.IconComponentDecoration
 
paintComponent(Graphics) - Method in class com.google.code.validationframework.swing.decoration.AbstractComponentDecoration.DecorationPainter
Calls the method AbstractComponentDecoration.paint(Graphics) of the decoration.

R

removeComponent(Component) - Method in class com.google.code.validationframework.swing.resulthandler.AbstractComponentResultHandler
 
removeKey(KeyStroke) - Method in class com.google.code.validationframework.swing.trigger.BaseComponentKeyStrokeTrigger
Removes a key stroke for which the validation should no longer be triggered.
removeTriggerListener(TriggerListener) - Method in class com.google.code.validationframework.swing.trigger.ActionTrigger
 

S

setAnchorLink(AnchorLink) - Method in class com.google.code.validationframework.swing.decoration.AbstractComponentDecoration
Sets the anchor link between the component and its decoration.
setAnchorLink(AnchorLink) - Method in class com.google.code.validationframework.swing.resulthandler.AbstractCellIconFeedback
Sets the anchor link between the cell and its decoration.
setAnchorLink(AnchorLink) - Method in class com.google.code.validationframework.swing.resulthandler.AbstractIconFeedback
 
setAnchorLinkWithToolTip(AnchorLink) - Method in class com.google.code.validationframework.swing.decoration.IconComponentDecoration
Sets the anchor link used to slave the tooltip to this decoration.
setBackground(Color) - Method in class com.google.code.validationframework.swing.resulthandler.AbstractColorFeedback
 
setCellColumnIndex(int) - Method in class com.google.code.validationframework.swing.resulthandler.AbstractCellIconFeedback
Sets the column model index of the cell to be decorated.
setCellRowIndex(int) - Method in class com.google.code.validationframework.swing.resulthandler.AbstractCellIconFeedback
Sets the row model index of the cell to be decorated.
setClipBounds(Rectangle) - Method in class com.google.code.validationframework.swing.decoration.AbstractComponentDecoration.DecorationPainter
Sets the clipping bounds of the decoration.
setClippingAncestor(JComponent) - Method in class com.google.code.validationframework.swing.decoration.AbstractComponentDecoration
Sets the custom clipping ancestor component that will be used to clip the decoration.
setClippingAncestor(JComponent) - Method in class com.google.code.validationframework.swing.resulthandler.AbstractIconFeedback
 
setForeground(Color) - Method in class com.google.code.validationframework.swing.resulthandler.AbstractColorFeedback
 
setIcon(Icon) - Method in class com.google.code.validationframework.swing.decoration.IconComponentDecoration
Sets the decoration.
setIcon(Icon) - Method in class com.google.code.validationframework.swing.resulthandler.AbstractIconFeedback
 
setInvalidIcon(Icon) - Method in class com.google.code.validationframework.swing.resulthandler.bool.CellIconBooleanFeedback
 
setInvalidIcon(Icon) - Method in class com.google.code.validationframework.swing.resulthandler.bool.IconBooleanFeedback
Sets the icon to be used for invalid results.
setInvalidText(String) - Method in class com.google.code.validationframework.swing.resulthandler.bool.CellIconBooleanFeedback
 
setInvalidText(String) - Method in class com.google.code.validationframework.swing.resulthandler.bool.IconBooleanFeedback
Sets the tooltip text for the invalid icon.
setMasterAnchor(Anchor) - Method in class com.google.code.validationframework.swing.decoration.anchor.AnchorLink
Sets the master anchor.
setPaintWhenDisabled(boolean) - Method in class com.google.code.validationframework.swing.decoration.AbstractComponentDecoration
States whether the decoration is to be painted (shown) even when the decorated component is disabled.
setPropertyValueToAction(P) - Method in class com.google.code.validationframework.swing.property.ActionProperty
 
setPropertyValueToComponent(P) - Method in class com.google.code.validationframework.swing.property.AbstractComponentProperty
 
setPropertyValueToComponent(Color) - Method in class com.google.code.validationframework.swing.property.ComponentBackgroundProperty
 
setPropertyValueToComponent(Boolean) - Method in class com.google.code.validationframework.swing.property.ComponentEnabledProperty
 
setPropertyValueToComponent(Color) - Method in class com.google.code.validationframework.swing.property.ComponentForegroundProperty
 
setPropertyValueToComponent(Dimension) - Method in class com.google.code.validationframework.swing.property.ComponentMaximumSizeProperty
 
setPropertyValueToComponent(Dimension) - Method in class com.google.code.validationframework.swing.property.ComponentMinimumSizeProperty
 
setPropertyValueToComponent(Dimension) - Method in class com.google.code.validationframework.swing.property.ComponentPreferredSizeProperty
 
setPropertyValueToComponent(Icon) - Method in class com.google.code.validationframework.swing.property.JButtonIconProperty
 
setPropertyValueToComponent(Integer) - Method in class com.google.code.validationframework.swing.property.JButtonMnemonicProperty
 
setPropertyValueToComponent(String) - Method in class com.google.code.validationframework.swing.property.JButtonTextProperty
 
setPropertyValueToComponent(String) - Method in class com.google.code.validationframework.swing.property.JComponentToolTipTextProperty
 
setPropertyValueToComponent(String) - Method in class com.google.code.validationframework.swing.property.JDialogTitleProperty
 
setPropertyValueToComponent(Object) - Method in class com.google.code.validationframework.swing.property.JFormattedTextFieldValueProperty
 
setPropertyValueToComponent(String) - Method in class com.google.code.validationframework.swing.property.JFrameTitleProperty
 
setPropertyValueToComponent(Integer) - Method in class com.google.code.validationframework.swing.property.JLabelDisplayedMnemonicProperty
 
setPropertyValueToComponent(Icon) - Method in class com.google.code.validationframework.swing.property.JLabelIconProperty
 
setPropertyValueToComponent(String) - Method in class com.google.code.validationframework.swing.property.JLabelTextProperty
 
setPropertyValueToComponent(Boolean) - Method in class com.google.code.validationframework.swing.property.JTextComponentEditableProperty
 
setPropertyValueToComponent(Boolean) - Method in class com.google.code.validationframework.swing.property.WindowResizableProperty
 
setRolloverAnimated(boolean) - Method in class com.google.code.validationframework.swing.decoration.support.ToolTipDialog
 
setRolloverAnimated(boolean) - Method in class com.google.code.validationframework.swing.decoration.support.TransparentToolTipDialog
State whether the rollover state should be animated.
setSlaveAnchor(Anchor) - Method in class com.google.code.validationframework.swing.decoration.anchor.AnchorLink
Sets the slave anchor.
setText(String) - Method in class com.google.code.validationframework.swing.decoration.support.ToolTipDialog
 
setText(String) - Method in class com.google.code.validationframework.swing.decoration.support.TransparentToolTipDialog
Sets the text to be displayed as a tooltip.
setToolTipText(String) - Method in class com.google.code.validationframework.swing.decoration.IconComponentDecoration
Sets the text for the tooltip to be used on this decoration.
setToolTipText(String) - Method in class com.google.code.validationframework.swing.resulthandler.AbstractIconFeedback
 
setToolTipText(String) - Method in class com.google.code.validationframework.swing.resulthandler.AbstractStickerFeedback
Sets the tooltip text to be displayed.
setValidIcon(Icon) - Method in class com.google.code.validationframework.swing.resulthandler.bool.CellIconBooleanFeedback
 
setValidIcon(Icon) - Method in class com.google.code.validationframework.swing.resulthandler.bool.IconBooleanFeedback
Sets the icon to be used for valid results.
setValidText(String) - Method in class com.google.code.validationframework.swing.resulthandler.bool.CellIconBooleanFeedback
 
setValidText(String) - Method in class com.google.code.validationframework.swing.resulthandler.bool.IconBooleanFeedback
Sets the tooltip text for the valid icon.
setValue(P) - Method in class com.google.code.validationframework.swing.property.AbstractComponentProperty
 
setValue(P) - Method in class com.google.code.validationframework.swing.property.ActionProperty
 
setValue(Point) - Method in class com.google.code.validationframework.swing.property.ComponentLocationProperty
 
setValue(Dimension) - Method in class com.google.code.validationframework.swing.property.ComponentSizeProperty
 
setValue(Boolean) - Method in class com.google.code.validationframework.swing.property.ComponentVisibleProperty
 
setValue(Integer) - Method in class com.google.code.validationframework.swing.property.JComboBoxSelectedIndexProperty
 
setValue(T) - Method in class com.google.code.validationframework.swing.property.JComboBoxSelectedValueProperty
 
setValue(String) - Method in class com.google.code.validationframework.swing.property.JFrameTitleProperty
 
setValue(Integer) - Method in class com.google.code.validationframework.swing.property.JTableSelectedRowIndexProperty
 
setValue(String) - Method in class com.google.code.validationframework.swing.property.JTextComponentTextProperty
 
setValue(Boolean) - Method in class com.google.code.validationframework.swing.property.JToggleButtonSelectedProperty
 
setVisible(boolean) - Method in class com.google.code.validationframework.swing.decoration.AbstractComponentDecoration.DecorationPainter
 
setVisible(boolean) - Method in class com.google.code.validationframework.swing.decoration.AbstractComponentDecoration
Sets the visibility of the decoration.
setVisible(boolean) - Method in class com.google.code.validationframework.swing.decoration.IconComponentDecoration
 
setVisible(boolean) - Method in class com.google.code.validationframework.swing.decoration.support.ToolTipDialog
 
setVisible(boolean) - Method in class com.google.code.validationframework.swing.decoration.support.TransparentToolTipDialog
 
showColors() - Method in class com.google.code.validationframework.swing.resulthandler.AbstractColorFeedback
 
showIcon() - Method in class com.google.code.validationframework.swing.resulthandler.AbstractIconFeedback
 
showToolTip() - Method in class com.google.code.validationframework.swing.resulthandler.AbstractStickerFeedback
Shows the tooltip sticker.
SimpleColorProperty - Class in com.google.code.validationframework.swing.property.simple
Simple property holding a Color value.
SimpleColorProperty() - Constructor for class com.google.code.validationframework.swing.property.simple.SimpleColorProperty
 
SimpleColorProperty(Color) - Constructor for class com.google.code.validationframework.swing.property.simple.SimpleColorProperty
 
SimpleFontProperty - Class in com.google.code.validationframework.swing.property.simple
Simple property holding a Font value.
SimpleFontProperty() - Constructor for class com.google.code.validationframework.swing.property.simple.SimpleFontProperty
 
SimpleFontProperty(Font) - Constructor for class com.google.code.validationframework.swing.property.simple.SimpleFontProperty
 
SimpleIconProperty - Class in com.google.code.validationframework.swing.property.simple
Simple property holding an Icon value.
SimpleIconProperty() - Constructor for class com.google.code.validationframework.swing.property.simple.SimpleIconProperty
 
SimpleIconProperty(Icon) - Constructor for class com.google.code.validationframework.swing.property.simple.SimpleIconProperty
 
source - Variable in class com.google.code.validationframework.swing.trigger.BaseComponentKeyStrokeTrigger
Text component that is the source of the trigger.
source - Variable in class com.google.code.validationframework.swing.trigger.BaseJTextComponentDocumentChangedTrigger
Text component that is the source of the trigger.

T

TabIconBooleanFeedback - Class in com.google.code.validationframework.swing.resulthandler.bool
Result handler showing an icon in the tab of a specific index inside a tabbed pane.
TabIconBooleanFeedback(JTabbedPane, int) - Constructor for class com.google.code.validationframework.swing.resulthandler.bool.TabIconBooleanFeedback
Constructor specifying the tabbed pane and the index of the tab to show the decoration on.
TabIconBooleanFeedback(JTabbedPane, int, String) - Constructor for class com.google.code.validationframework.swing.resulthandler.bool.TabIconBooleanFeedback
Constructor specifying the tabbed pane, the index of the tab to show the decoration on, and the tooltip text to be shown for the invalid icon.
TabIconBooleanFeedback(JTabbedPane, int, Icon, String) - Constructor for class com.google.code.validationframework.swing.resulthandler.bool.TabIconBooleanFeedback
Constructor specifying the tabbed pane, the index of the tab to show the decoration on, the invalid icon and the tooltip text to be shown for the invalid icon.
TabIconBooleanFeedback(JTabbedPane, int, Icon, String, Icon, String) - Constructor for class com.google.code.validationframework.swing.resulthandler.bool.TabIconBooleanFeedback
Constructor specifying the tabbed pane and the index of the tab to show the decoration on, as well as the icon and tooltip text representing valid and invalid results.
TabIconBooleanFeedback(JTabbedPane, int, Icon, String, Icon, String, int, int) - Constructor for class com.google.code.validationframework.swing.resulthandler.bool.TabIconBooleanFeedback
Constructor specifying the tabbed pane and the index of the tab to show the decoration on, as well as the icon and tooltip text representing valid and invalid results, and the position and spacing of the decoration icon with respect to the tab title.
ToolTipDialog - Class in com.google.code.validationframework.swing.decoration.support
 
ToolTipDialog(JComponent, AnchorLink) - Constructor for class com.google.code.validationframework.swing.decoration.support.ToolTipDialog
 
TOP_LEFT - Static variable in class com.google.code.validationframework.swing.decoration.anchor.Anchor
Convenient anchor representing a point at the top left hand corner.
TOP_RIGHT - Static variable in class com.google.code.validationframework.swing.decoration.anchor.Anchor
Convenient anchor representing a point at the top right hand corner.
toString(Color) - Static method in class com.google.code.validationframework.swing.utils.ColorUtils
Convenience to get a more readable string representation of a Color object.
transform(Integer) - Method in class com.google.code.validationframework.swing.transform.JTableColumnIndexToModelTransformer
 
transform(Integer) - Method in class com.google.code.validationframework.swing.transform.JTableColumnIndexToViewTransformer
 
transform(Integer) - Method in class com.google.code.validationframework.swing.transform.JTableRowIndexToModelTransformer
 
transform(Integer) - Method in class com.google.code.validationframework.swing.transform.JTableRowIndexToViewTransformer
 
TransparentToolTipDialog - Class in com.google.code.validationframework.swing.decoration.support
Small window looking like a tooltip and becoming transparent/translucent upon rollover.
TransparentToolTipDialog(JComponent, AnchorLink) - Constructor for class com.google.code.validationframework.swing.decoration.support.TransparentToolTipDialog
Constructor.

V

validate(String) - Method in class com.google.code.validationframework.swing.rule.JFormattedTextFieldFormatterRule
 
validate(String) - Method in class com.google.code.validationframework.swing.rule.JSpinnerFormatterRule
 

W

WindowResizableProperty - Class in com.google.code.validationframework.swing.property
Readable/writable property representing the resizable state of a Frame or a Dialog.
WindowResizableProperty(Window) - Constructor for class com.google.code.validationframework.swing.property.WindowResizableProperty
 
A B C D E F G H I J L P R S T V W 

Copyright © 2015. All Rights Reserved.