Uses of Enum Class
io.github.tonywasher.joceanus.tethys.api.base.TethysUIArrowIconId
Packages that use TethysUIArrowIconId
Package
Description
Base API.
Button API.
Control API.
-
Uses of TethysUIArrowIconId in io.github.tonywasher.joceanus.tethys.api.base
Methods in io.github.tonywasher.joceanus.tethys.api.base that return TethysUIArrowIconIdModifier and TypeMethodDescriptionstatic TethysUIArrowIconIdReturns the enum constant of this class with the specified name.static TethysUIArrowIconId[]TethysUIArrowIconId.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of TethysUIArrowIconId in io.github.tonywasher.joceanus.tethys.api.button
Methods in io.github.tonywasher.joceanus.tethys.api.button with parameters of type TethysUIArrowIconIdModifier and TypeMethodDescriptionvoidTethysUIButton.setIcon(TethysUIArrowIconId pIcon) Set icon for button. -
Uses of TethysUIArrowIconId in io.github.tonywasher.joceanus.tethys.api.control
Methods in io.github.tonywasher.joceanus.tethys.api.control with parameters of type TethysUIArrowIconIdModifier and TypeMethodDescriptionvoidTethysUILabel.setIcon(TethysUIArrowIconId pIcon) Set icon for label.