Uses of Class
org.jline.builtins.Tmux.Layout.Type
-
Packages that use Tmux.Layout.Type Package Description org.jline.builtins -
-
Uses of Tmux.Layout.Type in org.jline.builtins
Fields in org.jline.builtins declared as Tmux.Layout.Type Modifier and Type Field Description (package private) Tmux.Layout.TypeTmux.Layout. typeMethods in org.jline.builtins that return Tmux.Layout.Type Modifier and Type Method Description static Tmux.Layout.TypeTmux.Layout.Type. valueOf(java.lang.String name)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.Type Modifier and Type Method Description voidTmux.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.LayoutTmux.Layout. split(Tmux.Layout.Type type, int size, boolean insertBefore)
-