Uses of Interface
com.iizix.prop.ui.ILayoutAssumeHeight
Packages that use ILayoutAssumeHeight
Uses of ILayoutAssumeHeight in com.iizigo.panel.prop
Classes in com.iizigo.panel.prop that implement ILayoutAssumeHeightModifier 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 ILayoutAssumeHeight in com.iizix.prop.ui
Classes in com.iizix.prop.ui that implement ILayoutAssumeHeightModifier 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.