Class FillingLayout
java.lang.Object
com.inductiveautomation.ignition.client.util.gui.FillingLayout
- All Implemented Interfaces:
- LayoutManager
Simple layout manager fills all components to the size of the parent
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidaddLayoutComponent(String name, Component comp) voidlayoutContainer(Container parent) minimumLayoutSize(Container parent) preferredLayoutSize(Container parent) voidprotected void
- 
Constructor Details- 
FillingLayoutpublic FillingLayout()
 
- 
- 
Method Details- 
addLayoutComponent- Specified by:
- addLayoutComponentin interface- LayoutManager
 
- 
removeLayoutComponent- Specified by:
- removeLayoutComponentin interface- LayoutManager
 
- 
preferredLayoutSize- Specified by:
- preferredLayoutSizein interface- LayoutManager
 
- 
minimumLayoutSize- Specified by:
- minimumLayoutSizein interface- LayoutManager
 
- 
layoutContainer- Specified by:
- layoutContainerin interface- LayoutManager
 
- 
setBounds
 
-