Uses of Interface
io.github.tonywasher.joceanus.tethys.api.menu.TethysUIScrollMenu
Packages that use TethysUIScrollMenu
Package
Description
Prometheus FieldSet Panel.
Button API.
Control API.
Field API classes.
Menu API.
Tethys Table Manager API.
Button Core.
Field core classes.
-
Uses of TethysUIScrollMenu in io.github.tonywasher.joceanus.prometheus.ui.panel
Methods in io.github.tonywasher.joceanus.prometheus.ui.panel with parameters of type TethysUIScrollMenuModifier and TypeMethodDescriptionprotected abstract voidPrometheusDataItemPanel.buildGoToMenu(TethysUIScrollMenu<TethysUIGenericWrapper> pMenu) Build goTo menu. -
Uses of TethysUIScrollMenu in io.github.tonywasher.joceanus.tethys.api.button
Methods in io.github.tonywasher.joceanus.tethys.api.button that return TethysUIScrollMenu -
Uses of TethysUIScrollMenu in io.github.tonywasher.joceanus.tethys.api.control
Methods in io.github.tonywasher.joceanus.tethys.api.control with parameters of type TethysUIScrollMenuModifier and TypeMethodDescriptionvoidTethysUILabel.setContextMenu(TethysUIScrollMenu<?> pMenu) Set context menu.Method parameters in io.github.tonywasher.joceanus.tethys.api.control with type arguments of type TethysUIScrollMenuModifier and TypeMethodDescriptionvoidTethysUIControl.TethysUIScrollButton.setMenuConfigurator(Consumer<TethysUIScrollMenu<T>> pConfigurator) Set the menu configurator. -
Uses of TethysUIScrollMenu in io.github.tonywasher.joceanus.tethys.api.field
Method parameters in io.github.tonywasher.joceanus.tethys.api.field with type arguments of type TethysUIScrollMenuModifier and TypeMethodDescriptionvoidTethysUIDataEditField.setCmdMenuConfigurator(Consumer<TethysUIScrollMenu<String>> pConfigurator) Set the command menu configurator. -
Uses of TethysUIScrollMenu in io.github.tonywasher.joceanus.tethys.api.table
Methods in io.github.tonywasher.joceanus.tethys.api.table that return types with arguments of type TethysUIScrollMenuModifier and TypeMethodDescriptionTethysUITableColumn.TethysUITableScrollColumn.getMenuConfigurator()Obtain the menu configurator.Method parameters in io.github.tonywasher.joceanus.tethys.api.table with type arguments of type TethysUIScrollMenuModifier and TypeMethodDescriptionTethysUITableColumn.TethysUITableScrollColumn.setMenuConfigurator(BiConsumer<R, TethysUIScrollMenu<T>> pConfigurator) TethysUITableColumn.TethysUITableScrollConfig.setMenuConfigurator(BiConsumer<R, TethysUIScrollMenu<T>> pConfigurator) Set the Menu configurator. -
Uses of TethysUIScrollMenu in io.github.tonywasher.joceanus.tethys.core.button
Methods in io.github.tonywasher.joceanus.tethys.core.button that return TethysUIScrollMenuModifier and TypeMethodDescriptionTethysUICoreListButtonManager.getMenu()TethysUICoreScrollButtonManager.getMenu()Method parameters in io.github.tonywasher.joceanus.tethys.core.button with type arguments of type TethysUIScrollMenuModifier and TypeMethodDescriptionvoidTethysUICoreScrollButtonManager.setMenuConfigurator(Consumer<TethysUIScrollMenu<T>> pConfigurator) -
Uses of TethysUIScrollMenu in io.github.tonywasher.joceanus.tethys.core.field
Methods in io.github.tonywasher.joceanus.tethys.core.field that return TethysUIScrollMenuModifier and TypeMethodDescriptionprotected TethysUIScrollMenu<String> TethysUICoreDataEditField.getCmdMenu()Obtain the command menu.Methods in io.github.tonywasher.joceanus.tethys.core.field with parameters of type TethysUIScrollMenuModifier and TypeMethodDescriptionprotected voidTethysUICoreDataEditField.declareCmdMenu(TethysUIScrollMenu<String> pMenu) Declare command menu.Method parameters in io.github.tonywasher.joceanus.tethys.core.field with type arguments of type TethysUIScrollMenuModifier and TypeMethodDescriptionvoidTethysUICoreDataEditField.setCmdMenuConfigurator(Consumer<TethysUIScrollMenu<String>> pConfigurator)