Verwendungen von Klasse
org.teamapps.ux.component.workspacelayout.definition.SplitSize
Packages, die SplitSize verwenden
Package
Beschreibung
-
Verwendungen von SplitSize in org.teamapps.ux.application.layout
Methoden in org.teamapps.ux.application.layout mit Parametern vom Typ SplitSizeModifizierer und TypMethodeBeschreibungstatic 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) Konstruktoren in org.teamapps.ux.application.layout mit Parametern vom Typ SplitSizeModifiziererKonstruktorBeschreibungExtendedLayout(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) -
Verwendungen von SplitSize in org.teamapps.ux.component.workspacelayout.definition
Methoden in org.teamapps.ux.component.workspacelayout.definition, die SplitSize zurückgebenModifizierer und TypMethodeBeschreibungstatic SplitSizeSplitSize.firstFixed(float size) static SplitSizeSplitSize.lastFixed(float size) static SplitSizeSplitSize.relative(float size) Konstruktoren in org.teamapps.ux.component.workspacelayout.definition mit Parametern vom Typ SplitSizeModifiziererKonstruktorBeschreibungSplitPaneDefinition(String id, SplitDirection splitDirection, SplitSize splitSize, LayoutItemDefinition firstChild, LayoutItemDefinition lastChild)