Uses of Enum
org.jline.builtins.Tmux.Layout.Type
Packages that use Tmux.Layout.Type
-
Uses of Tmux.Layout.Type in org.jline.builtins
Fields in org.jline.builtins declared as Tmux.Layout.TypeMethods in org.jline.builtins that return Tmux.Layout.TypeModifier and TypeMethodDescriptionstatic Tmux.Layout.Type
Returns the enum constant of this type with the specified name.static Tmux.Layout.Type[]
Tmux.Layout.Type.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jline.builtins with parameters of type Tmux.Layout.TypeModifier and TypeMethodDescriptionvoid
Tmux.Layout.resize
(Tmux.Layout.Type type, int change, boolean opposite) private void
Tmux.Layout.resizeAdjust
(Tmux.Layout.Type type, int change) private int
Tmux.Layout.resizeCheck
(Tmux.Layout.Type type) (package private) int
Tmux.Layout.resizePaneGrow
(Tmux.Layout.Type type, int needed, boolean opposite) (package private) int
Tmux.Layout.resizePaneShrink
(Tmux.Layout.Type type, int needed) void
Tmux.Layout.resizeTo
(Tmux.Layout.Type type, int new_size) Tmux.Layout.split
(Tmux.Layout.Type type, int size, boolean insertBefore)