Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
G
H
I
L
M
N
P
R
S
T
U
V
H
HexApplet
- Class in
uk.co.keang.hex.demo
An applet displaying the HexLayoutDemo program
HexApplet()
- Constructor for class uk.co.keang.hex.demo.
HexApplet
HexBtnUtilities
- Class in
uk.co.keang.hex.gui
A collection of utility methods for Hexagonal buttons
HexBtnUtilities()
- Constructor for class uk.co.keang.hex.gui.
HexBtnUtilities
HexBtnUtilities.HexOrientation
- Enum in
uk.co.keang.hex.gui
HexButton
- Class in
uk.co.keang.hex.gui
A six sided button.
HexButton()
- Constructor for class uk.co.keang.hex.gui.
HexButton
Creates a button with no icon or text
HexButton(Icon)
- Constructor for class uk.co.keang.hex.gui.
HexButton
Creates a button with the given icon
HexButton(String)
- Constructor for class uk.co.keang.hex.gui.
HexButton
Creates a button with the given text
HexButton(Action)
- Constructor for class uk.co.keang.hex.gui.
HexButton
Creates a button with the given Action
HexButton(String, Icon)
- Constructor for class uk.co.keang.hex.gui.
HexButton
Creates a button with the given text and icon
HexLayout
- Class in
uk.co.keang.hex.gui
The Hexagonal layout manager lays out components in a hexagonal grid.
HexLayout()
- Constructor for class uk.co.keang.hex.gui.
HexLayout
Creates a hex layout with a default of one column per component, in a single row.
HexLayout(int, int)
- Constructor for class uk.co.keang.hex.gui.
HexLayout
Creates a hex layout with the specified number of rows and columns.
HexLayout(int, int, int, HexBtnUtilities.HexOrientation, HexLayout.HexLayoutStyle)
- Constructor for class uk.co.keang.hex.gui.
HexLayout
Creates an offset hex layout with the specified number of lines and components per line.
HexLayout.HexLayoutStyle
- Enum in
uk.co.keang.hex.gui
An enum defining the layout styles available
HexLayoutDemo
- Class in
uk.co.keang.hex.demo
A demonstration program for Hexagonal buttons and layout
HexLayoutDemo()
- Constructor for class uk.co.keang.hex.demo.
HexLayoutDemo
HexToggleButton
- Class in
uk.co.keang.hex.gui
A six sided toggle button.
HexToggleButton()
- Constructor for class uk.co.keang.hex.gui.
HexToggleButton
Creates a button with no icon or text
HexToggleButton(Icon)
- Constructor for class uk.co.keang.hex.gui.
HexToggleButton
Creates a button with the given icon
HexToggleButton(String)
- Constructor for class uk.co.keang.hex.gui.
HexToggleButton
Creates a button with the given text
HexToggleButton(Action)
- Constructor for class uk.co.keang.hex.gui.
HexToggleButton
Creates a button with the given Action
HexToggleButton(Icon, boolean)
- Constructor for class uk.co.keang.hex.gui.
HexToggleButton
Creates a button with the given icon in the given toggled state
HexToggleButton(String, boolean)
- Constructor for class uk.co.keang.hex.gui.
HexToggleButton
Creates a button with the given text in the given toggled state
HexToggleButton(String, Icon)
- Constructor for class uk.co.keang.hex.gui.
HexToggleButton
Creates a button with the given text and icon
HexToggleButton(String, Icon, boolean)
- Constructor for class uk.co.keang.hex.gui.
HexToggleButton
Creates a button with the given text and icon and in the given toggled state
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
G
H
I
L
M
N
P
R
S
T
U
V