Uses of Class
com.iizix.prop.ui.SwapData
Packages that use SwapData Package Description com.iizigo.panel.prop com.iizix.prop.ui Uses of SwapData in com.iizigo.panel.prop
Subclasses of SwapData in com.iizigo.panel.prop Modifier and Type Class Description class
ESwapData
Setup layout data for a component in a container with tab layout.Uses of SwapData in com.iizix.prop.ui
Methods in com.iizix.prop.ui that return SwapData Modifier and Type Method Description SwapData
SwapLayout. createDefaultLayoutProp(UIComp uiComp)
Creates the default LayoutProp to use for a new component that is inserted directly into the UIComps container.Methods in com.iizix.prop.ui that return types with arguments of type SwapData Modifier and Type Method Description java.lang.Class<SwapData>
SwapLayout. getLayoutPropClass()
Returns the class required for this layout property.Methods in com.iizix.prop.ui with parameters of type SwapData Modifier and Type Method Description protected boolean
SwapLayout. hasHeight0(SwapData layout)
Verifies if the layout data has a height.protected boolean
SwapLayout. hasWidth0(SwapData layout)
Verifies if the layout data has a width.