# io.github.libtmux.Pane_.Pane_

- **Module:** io.github.libtmux.Pane_
- **Package:** io.github.libtmux:libtmux
- **Language:** Java
- **Kind:** class
- **Source:** https://github.com/libtmux/libtmux-java/blob/842228310449e879ebcaa3f910597757c9dbffd6/libtmux/src/main/java/io/github/libtmux/Pane_.java#L6
- **Page:** https://libtmux.org/en/java/latest/reference/io-github-libtmux-pane_-pane_/

Typed fields of {@link Pane}.

## Members

- `id` (method): The pane id.
- `command` (method): The command tmux reported running in the pane.
- `index` (method): The pane's position in its window.
- `active` (method): Whether this was its window's active pane.
- `title` (method): The pane's title, which a program running in it can set.
- `path` (method): The pane's working directory, as the text tmux reported.
- `width` (method): The pane's width, in cells.
- `height` (method): The pane's height, in cells.
- `left` (method): The column of the pane's left edge in its window.
- `top` (method): The row of the pane's top edge in its window.
