public class MapTilePanel
extends java.lang.Object
TilePanel
with a border and makes focus
traversal work within the map tile pane.Constructor and Description |
---|
MapTilePanel(int direction,
int[] nextFocus,
@NotNull TilePanel tilePanel,
@NotNull java.lang.String name)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
@NotNull TilePanel |
getTilePanel() |
public MapTilePanel(int direction, int[] nextFocus, @NotNull @NotNull TilePanel tilePanel, @NotNull @NotNull java.lang.String name)
direction
- index, used to determine the direction and corresponding
locale keysnextFocus
- the indices of next focustilePanel
- the tile panel to show@NotNull public @NotNull TilePanel getTilePanel()