# io.github.libtmux.Window_.Window_

- **Module:** io.github.libtmux.Window_
- **Package:** io.github.libtmux:libtmux
- **Language:** Java
- **Kind:** class
- **Source:** https://github.com/libtmux/libtmux-java/blob/c3517519ee799428a809ce6deb1708c8be289cd1/libtmux/src/main/java/io/github/libtmux/Window_.java#L7
- **Page:** https://libtmux.org/reference/java/io-github-libtmux-window_-window_/

Typed fields of {@link Window}.

## Members

- `id` (method) — The underlying window id, shared by every link to it.
- `name` (method) — The window name.
- `index` (method) — Where this link sits in its session.
- `active` (method) — Whether this was its session's active window.
- `linked` (method) — Whether the underlying window is linked into more than one session.
- `panes` (method) — This link's panes.
- `session` (method) — The session this link belongs to.
