|
Drag[en]gine Script Module DragonScript 1.32.1
|
Switch panel action listener. More...
Public Member Functions | |
| int | getIndex () |
| Index of panel to switch to. | |
| SwitchPanel | getSwitchPanel () |
| Switch panel. | |
| SwitchAction | new (SwitchPanel switchPanel, int index) |
| Create listener. | |
| void | onAction (ActionEvent event) |
| Run action. | |
| void | setIndex (int index) |
| Set index of panel to switch to. | |
Switch panel action listener.
| int Dragengine.Gui.SwitchPanel.SwitchAction.getIndex | ( | ) |
Index of panel to switch to.
| SwitchPanel Dragengine.Gui.SwitchPanel.SwitchAction.getSwitchPanel | ( | ) |
Switch panel.
| SwitchAction Dragengine.Gui.SwitchPanel.SwitchAction.new | ( | SwitchPanel | switchPanel, |
| int | index | ||
| ) |
Create listener.
| void Dragengine.Gui.SwitchPanel.SwitchAction.onAction | ( | ActionEvent | event | ) |
Run action.
| void Dragengine.Gui.SwitchPanel.SwitchAction.setIndex | ( | int | index | ) |
Set index of panel to switch to.