Uses of Enum Class
io.github.tonywasher.joceanus.prometheus.views.PrometheusUIEvent
Packages that use PrometheusUIEvent
Package
Description
Common UI classes.
Provides top-level control of data.
-
Uses of PrometheusUIEvent in io.github.tonywasher.joceanus.prometheus.ui
Methods in io.github.tonywasher.joceanus.prometheus.ui that return types with arguments of type PrometheusUIEventModifier and TypeMethodDescriptionPrometheusActionButtons.getEventRegistrar()PrometheusItemActions.getEventRegistrar()PrometheusItemEditActions.getEventRegistrar() -
Uses of PrometheusUIEvent in io.github.tonywasher.joceanus.prometheus.views
Methods in io.github.tonywasher.joceanus.prometheus.views that return PrometheusUIEventModifier and TypeMethodDescriptionstatic PrometheusUIEventReturns the enum constant of this class with the specified name.static PrometheusUIEvent[]PrometheusUIEvent.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.github.tonywasher.joceanus.prometheus.views with parameters of type PrometheusUIEventModifier and TypeMethodDescriptionvoidPrometheusEditSet.processCommand(PrometheusUIEvent pCmd, MetisErrorPanel pError) Process Save command.voidPrometheusEditSet.processEditCommand(PrometheusUIEvent pCmd, int pVersion, MetisErrorPanel pError) Process Edit command.