Uses of Package
ca.corbett.forms.fields
Packages that use ca.corbett.forms.fields
Package
Description
Contains UI classes for the app-extensions code, most notably the ExtensionManagerDialog.
Contains utility classes related to audio handling (playback and recording).
Contains utilities and components related to image handling.
Contains the LogConsole and associated classes - useful for showing log information
for your Swing application at runtime.
Contains a custom Properties implementation to augment the one provided by java.
Contains the PropertiesDialog abstract class and its two supported implementations.
Welcome to swing-forms!
This package contains action classes related to swing-forms.
This package contains demo panels that showcase some of the features
of swing-forms and gives some examples of how to do stuff with it.
ca.corbett.forms.fields
All FormFields support optional validation in the form of a FieldValidator.
-
Classes in ca.corbett.forms.fields used by ca.corbett.extensions.uiClassDescriptionA FormField implementation that allows the user to select one or more images, and display them in a scrollable form field.Represents a form field that just presents a static label without any user interaction.
-
Classes in ca.corbett.forms.fields used by ca.corbett.extrasClassDescriptionFormField is an abstract base class which allows for the creation of a form field that wraps one or more Java Swing UI components.A FormField implementation specifically for long (multi-line) text input.A FormField implementation specifically for short (single-line) text input.
-
Classes in ca.corbett.forms.fields used by ca.corbett.extras.audioClassDescriptionFormField is an abstract base class which allows for the creation of a form field that wraps one or more Java Swing UI components.
-
Classes in ca.corbett.forms.fields used by ca.corbett.extras.demo.panelsClassDescriptionRepresents a form field that just presents a static label without any user interaction.
-
Classes in ca.corbett.forms.fields used by ca.corbett.extras.imageClassDescriptionFormField is an abstract base class which allows for the creation of a form field that wraps one or more Java Swing UI components.
-
Classes in ca.corbett.forms.fields used by ca.corbett.extras.loggingClassDescriptionFormField is an abstract base class which allows for the creation of a form field that wraps one or more Java Swing UI components.
-
Classes in ca.corbett.forms.fields used by ca.corbett.extras.propertiesClassDescriptionCurrently supported selection modes for this field.FormField is an abstract base class which allows for the creation of a form field that wraps one or more Java Swing UI components.
-
Classes in ca.corbett.forms.fields used by ca.corbett.extras.properties.dialogClassDescriptionFormField is an abstract base class which allows for the creation of a form field that wraps one or more Java Swing UI components.
-
Classes in ca.corbett.forms.fields used by ca.corbett.formsClassDescriptionFormField is an abstract base class which allows for the creation of a form field that wraps one or more Java Swing UI components.
-
Classes in ca.corbett.forms.fields used by ca.corbett.forms.actions
-
Classes in ca.corbett.forms.fields used by ca.corbett.forms.demo
-
Classes in ca.corbett.forms.fields used by ca.corbett.forms.fieldsClassDescriptionRepresents a FormField that can contain one or more buttons with configurable actions.A FormField to wrap a JCheckBox.Similar to PanelField, except this class gives you an "expand/contract" icon that allows the panel contents to be displayed or hidden.A FormField implementation for selecting a solid color.A FormField wrapping a JComboBox.A FormField for choosing a single directory or file.Currently supported selection modes for this field.A FormField implementation that provides the ability to select a Font, with optional abilities to select font size, font color, and font background color.FormField is an abstract base class which allows for the creation of a form field that wraps one or more Java Swing UI components.The HtmlLabelField can be used to convert part of a label into a hyperlink, or which can be used to embed multiple separate hyperlinks within the same label.A FormField implementation that allows the user to select one or more images, and display them in a scrollable form field.A custom FormField implementation that allows editing of a single KeyStroke assignment.Represents a form field that just presents a static label without any user interaction.Wraps a JList to allow for multi-selection of some object type.Represents a FormField that allows selection of a subset from a list.A FormField implementation specifically for long (multi-line) text input.A FormField implementation for viewing or editing a Margins instance.A FormField that wraps a JSpinner to allow numeric input.A FormField that wraps and exposes a JPanel, into which callers can render whatever extra custom components they want to display inline with the form.A FormField for password input.A FormField implementation specifically for short (single-line) text input.Wraps a JSlider and provides options for configuring it.Can be added to a FormField to receive notification when the FormField's value has changed.
-
Classes in ca.corbett.forms.fields used by ca.corbett.forms.validatorsClassDescriptionA FormField for choosing a single directory or file.FormField is an abstract base class which allows for the creation of a form field that wraps one or more Java Swing UI components.Wraps a JList to allow for multi-selection of some object type.A FormField implementation specifically for short (single-line) text input.