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

Quick Search    Search Deep
A C D E F G I K P R S U V

A

allowRelativeInput - Variable in class com.jgoodies.validation.tutorial.formatted.format.RelativeDateFormat
 

C

com.jgoodies.validation.tutorial.formatted.format - package com.jgoodies.validation.tutorial.formatted.format
Contains examples around the JFormattedTextFields.
createDateFormat(int, boolean, boolean) - Static method in class com.jgoodies.validation.tutorial.formatted.format.RelativeDateFormat
Creates and returns a Format that converts Dates to Strings and vice versa.

D

DisplayFormat - class com.jgoodies.validation.tutorial.formatted.format.DisplayFormat.
Wraps a given Format and overrides that null values are formatted to the empty string.
DisplayFormat(Format) - Constructor for class com.jgoodies.validation.tutorial.formatted.format.DisplayFormat
Constructs an EmptyFormat that wraps the given format to convert null to the empty string and vice versa.
DisplayFormat(Format, boolean) - Constructor for class com.jgoodies.validation.tutorial.formatted.format.DisplayFormat
Constructs an EmptyFormat that wraps the given format to convert null to the empty string and vice versa.
delegate - Variable in class com.jgoodies.validation.tutorial.formatted.format.DisplayFormat
Refers to the wrapped Format that is used to forward #format.
delegate - Variable in class com.jgoodies.validation.tutorial.formatted.format.RelativeDateFormat
 

E

EmptyFormat - class com.jgoodies.validation.tutorial.formatted.format.EmptyFormat.
Wraps a given Format and adds behavior to convert to/from the empty string.
EmptyFormat(Format) - Constructor for class com.jgoodies.validation.tutorial.formatted.format.EmptyFormat
Constructs an EmptyFormat that wraps the given format to convert null to the empty string and vice versa.
EmptyFormat(Format, Object) - Constructor for class com.jgoodies.validation.tutorial.formatted.format.EmptyFormat
Constructs an EmptyFormat that wraps the given format to convert the given emptyValue to the empty string and vice versa.
EmptyFormat(Format, int) - Constructor for class com.jgoodies.validation.tutorial.formatted.format.EmptyFormat
Constructs an EmptyFormat that wraps the given format to convert the given emptyValue to the empty string and vice versa.
emptyValue - Variable in class com.jgoodies.validation.tutorial.formatted.format.EmptyFormat
Holds the object that represents the empty value.
equals(Object, Object) - Method in class com.jgoodies.validation.tutorial.formatted.format.EmptyFormat
Checks and answers if the two objects are both null or equal.

F

format(Object, StringBuffer, FieldPosition) - Method in class com.jgoodies.validation.tutorial.formatted.format.DisplayFormat
Formats an object and appends the resulting text to a given string buffer.
format - Variable in class com.jgoodies.validation.tutorial.formatted.format.EmptyFormat
Refers to the wrapped Format that is used to forward #format and #parseObject.
format(Object, StringBuffer, FieldPosition) - Method in class com.jgoodies.validation.tutorial.formatted.format.EmptyFormat
Formats an object and appends the resulting text to a given string buffer.
format(Date, StringBuffer, FieldPosition) - Method in class com.jgoodies.validation.tutorial.formatted.format.RelativeDateFormat
Formats a Date into a date/time string.

G

getDefaultDisplayDateFormat() - Static method in class com.jgoodies.validation.tutorial.formatted.format.RelativeDateFormat
Creates and answers the default Format that is used to edit instances of java.util.Date in the UI: It converts null to empty Strings, uses the short DateFormat, uses shortcuts for output and does not accepts relative input.
getDefaultEditDateFormat() - Static method in class com.jgoodies.validation.tutorial.formatted.format.RelativeDateFormat
Creates and answers the default Format that is used to edit instances of java.util.Date in the UI: It converts null to empty Strings, uses the short DateFormat, uses shortcuts for output and accepts relative input.
getDefaultPrintDateFormat() - Static method in class com.jgoodies.validation.tutorial.formatted.format.RelativeDateFormat
Creates and answers the default Format that is used to edit instances of java.util.Date in the UI: It converts null to empty Strings, uses the short DateFormat, does not uses shortcuts for output and does not accepts relative input.
getResourceBundle() - Method in class com.jgoodies.validation.tutorial.formatted.format.RelativeDateFormat
 
getString(String, String) - Method in class com.jgoodies.validation.tutorial.formatted.format.RelativeDateFormat
Retrieves and returns a String for the given key from the a resource bundle.

I

INTEGER_FORMAT - Static variable in class com.jgoodies.validation.tutorial.formatted.format.RelativeDateFormat
 

K

KEY_TODAY - Static variable in class com.jgoodies.validation.tutorial.formatted.format.RelativeDateFormat
 
KEY_TOMORROW - Static variable in class com.jgoodies.validation.tutorial.formatted.format.RelativeDateFormat
 
KEY_YESTERDAY - Static variable in class com.jgoodies.validation.tutorial.formatted.format.RelativeDateFormat
 

P

parse(String, ParsePosition) - Method in class com.jgoodies.validation.tutorial.formatted.format.RelativeDateFormat
Parse a date/time string according to the given parse position.
parseObject(String, ParsePosition) - Method in class com.jgoodies.validation.tutorial.formatted.format.DisplayFormat
Parses text from a string to produce an object.
parseObject(String) - Method in class com.jgoodies.validation.tutorial.formatted.format.EmptyFormat
Parses text from the beginning of the given string to produce an object.
parseObject(String, ParsePosition) - Method in class com.jgoodies.validation.tutorial.formatted.format.EmptyFormat
Parses text from a string to produce an object.

R

RelativeDateFormat - class com.jgoodies.validation.tutorial.formatted.format.RelativeDateFormat.
A Format that provides special handling for output shortcuts and relative input.
RelativeDateFormat() - Constructor for class com.jgoodies.validation.tutorial.formatted.format.RelativeDateFormat
Constructs a wrapped format that provides special handling for output shortcuts and relative input.
RelativeDateFormat(DateFormat, boolean, boolean) - Constructor for class com.jgoodies.validation.tutorial.formatted.format.RelativeDateFormat
Constructs a wrapped format that provides special handling for output shortcuts and relative input.
resourceBundle - Variable in class com.jgoodies.validation.tutorial.formatted.format.RelativeDateFormat
Refers to an optional ResourceBundle that is used to localize the texts for the output shortcuts: Yesterday, Today, Tomorrow.

S

setResourceBundle(ResourceBundle) - Method in class com.jgoodies.validation.tutorial.formatted.format.RelativeDateFormat
 
shortClassName(Object) - Method in class com.jgoodies.validation.tutorial.formatted.format.DisplayFormat
 
showClass - Variable in class com.jgoodies.validation.tutorial.formatted.format.DisplayFormat
Describes whether the value's class is part of formatted output.

U

useOutputShortcuts - Variable in class com.jgoodies.validation.tutorial.formatted.format.RelativeDateFormat
 

V

VALUE_TODAY - Static variable in class com.jgoodies.validation.tutorial.formatted.format.RelativeDateFormat
 
VALUE_TOMORROW - Static variable in class com.jgoodies.validation.tutorial.formatted.format.RelativeDateFormat
 
VALUE_YESTERDAY - Static variable in class com.jgoodies.validation.tutorial.formatted.format.RelativeDateFormat
 

A C D E F G I K P R S U V