Uses of Interface
com.iizix.prop.ui.ILayoutUnitHeight
Packages that use ILayoutUnitHeight
Uses of ILayoutUnitHeight in com.iizigo.panel.prop
Classes in com.iizigo.panel.prop that implement ILayoutUnitHeightModifier and TypeClassDescriptionclass
Setup layout data for a component in a container with absolute layout.class
Setup layout data for a component in a container with border layout.class
Flex layout data.class
Grid layout data.Uses of ILayoutUnitHeight in com.iizix.prop.ui
Classes in com.iizix.prop.ui that implement ILayoutUnitHeightModifier and TypeClassDescriptionclass
The AbsoluteData is the layout data for components in a container with AbsoluteLayout.class
The BorderData is the layout data for components in a container with BorderLayout.class
The FlexData is the layout data for components in a container with FlexLayout.class
The GridData is the layout data for components in a container with GridLayout.