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.Type
Tmux.Layout. type
Methods in org.jline.builtins that return Tmux.Layout.Type Modifier and Type Method Description static Tmux.Layout.Type
Tmux.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 void
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
Tmux.Layout. split(Tmux.Layout.Type type, int size, boolean insertBefore)
-