Uses of Class
ca.corbett.extras.demo.panels.PanelBuilder
Packages that use PanelBuilder
Package
Description
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.
-
Uses of PanelBuilder in ca.corbett.extensions.demo
Subclasses of PanelBuilder in ca.corbett.extensions.demoModifier and TypeClassDescriptionclassA demo panel to show off ONLY SOME of what ExtensionManager can do. -
Uses of PanelBuilder in ca.corbett.extras.demo.panels
Subclasses of PanelBuilder in ca.corbett.extras.demo.panelsModifier and TypeClassDescriptionclassclassTo show off the new ActionPanel component.classThis demo panel shows off some of the fun "panel effects" that are available in swing-extras as of the 2.7 release: Panel fade - animate a "fade in" and "fade out" effect. Panel blur - blur the contents of a panel. Falling snow - animate falling snowflakes over a panel.classA demo panel to show off the ImageScroller class.classfinal classProvides a way to test out the AudioUtils, and more specifically, the AudioWaveformPanel.classA demo panel for the CustomizableDesktopPane, showing off color gradient backgrounds and optional placement of a logo image on the desktop background.classA demo panel for the DirTree component, to show off some of its capabilities.classA quick demo panel to show off the capabilities of ImageTextUtil.classImageUtil is a utility class that offers a lot of handy functionality around loading, saving, and manipulating images.classBuilds a very simple FormPanel with some introductory text.classThis demo panel shows off the KeyStrokeManager class, which makes it easy to register and manage keyboard shortcut handlers for any window.classA demo panel to show off the LogConsole and the LogConsoleStyle/LogConsoleTheme customizations that you can do to it.classA quick demo of the capabilities of the progress classes.classDemo panel to show off PropertiesManager and PropertiesDialog capabilities.classA demo panel for showing off the new TextInputDialog. -
Uses of PanelBuilder in ca.corbett.forms.demo
Subclasses of PanelBuilder in ca.corbett.forms.demoModifier and TypeClassDescriptionclassA demo panel for showing off some "advanced", or less-commonly-used, FormField implementations.classBuilds a FormPanel that contains examples of "basic" FormFields.classA demo panel to show a custom FormField implementation - FontField.classBuilds a FormPanel that gives some examples of attaching a custom Action to FormFields to do certain things when their value changes.classThis demo panel shows how to add helpful informational messages to FormFields.classBuilds a very simple FormPanel with some introductory text.classSome FormFields support custom cell renderers, which can allow you to highly customize those fields - this demo panel shows an example of this in action.classBuilds a FormPanel that shows how to add custom FieldValidators to make form validation very easy to implement.classA demo panel to show off the List and Panel related FormFields.