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 the PropertiesDialog abstract class and its two supported implementations.
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.dialog
Fields in ca.corbett.extras.properties.dialog declared as AlignmentModifier and TypeFieldDescriptionprotected AlignmentPropertiesDialog.alignmentstatic final AlignmentPropertiesDialog.DEFAULT_ALIGNMENTMethods in ca.corbett.extras.properties.dialog with parameters of type AlignmentModifier and TypeMethodDescriptionPropertiesDialog.setAlignment(Alignment alignment) Sets the preferred FormPanel alignment for all FormPanels on this dialog. -
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