Uses of Package
ca.corbett.extras.properties
Packages that use ca.corbett.extras.properties
Package
Description
Contains code that enables your applications to define dynamic extensions that can be
packaged into jar files and loaded at runtime to alter the behaviour of your application,
or even to supplement your application with additional behaviour.
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.
-
Classes in ca.corbett.extras.properties used by ca.corbett.extensionsClassDescriptionA generic abstract base class for property fields, to be used with PropertiesManager.Provides a highly configurable wrapper around a set of related properties, along with ways to manage them and present them to the user for viewing and modification.
-
Classes in ca.corbett.extras.properties used by ca.corbett.extensions.uiClassDescriptionA generic abstract base class for property fields, to be used with PropertiesManager.
-
Classes in ca.corbett.extras.properties used by ca.corbett.extras.audioClassDescriptionA generic abstract base class for property fields, to be used with PropertiesManager.Provides a wrapper around java's Properties class, with convenience methods that abstract away the type conversions that callers would otherwise have to worry about.
-
Classes in ca.corbett.extras.properties used by ca.corbett.extras.imageClassDescriptionA generic abstract base class for property fields, to be used with PropertiesManager.Provides a wrapper around java's Properties class, with convenience methods that abstract away the type conversions that callers would otherwise have to worry about.
-
Classes in ca.corbett.extras.properties used by ca.corbett.extras.loggingClassDescriptionA generic abstract base class for property fields, to be used with PropertiesManager.Provides a wrapper around java's Properties class, with convenience methods that abstract away the type conversions that callers would otherwise have to worry about.
-
Classes in ca.corbett.extras.properties used by ca.corbett.extras.propertiesClassDescriptionA generic abstract base class for property fields, to be used with PropertiesManager.Represents a property that can either be on or off.Wraps a ButtonField, and allows you to add buttons to a FormPanel dynamically.This property wraps an empty CollapsiblePanelField and allows you to add subfields dynamically to it when the property's FormField is created.Represents a property that can either be a solid colour, a gradient, or both.Represents a single-select chooser field that allows selection from a list of items.Represents a property that can store some floating point value.Represents a field that contains a directory name.Represents a multi-choice property, very similar to a ComboProperty, except that the options come from a supplied enum instead of a List of String values.Represents a property field to allow selection of a file.Represents a property field that allows storing a Font, along with associated style and optional color attributes.Can be used with AbstractProperty and its implementing classes to listen for FormField generation.Represents a property that can store some integer value.A property implementation for storing KeyStroke values.An extremely simple property which represents a static label.Wraps a ListField to allow for a multi-select property.Represents an AbstractProperty wrapper around the ListSubset form field.Represents a property that can store a long text (multi-line) value.This property wraps an empty PanelField and allows you to add subfields dynamically to it when the property's FormField is created.A property to represent a password, which should by default be hidden in the UI.Provides a wrapper around java's Properties class, with convenience methods that abstract away the type conversions that callers would otherwise have to worry about.Can be used with AbstractProperty and all of its implementations to listen for live changes on the FormField that was created by and is managed by that property.Used by PropertyFormFieldChangeListener to indicate that a change has been made in a FormField that was created and is managed by some AbstractProperty instance.
-
Classes in ca.corbett.extras.properties used by ca.corbett.extras.properties.dialogClassDescriptionA generic abstract base class for property fields, to be used with PropertiesManager.