Uses of Class
me.despical.inventoryframework.pane.Pane
Packages that use Pane
Package
Description
-
Uses of Pane in me.despical.inventoryframework
Methods in me.despical.inventoryframework that return PaneModifier and TypeMethodDescriptionstatic @NotNull PaneLoads a pane by the given instance and nodeMethods in me.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 me.despical.inventoryframework with parameters of type PaneModifier and TypeMethodDescriptionvoidAdds a pane to this guiMethod parameters in me.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 me.despical.inventoryframework.pane
Subclasses of Pane in me.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 me.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 me.despical.inventoryframework.pane with parameters of type Pane -
Uses of Pane in me.despical.inventoryframework.pane.component
Subclasses of Pane in me.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 me.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 me.despical.inventoryframework.pane.component with parameters of type Pane -
Uses of Pane in me.despical.inventoryframework.pane.component.util
Subclasses of Pane in me.despical.inventoryframework.pane.component.utilModifier and TypeClassDescriptionclassA variable bar for UI elements that require some sort of barMethods in me.despical.inventoryframework.pane.component.util that return types with arguments of type Pane