Uses of Enum Class
ca.corbett.forms.Alignment
Packages that use Alignment
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 classes and utilities for showing "About" information
in your application (author, date published, release notes, project url, license and so on).
Contains a custom Properties implementation to augment the one provided by java.
Welcome to swing-forms!
-
Uses of Alignment in ca.corbett.extensions
Methods in ca.corbett.extensions with parameters of type AlignmentModifier and TypeMethodDescriptionbooleanAppProperties.showPropertiesDialog(Frame owner, Alignment alignment) Generates and shows a PropertiesDialog to allow the user to view or change any of the current properties. -
Uses of Alignment in ca.corbett.extras.about
Constructors in ca.corbett.extras.about with parameters of type AlignmentModifierConstructorDescriptionAboutPanel(AboutInfo info, Alignment alignment, int leftMargin) Creates a new AboutPanel with the given AboutInfo object. -
Uses of Alignment in ca.corbett.extras.properties
Methods in ca.corbett.extras.properties with parameters of type AlignmentModifier and TypeMethodDescriptionPropertiesManager.generateDialog(Window owner, String dialogTitle, Alignment alignment, int leftMargin) Generates a PropertiesDialog containing all the non-hidden properties managed by this PropertiesManager.PropertiesManager.generateUnrenderedFormPanels(Alignment alignment) PropertiesManager.generateUnrenderedFormPanels(Alignment alignment, int leftMargin) PropertiesManager.generateUnrenderedFormPanels(List<AbstractProperty> props, Alignment alignment) PropertiesManager.generateUnrenderedFormPanels(List<AbstractProperty> props, Alignment alignment, boolean alwaysShowSubcategoryLabels) PropertiesManager.generateUnrenderedFormPanels(List<AbstractProperty> props, Alignment alignment, int leftMargin, boolean alwaysShowSubcategoryLabels) -
Uses of Alignment in ca.corbett.forms
Methods in ca.corbett.forms that return AlignmentModifier and TypeMethodDescriptionFormPanel.getAlignment()Returns the Alignment property of this FormPanel.static AlignmentReturns the enum constant of this class with the specified name.static Alignment[]Alignment.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in ca.corbett.forms with parameters of type AlignmentModifier and TypeMethodDescriptionFormPanel.setAlignment(Alignment alignment) Changes the Alignment property of this FormPanel and re-renders it.Constructors in ca.corbett.forms with parameters of type Alignment