Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
A C E F G I L M P R T U V W

A

accept(Component) - Method in class com.jgoodies.validation.tutorial.util.MyFocusTraversalPolicy
Determines whether a Component is an acceptable choice as the new focus owner.
addFeedbackComponent(Component, JComponent, Map, int, int) - Method in class com.jgoodies.validation.tutorial.util.IconFeedbackPanel
 
addLayoutComponent(String, Component) - Method in class com.jgoodies.validation.tutorial.util.IconFeedbackPanel.SimpleLayout
If the layout manager uses a per-component string, adds the component comp to the layout, associating it with the string specified by name.

C

CONTENT_LAYER - Static variable in class com.jgoodies.validation.tutorial.util.IconFeedbackPanel
 
com.jgoodies.validation.tutorial.util - package com.jgoodies.validation.tutorial.util
 
content - Variable in class com.jgoodies.validation.tutorial.util.IconFeedbackPanel
Refers to the content panel that holds the content components.
createDateField(ValueModel) - Static method in class com.jgoodies.validation.tutorial.util.ExampleComponentFactory
Creates and returns a formatted text field that is bound to the Date value of the given ValueModel.
createDateField(ValueModel, boolean) - Static method in class com.jgoodies.validation.tutorial.util.ExampleComponentFactory
Creates and returns a formatted text field that is bound to the Date value of the given ValueModel.
createDateField(ValueModel, boolean, boolean) - Static method in class com.jgoodies.validation.tutorial.util.ExampleComponentFactory
Creates and returns a formatted text field that is bound to the Date value of the given ValueModel.
createFeedbackComponent(ValidationResult, Component) - Method in class com.jgoodies.validation.tutorial.util.IconFeedbackPanel
Creates and returns a validation feedback component that shall overlay the specified content component.

E

ExampleComponentFactory - class com.jgoodies.validation.tutorial.util.ExampleComponentFactory.
Consists only of static methods that vend formatted text fields used to edit dates that are bound to an underlying ValueModel.
ExampleComponentFactory() - Constructor for class com.jgoodies.validation.tutorial.util.ExampleComponentFactory
 
errorsResult - Static variable in class com.jgoodies.validation.tutorial.util.TutorialUtils
 

F

FEEDBACK_LAYER - Static variable in class com.jgoodies.validation.tutorial.util.IconFeedbackPanel
 

G

getAssociatedResult(JComponent, Map) - Static method in class com.jgoodies.validation.tutorial.util.IconFeedbackPanel
Returns the ValidationResult associated with the given component using the specified validation result key map.
getErrorsResult() - Static method in class com.jgoodies.validation.tutorial.util.TutorialUtils
Lazily creates and returns an example ValidationResult that contains only errors.
getFeedbackComponentOrigin(JComponent, Component) - Method in class com.jgoodies.validation.tutorial.util.IconFeedbackPanel
Computes and returns the origin of the given feedback component using the content component's origin.
getMixedResult() - Static method in class com.jgoodies.validation.tutorial.util.TutorialUtils
Lazily creates and returns an example ValidationResult that contains errors and warnings.
getWarningsResult() - Static method in class com.jgoodies.validation.tutorial.util.TutorialUtils
Lazily creates and returns an example ValidationResult that contains only warnings.
getWrappedComponentTree(ValidationResultModel, JComponent) - Static method in class com.jgoodies.validation.tutorial.util.IconFeedbackPanel
Wraps the components in the given component tree with instances of IconFeedbackPanel where necessary.

I

INSTANCE - Static variable in class com.jgoodies.validation.tutorial.util.MyFocusTraversalPolicy
Holds the single instance of this focus traversal policy.
IconFeedbackPanel - class com.jgoodies.validation.tutorial.util.IconFeedbackPanel.
Can display validation feedback icons "over" a content panel.
IconFeedbackPanel(ValidationResultModel, JComponent) - Constructor for class com.jgoodies.validation.tutorial.util.IconFeedbackPanel
Creates an IconFeedbackPanel on the given ValidationResultModel using the specified content panel.
IconFeedbackPanel.SimpleLayout - class com.jgoodies.validation.tutorial.util.IconFeedbackPanel.SimpleLayout.
 
IconFeedbackPanel.SimpleLayout() - Constructor for class com.jgoodies.validation.tutorial.util.IconFeedbackPanel.SimpleLayout
 
IconFeedbackPanel.ValidationResultChangeHandler - class com.jgoodies.validation.tutorial.util.IconFeedbackPanel.ValidationResultChangeHandler.
 
IconFeedbackPanel.ValidationResultChangeHandler() - Constructor for class com.jgoodies.validation.tutorial.util.IconFeedbackPanel.ValidationResultChangeHandler
 
initEventHandling() - Method in class com.jgoodies.validation.tutorial.util.IconFeedbackPanel
Registers a listener with the validation result model that updates the feedback components.
invalidate() - Method in class com.jgoodies.validation.tutorial.util.IconFeedbackPanel
TODO: Check how to handle layout changes properly.
isMarkable(Component) - Static method in class com.jgoodies.validation.tutorial.util.IconFeedbackPanel
Checks and answers if the given component can be marked or not.
isScrollPaneView(Component) - Static method in class com.jgoodies.validation.tutorial.util.IconFeedbackPanel
 
isScrollPaneWithUnmarkableView(Component) - Static method in class com.jgoodies.validation.tutorial.util.IconFeedbackPanel
 

L

layoutContainer(Container) - Method in class com.jgoodies.validation.tutorial.util.IconFeedbackPanel.SimpleLayout
Lays out the specified container.
locateOnScreenCenter(Component) - Static method in class com.jgoodies.validation.tutorial.util.TutorialUtils
Locates the given component on the screen's center.

M

MyFocusTraversalPolicy - class com.jgoodies.validation.tutorial.util.MyFocusTraversalPolicy.
A FocusTraversalPolicy that determines traversal order based on the order of child Components in a Container.
MyFocusTraversalPolicy() - Constructor for class com.jgoodies.validation.tutorial.util.MyFocusTraversalPolicy
Constructs a UIFFocusTraversalPolicy with no initial component set.
minimumLayoutSize(Container) - Method in class com.jgoodies.validation.tutorial.util.IconFeedbackPanel.SimpleLayout
Calculates the minimum size dimensions for the specified container, given the components it contains.
mixedResult - Static variable in class com.jgoodies.validation.tutorial.util.TutorialUtils
 
model - Variable in class com.jgoodies.validation.tutorial.util.IconFeedbackPanel
Holds the ValidationResult and reports changes in that result.

P

preferredLayoutSize(Container) - Method in class com.jgoodies.validation.tutorial.util.IconFeedbackPanel.SimpleLayout
Calculates the preferred size dimensions for the specified container, given the components it contains.
propertyChange(PropertyChangeEvent) - Method in class com.jgoodies.validation.tutorial.util.IconFeedbackPanel.ValidationResultChangeHandler
 

R

removeAllFeedbackComponents() - Method in class com.jgoodies.validation.tutorial.util.IconFeedbackPanel
 
removeLayoutComponent(Component) - Method in class com.jgoodies.validation.tutorial.util.IconFeedbackPanel.SimpleLayout
Removes the specified component from the layout.
repositionFeedbackComponents() - Method in class com.jgoodies.validation.tutorial.util.IconFeedbackPanel
TODO: Improve this implementation to set only positions.

T

TutorialUtils - class com.jgoodies.validation.tutorial.util.TutorialUtils.
Consists only of static convenience methods used throughout the examples of the JGoodies Validation tutorial.
TutorialUtils() - Constructor for class com.jgoodies.validation.tutorial.util.TutorialUtils
 

U

updateFeedbackComponents() - Method in class com.jgoodies.validation.tutorial.util.IconFeedbackPanel
 

V

visitComponentTree(Container, Map, int, int) - Method in class com.jgoodies.validation.tutorial.util.IconFeedbackPanel
Traverses the component tree starting at the given container and creates a feedback component for each JTextComponent that is associated with a message in the specified keyMap.

W

warningsResult - Static variable in class com.jgoodies.validation.tutorial.util.TutorialUtils
 
wrapComponentTree(ValidationResultModel, Container) - Static method in class com.jgoodies.validation.tutorial.util.IconFeedbackPanel
 

A C E F G I L M P R T U V W