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 TypeClassDescriptionclassSetup layout data for a component in a container with absolute layout.classSetup layout data for a component in a container with border layout.classFlex layout data.classGrid layout data.Uses of ILayoutUnitHeight in com.iizix.prop.ui
Classes in com.iizix.prop.ui that implement ILayoutUnitHeightModifier and TypeClassDescriptionclassThe AbsoluteData is the layout data for components in a container with AbsoluteLayout.classThe BorderData is the layout data for components in a container with BorderLayout.classThe FlexData is the layout data for components in a container with FlexLayout.classThe GridData is the layout data for components in a container with GridLayout.