| Modifier and Type | Method and Description |
|---|---|
static Pane |
Gui.loadPane(Object instance,
Node node)
Loads a pane by the given instance and node
|
| Modifier and Type | Method and Description |
|---|---|
List<Pane> |
Gui.getPanes()
Gets all the panes in this gui, this includes child panes from other panes
|
| Modifier and Type | Method and Description |
|---|---|
void |
Gui.addPane(Pane pane)
Adds a pane to this gui
|
| Modifier and Type | Method and Description |
|---|---|
static void |
Gui.registerPane(String name,
BiFunction<Object,Element,Pane> biFunction)
Registers a name that can be used inside an XML file to add custom panes
|
| Modifier and Type | Class and Description |
|---|---|
class |
MasonryPane
This pane holds panes and decides itself where every pane should go.
|
class |
OutlinePane
A pane for items that should be outlined
|
class |
PaginatedPane
A pane for panes that should be spread out over multiple pages
|
class |
StaticPane
A pane for static items and stuff.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<Pane> |
StaticPane.getPanes()
Gets all the panes in this panes, including any child panes from other panes
|
abstract Collection<Pane> |
Pane.getPanes()
Gets all the panes in this panes, including any child panes from other panes
|
Collection<Pane> |
PaginatedPane.getPanes()
Gets all the panes in this panes, including any child panes from other panes
|
Collection<Pane> |
OutlinePane.getPanes()
Gets all the panes in this panes, including any child panes from other panes
|
Collection<Pane> |
MasonryPane.getPanes()
Gets all the panes in this panes, including any child panes from other panes
|
| Modifier and Type | Method and Description |
|---|---|
void |
PaginatedPane.addPane(int page,
Pane pane)
Assigns a pane to a selected page
|
void |
MasonryPane.addPane(Pane pane)
Adds a pane to this masonry pane
|
static void |
Pane.load(Pane pane,
Object instance,
Element element) |
| Modifier and Type | Class and Description |
|---|---|
class |
CycleButton
A button for cycling between different options
|
class |
Label
A label for displaying text.
|
class |
PercentageBar
A percentage bar for a graphical interface into what amount of a whole is set.
|
class |
Slider
A slider for a graphical interface into what amount of a whole is set.
|
class |
ToggleButton
A button that toggles between an enabled and disabled state.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<Pane> |
ToggleButton.getPanes()
Gets all the panes in this panes, including any child panes from other panes
|
Collection<Pane> |
CycleButton.getPanes()
Gets all the panes in this panes, including any child panes from other panes
|
| Modifier and Type | Method and Description |
|---|---|
void |
CycleButton.addPane(int index,
Pane pane)
Adds a pane to the current list of options
|
void |
CycleButton.addPane(Pane pane)
Adds a pane to the current list of options
|
| Modifier and Type | Class and Description |
|---|---|
class |
VariableBar
A variable bar for UI elements that require some sort of bar
|
| Modifier and Type | Method and Description |
|---|---|
Collection<Pane> |
VariableBar.getPanes()
Gets all the panes in this panes, including any child panes from other panes
|
Copyright © 2019. All rights reserved.