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

Quick Search    Search Deep
B C E F G H L N P S W X Y

B

backgroundIcon - Variable in class com.jgoodies.validation.extras.CompoundIcon
Refers to the icon that will be painted in the background.

C

CENTER - Static variable in class com.jgoodies.validation.extras.CompoundIcon
Put the foreground icon at the top of its display area, centered horizontally.
CompoundIcon - class com.jgoodies.validation.extras.CompoundIcon.
An Icon implementation that paints two icons as compound or overlayed icon using a specified alignment.
CompoundIcon(Icon, Icon) - Constructor for class com.jgoodies.validation.extras.CompoundIcon
Constructs a compound icon for the given forground and background icons, using a default anchor.
CompoundIcon(Icon, Icon, int) - Constructor for class com.jgoodies.validation.extras.CompoundIcon
Constructs a compound icon for the given forground and background icons, using the specified anchor.
com.jgoodies.validation.extras - package com.jgoodies.validation.extras
 

E

EAST - Static variable in class com.jgoodies.validation.extras.CompoundIcon
Put the foreground icon on the right side of its display area, centered vertically.

F

foregroundIcon - Variable in class com.jgoodies.validation.extras.CompoundIcon
Refers to the icon that will be painted in the foreground.

G

getIconHeight() - Method in class com.jgoodies.validation.extras.CompoundIcon
Returns this icon's height, which is the maximum of the heights of the background and foreground icons.
getIconWidth() - Method in class com.jgoodies.validation.extras.CompoundIcon
Returns this icon's width, which is the maximum of the widths of the background and foreground icons.

H

height - Variable in class com.jgoodies.validation.extras.CompoundIcon
 

L

LimitedValidationResultModel - class com.jgoodies.validation.extras.LimitedValidationResultModel.
An implementation of ValidationResultModel that wraps another ValidationResultModel to limit the number of reported com.jgoodies.validation.ValidationMessages.
LimitedValidationResultModel(ValidationResultModel, int) - Constructor for class com.jgoodies.validation.extras.LimitedValidationResultModel
Constructs an LimitedValidationResultModel on the given ValidationResultModel.
LimitedValidationResultModel.ValidationResultChangeHandler - class com.jgoodies.validation.extras.LimitedValidationResultModel.ValidationResultChangeHandler.
 
LimitedValidationResultModel.ValidationResultChangeHandler() - Constructor for class com.jgoodies.validation.extras.LimitedValidationResultModel.ValidationResultChangeHandler
 
limit - Variable in class com.jgoodies.validation.extras.LimitedValidationResultModel
Holds the upper bound for the number of messages in ValidationResults this model reports.
limitedResult(ValidationResult) - Method in class com.jgoodies.validation.extras.LimitedValidationResultModel
 

N

NORTH - Static variable in class com.jgoodies.validation.extras.CompoundIcon
Put the foreground icon at the top of its display area, centered horizontally.
NORTHEAST - Static variable in class com.jgoodies.validation.extras.CompoundIcon
Put the foreground icon at the top-right corner of its display area.
NORTHWEST - Static variable in class com.jgoodies.validation.extras.CompoundIcon
Put the foreground icon at the top-left corner of its display area.

P

paintIcon(Component, Graphics, int, int) - Method in class com.jgoodies.validation.extras.CompoundIcon
Draws this icon at the specified location.
propertyChange(PropertyChangeEvent) - Method in class com.jgoodies.validation.extras.LimitedValidationResultModel.ValidationResultChangeHandler
The underlying validation result model has changed.

S

SOUTH - Static variable in class com.jgoodies.validation.extras.CompoundIcon
Put the foreground icon at the bottom of its display area, centered horizontally.
SOUTHEAST - Static variable in class com.jgoodies.validation.extras.CompoundIcon
Put the foreground icon at the bottom-right corner of its display area.
SOUTHWEST - Static variable in class com.jgoodies.validation.extras.CompoundIcon
Put the foreground icon at the bottom-left corner of its display area.
setAnchor(int) - Method in class com.jgoodies.validation.extras.CompoundIcon
 

W

WEST - Static variable in class com.jgoodies.validation.extras.CompoundIcon
Put the foreground icon on the left side of its display area, centered vertically.
width - Variable in class com.jgoodies.validation.extras.CompoundIcon
 

X

xOffset - Variable in class com.jgoodies.validation.extras.CompoundIcon
 

Y

yOffset - Variable in class com.jgoodies.validation.extras.CompoundIcon
 

B C E F G H L N P S W X Y