Uses of Class
org.teamapps.ux.component.workspacelayout.definition.SplitSize
-
Packages that use SplitSize Package Description org.teamapps.ux.application.layout org.teamapps.ux.component.workspacelayout.definition -
-
Uses of SplitSize in org.teamapps.ux.application.layout
Methods in org.teamapps.ux.application.layout with parameters of type SplitSize Modifier and Type Method Description static LayoutItemDefinitionExtendedLayout. createLayout(SplitSize superTopHeight, SplitSize leftWidth, SplitSize leftHeight, SplitSize innerLeftWidth, SplitSize innerLeftHeight, SplitSize topHeight, SplitSize centerWidth, SplitSize centerHeight, SplitSize rightWidth, SplitSize rightHeight, SplitSize outerRightHeight)static LayoutItemDefinitionStandardLayout. createLayout(SplitSize leftWidth, SplitSize leftHeight, SplitSize topHeight, SplitSize centerWidth, SplitSize centerHeight, SplitSize rightHeight)Constructors in org.teamapps.ux.application.layout with parameters of type SplitSize Constructor Description ExtendedLayout(SplitSize superTopHeight, SplitSize leftWidth, SplitSize leftHeight, SplitSize innerLeftWidth, SplitSize innerLeftHeight, SplitSize topHeight, SplitSize centerWidth, SplitSize centerHeight, SplitSize rightWidth, SplitSize rightHeight, SplitSize outerRightHeight)StandardLayout(SplitSize leftWidth, SplitSize leftHeight, SplitSize topHeight, SplitSize centerWidth, SplitSize centerHeight, SplitSize rightHeight) -
Uses of SplitSize in org.teamapps.ux.component.workspacelayout.definition
Methods in org.teamapps.ux.component.workspacelayout.definition that return SplitSize Modifier and Type Method Description static SplitSizeSplitSize. firstFixed(float size)static SplitSizeSplitSize. lastFixed(float size)static SplitSizeSplitSize. relative(float size)Constructors in org.teamapps.ux.component.workspacelayout.definition with parameters of type SplitSize Constructor Description SplitPaneDefinition(java.lang.String id, SplitDirection splitDirection, SplitSize splitSize, LayoutItemDefinition firstChild, LayoutItemDefinition lastChild)
-