Class VerticalFlowLayout
java.lang.Object
com.atlassian.jira.configurator.gui.VerticalFlowLayout
- All Implemented Interfaces:
LayoutManager
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddLayoutComponent(String name, Component comp) intgetVgap()Gets the vertical gap between components.voidlayoutContainer(Container parent) minimumLayoutSize(Container parent) preferredLayoutSize(Container parent) voidvoidsetVgap(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:
addLayoutComponentin interfaceLayoutManager
-
removeLayoutComponent
- Specified by:
removeLayoutComponentin interfaceLayoutManager
-
preferredLayoutSize
- Specified by:
preferredLayoutSizein interfaceLayoutManager
-
minimumLayoutSize
- Specified by:
minimumLayoutSizein interfaceLayoutManager
-
layoutContainer
- Specified by:
layoutContainerin interfaceLayoutManager
-