Uses of Enum Class
javax.swing.LayoutStyle.ComponentPlacement
Package
Description
Provides a set of "lightweight" (all-Java language) components
that, to the maximum degree possible, work the same on all platforms.
-
Uses of LayoutStyle.ComponentPlacement in javax.swing
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static LayoutStyle.ComponentPlacement[]
LayoutStyle.ComponentPlacement.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionGroupLayout.SequentialGroup.addPreferredGap
(JComponent comp1, JComponent comp2, LayoutStyle.ComponentPlacement type) Adds an element representing the preferred gap between two components.GroupLayout.SequentialGroup.addPreferredGap
(JComponent comp1, JComponent comp2, LayoutStyle.ComponentPlacement type, int pref, int max) Adds an element representing the preferred gap between two components.GroupLayout.SequentialGroup.addPreferredGap
(LayoutStyle.ComponentPlacement type) Adds an element representing the preferred gap between the nearest components.GroupLayout.SequentialGroup.addPreferredGap
(LayoutStyle.ComponentPlacement type, int pref, int max) Adds an element representing the preferred gap between the nearest components.abstract int
LayoutStyle.getPreferredGap
(JComponent component1, JComponent component2, LayoutStyle.ComponentPlacement type, int position, Container parent) Returns the amount of space to use between two components.