Uses of Interface
io.github.tonywasher.joceanus.tethys.api.menu.TethysUIToolBarManager.TethysUIToolBarId
Packages that use TethysUIToolBarManager.TethysUIToolBarId
Package
Description
Menu API.
Menu Core.
-
Uses of TethysUIToolBarManager.TethysUIToolBarId in io.github.tonywasher.joceanus.tethys.api.menu
Methods in io.github.tonywasher.joceanus.tethys.api.menu that return TethysUIToolBarManager.TethysUIToolBarIdModifier and TypeMethodDescriptionTethysUIToolBarManager.TethysUIToolElement.getId()Obtain the id.Methods in io.github.tonywasher.joceanus.tethys.api.menu with parameters of type TethysUIToolBarManager.TethysUIToolBarIdModifier and TypeMethodDescriptionTethysUIToolBarManager.lookUpIcon(TethysUIToolBarManager.TethysUIToolBarId pId) Look up icon.TethysUIToolBarManager.newIcon(TethysUIToolBarManager.TethysUIToolBarId pId) Add a new Icon element.voidTethysUIToolBarManager.newIcon(TethysUIToolBarManager.TethysUIToolBarId pId, String pText, OceanusEvent.OceanusEventListener<TethysUIEvent> pListener) Configure Icon.voidTethysUIToolBarManager.setEnabled(TethysUIToolBarManager.TethysUIToolBarId pId, boolean pEnabled) Set enabled state for element.voidTethysUIToolBarManager.setVisible(TethysUIToolBarManager.TethysUIToolBarId pId, boolean pVisible) Set visible state for element. -
Uses of TethysUIToolBarManager.TethysUIToolBarId in io.github.tonywasher.joceanus.tethys.core.menu
Methods in io.github.tonywasher.joceanus.tethys.core.menu that return TethysUIToolBarManager.TethysUIToolBarIdMethods in io.github.tonywasher.joceanus.tethys.core.menu with parameters of type TethysUIToolBarManager.TethysUIToolBarIdModifier and TypeMethodDescriptionTethysUICoreToolBarManager.lookUpIcon(TethysUIToolBarManager.TethysUIToolBarId pId) Look up icon.voidTethysUICoreToolBarManager.newIcon(TethysUIToolBarManager.TethysUIToolBarId pId, String pText, OceanusEvent.OceanusEventListener<TethysUIEvent> pListener) voidTethysUICoreToolBarManager.setEnabled(TethysUIToolBarManager.TethysUIToolBarId pId, boolean pEnabled) voidTethysUICoreToolBarManager.setVisible(TethysUIToolBarManager.TethysUIToolBarId pId, boolean pVisible) Constructors in io.github.tonywasher.joceanus.tethys.core.menu with parameters of type TethysUIToolBarManager.TethysUIToolBarIdModifierConstructorDescriptionprotectedTethysUICoreToolElement(TethysUICoreToolBarManager pManager, TethysUIToolBarManager.TethysUIToolBarId pId) Constructor.