Uses of Class
org.teamapps.ux.component.workspacelayout.definition.SplitSize
Packages that use SplitSize
Package
Description
-
Uses of SplitSize in org.teamapps.ux.application.layout
Methods in org.teamapps.ux.application.layout with parameters of type SplitSizeModifier and TypeMethodDescriptionstatic 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 SplitSizeModifierConstructorDescriptionExtendedLayout(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 SplitSizeModifier and TypeMethodDescriptionstatic 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 SplitSizeModifierConstructorDescriptionSplitPaneDefinition(String id, SplitDirection splitDirection, SplitSize splitSize, LayoutItemDefinition firstChild, LayoutItemDefinition lastChild)