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.TypeReturns 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 TypeMethodDescriptionvoidTmux.Layout.resize(Tmux.Layout.Type type, int change, boolean opposite) private voidTmux.Layout.resizeAdjust(Tmux.Layout.Type type, int change) private intTmux.Layout.resizeCheck(Tmux.Layout.Type type) (package private) intTmux.Layout.resizePaneGrow(Tmux.Layout.Type type, int needed, boolean opposite) (package private) intTmux.Layout.resizePaneShrink(Tmux.Layout.Type type, int needed) voidTmux.Layout.resizeTo(Tmux.Layout.Type type, int new_size) Tmux.Layout.split(Tmux.Layout.Type type, int size, boolean insertBefore)