| Modifier and Type | Method and Description |
|---|---|
Collection<GuiItem> |
Gui.getItems()
Gets all the items in all underlying panes
|
| Modifier and Type | Method and Description |
|---|---|
static GuiItem |
Pane.loadItem(Object instance,
Element element)
Loads an item from an instance and an element
|
| Modifier and Type | Method and Description |
|---|---|
Collection<GuiItem> |
StaticPane.getItems()
Gets all the items in this pane and all underlying panes
|
abstract Collection<GuiItem> |
Pane.getItems()
Gets all the items in this pane and all underlying panes
|
Collection<GuiItem> |
PaginatedPane.getItems()
Gets all the items in this pane and all underlying panes
|
List<GuiItem> |
OutlinePane.getItems()
Gets all the items in this pane and all underlying panes
|
Collection<GuiItem> |
MasonryPane.getItems()
Gets all the items in this pane and all underlying panes
|
| Modifier and Type | Method and Description |
|---|---|
void |
OutlinePane.addItem(GuiItem item)
Adds a gui item at the specific spot in the pane
|
void |
StaticPane.addItem(GuiItem item,
int x,
int y)
Adds a gui item at the specific spot in the pane
|
void |
OutlinePane.insertItem(GuiItem item,
int index)
Adds a gui item in the specified index
|
void |
StaticPane.removeItem(GuiItem item)
Removes the specified item from the pane
|
void |
OutlinePane.removeItem(GuiItem item)
Removes the specified item from the pane
|
| Modifier and Type | Method and Description |
|---|---|
void |
PaginatedPane.populateWithGuiItems(List<GuiItem> items)
Populates the PaginatedPane based on the provided list by adding new pages until all items can fit.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<GuiItem> |
ToggleButton.getItems()
Gets all the items in this pane and all underlying panes
|
Collection<GuiItem> |
CycleButton.getItems()
Gets all the items in this pane and all underlying panes
|
| Modifier and Type | Method and Description |
|---|---|
void |
ToggleButton.setDisabledItem(GuiItem item)
Sets the item to use when the button is set to disabled
|
void |
ToggleButton.setEnabledItem(GuiItem item)
Sets the item to use when the button is set to enabled
|
| Modifier and Type | Method and Description |
|---|---|
Collection<GuiItem> |
VariableBar.getItems()
Gets all the items in this pane and all underlying panes
|
| Modifier and Type | Method and Description |
|---|---|
void |
VariableBar.setBackgroundItem(GuiItem item)
Sets the background item
|
void |
VariableBar.setFillItem(GuiItem item)
Sets the fill item (foreground)
|
Copyright © 2019. All rights reserved.