Package docking.widgets.table.constrainteditor
package docking.widgets.table.constrainteditor
-
ClassDescriptionBase class for many constraint editors, providing implementation for much of the interface.An editor that provides suggestions of values that, according to StringColumnConstraint, match a user-supplied pattern.A constraint editor for Boolean-type constraints, offering a choice of boolean values.Defines the contract for building user-interface elements for manipulating constraint configuration.Abstract base class for constraint editors that load all the data in a column in order to initialize themselves.A constraint editor for specifying ranges of dates.Creates a component for editing Dates using a formated textfield and a Jspinner.A constraint editor for specifying comparison with a single Date value.Editor for constraints that don't have a value that needs editing.A constraint editor for specifying ranges of floating-point numbers (Float and Double)A constraint editor for specifying comparison with a single floating-point value (Float and Double).An editor that is always invalid.EnumConstraintEditor<T extends Enum<T>>A constraint editor for enumerated-type values;IntegerConstraintEditor<T extends Number>A constraint editor for specifying comparison with a single integer-type value (Byte, Short, Integer, and Long).IntegerRangeConstraintEditor<T extends Number>A constraint editor for specifying ranges of integer-type numbers (Byte, Short, Integer, and Long).Spinner Model for LocalDateInterface used by number constraints.A constraint editor that supports object type conversions, wrapping the editor for the converted-to type.A constraint editor for String-type values.A constraint editor for 64 bit unsigned numbers.Provides an editor for editing constraints for unsigned 64 bit values.A constraint editor for specifying ranges of unsigned long values.