# io.github.libtmux.jackson.LibTmuxModels.LibTmuxModels

- **Module:** io.github.libtmux.jackson.LibTmuxModels
- **Package:** io.github.libtmux:libtmux
- **Language:** Java
- **Kind:** class
- **Source:** https://github.com/libtmux/libtmux-java/blob/c3517519ee799428a809ce6deb1708c8be289cd1/libtmux-jackson/src/main/java/io/github/libtmux/jackson/LibTmuxModels.java#L18
- **Page:** https://libtmux.org/reference/java/io-github-libtmux-jackson-libtmuxmodels-libtmuxmodels/

The wire ids for this library's own entities.

<p>The ids are tmux's format names, which is what makes a document readable by something that is
not this library: another implementation already knows what {@code pane_current_command} means.

## Members

- `pane` (method) — The model documents name {@code pane}.
- `window` (method) — The model documents name {@code window}, reaching panes.
- `session` (method) — The model documents name {@code session}, reaching windows.
- `client` (method) — The model documents name {@code client}, reaching its session.
