public static class IButtonBehaviour.Radio extends java.lang.Object implements IButtonBehaviour
IButtonBehaviour.Radio
Modifier and Type | Field and Description |
---|---|
GuiAbstractButton[] |
buttons |
DEFAULT, TOGGLE
Constructor and Description |
---|
Radio(GuiAbstractButton... buttons) |
Modifier and Type | Method and Description |
---|---|
void |
mousePressed(GuiAbstractButton button,
int bkey) |
void |
mouseReleased(GuiAbstractButton button,
int bkey) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
createAndSetRadioButtons
public final GuiAbstractButton[] buttons
public Radio(GuiAbstractButton... buttons)
public void mousePressed(GuiAbstractButton button, int bkey)
mousePressed
in interface IButtonBehaviour
public void mouseReleased(GuiAbstractButton button, int bkey)
mouseReleased
in interface IButtonBehaviour