Uses of Class
dev.despical.inventoryframework.pane.Pane
Packages that use Pane
Package
Description
-
Uses of Pane in dev.despical.inventoryframework
Methods in dev.despical.inventoryframework that return PaneModifier and TypeMethodDescriptionstatic @NotNull PaneLoads a pane by the given instance and nodeMethods in dev.despical.inventoryframework that return types with arguments of type PaneModifier and TypeMethodDescriptionGui.getPanes()Gets all the panes in this gui, this includes child panes from other panesMethods in dev.despical.inventoryframework with parameters of type PaneModifier and TypeMethodDescriptionvoidAdds a pane to this guiMethod parameters in dev.despical.inventoryframework with type arguments of type PaneModifier and TypeMethodDescriptionstatic voidGui.registerPane(@NotNull String name, @NotNull BiFunction<Object, Element, Pane> biFunction) Registers a name that can be used inside an XML file to add custom panes -
Uses of Pane in dev.despical.inventoryframework.pane
Subclasses of Pane in dev.despical.inventoryframework.paneModifier and TypeClassDescriptionclassThis pane holds panes and decides itself where every pane should go.classA pane for items that should be outlinedclassA pane for panes that should be spread out over multiple pagesclassA pane for static items and stuff.Methods in dev.despical.inventoryframework.pane that return types with arguments of type PaneModifier and TypeMethodDescription@NotNull Collection<Pane> MasonryPane.getPanes()@NotNull Collection<Pane> OutlinePane.getPanes()@NotNull Collection<Pane> PaginatedPane.getPanes()@NotNull Collection<Pane> PaginatedPane.getPanes(int page) Gets all the panes from inside the specified page of this pane.abstract @NotNull Collection<Pane> Pane.getPanes()Gets all the panes in this panes, including any child panes from other panes.@NotNull Collection<Pane> StaticPane.getPanes()Methods in dev.despical.inventoryframework.pane with parameters of type Pane -
Uses of Pane in dev.despical.inventoryframework.pane.component
Subclasses of Pane in dev.despical.inventoryframework.pane.componentModifier and TypeClassDescriptionclassA button for cycling between different optionsclassA label for displaying text.classA percentage bar for a graphical interface into what amount of a whole is set.classA slider for a graphical interface into what amount of a whole is set.classA button that toggles between an enabled and disabled state.Methods in dev.despical.inventoryframework.pane.component that return types with arguments of type PaneModifier and TypeMethodDescription@NotNull Collection<Pane> CycleButton.getPanes()@NotNull Collection<Pane> ToggleButton.getPanes()Methods in dev.despical.inventoryframework.pane.component with parameters of type Pane -
Uses of Pane in dev.despical.inventoryframework.pane.component.util
Subclasses of Pane in dev.despical.inventoryframework.pane.component.utilModifier and TypeClassDescriptionclassA variable bar for UI elements that require some sort of barMethods in dev.despical.inventoryframework.pane.component.util that return types with arguments of type Pane