Class VerticalFlowLayout
java.lang.Object
com.atlassian.jira.configurator.gui.VerticalFlowLayout
- All Implemented Interfaces:
LayoutManager
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addLayoutComponent
(String name, Component comp) int
getVgap()
Gets the vertical gap between components.void
layoutContainer
(Container parent) minimumLayoutSize
(Container parent) preferredLayoutSize
(Container parent) void
void
setVgap
(int vgap) Sets the vertical gap between components to the specified value.
-
Constructor Details
-
VerticalFlowLayout
public VerticalFlowLayout()
-
-
Method Details
-
getVgap
public int getVgap()Gets the vertical gap between components.- Returns:
- the vertical gap between components
-
setVgap
public void setVgap(int vgap) Sets the vertical gap between components to the specified value.- Parameters:
vgap
- the vertical gap between components
-
addLayoutComponent
- Specified by:
addLayoutComponent
in interfaceLayoutManager
-
removeLayoutComponent
- Specified by:
removeLayoutComponent
in interfaceLayoutManager
-
preferredLayoutSize
- Specified by:
preferredLayoutSize
in interfaceLayoutManager
-
minimumLayoutSize
- Specified by:
minimumLayoutSize
in interfaceLayoutManager
-
layoutContainer
- Specified by:
layoutContainer
in interfaceLayoutManager
-