public interface IButtonBehaviour
Modifier and Type | Interface and Description |
---|---|
static class |
IButtonBehaviour.Radio
A radio button is a button linked to several other buttons, of which only 1 can be pressed at a time.
|
Modifier and Type | Field and Description |
---|---|
static IButtonBehaviour |
DEFAULT |
static IButtonBehaviour |
TOGGLE |
Modifier and Type | Method and Description |
---|---|
static IButtonBehaviour.Radio |
createAndSetRadioButtons(GuiAbstractButton... buttons) |
void |
mousePressed(GuiAbstractButton button,
int bkey) |
void |
mouseReleased(GuiAbstractButton button,
int bkey) |
static final IButtonBehaviour DEFAULT
static final IButtonBehaviour TOGGLE
void mousePressed(GuiAbstractButton button, int bkey)
void mouseReleased(GuiAbstractButton button, int bkey)
static IButtonBehaviour.Radio createAndSetRadioButtons(GuiAbstractButton... buttons)