private static class Window.StatusData
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private int |
input
Status input.
|
private java.util.Map<java.lang.Integer,java.lang.Integer> |
types
Windows status types.
|
| Constructor and Description |
|---|
StatusData(java.util.Map<java.lang.Integer,java.lang.Integer> types,
int input)
Constructor.
|