Uses of Enum
org.bidib.wizard.mvc.main.controller.listener.AlertListener.AlertAction
Packages that use AlertListener.AlertAction
Package
Description
-
Uses of AlertListener.AlertAction in org.bidib.wizard.mvc.main.controller
Methods in org.bidib.wizard.mvc.main.controller with parameters of type AlertListener.AlertActionModifier and TypeMethodDescriptionvoidAlertController.showAlert(BidibAlert<?> alert, AlertListener.AlertAction action, Component owner) Show the provided alert. -
Uses of AlertListener.AlertAction in org.bidib.wizard.mvc.main.controller.listener
Methods in org.bidib.wizard.mvc.main.controller.listener that return AlertListener.AlertActionModifier and TypeMethodDescriptionstatic AlertListener.AlertActionReturns the enum constant of this type with the specified name.static AlertListener.AlertAction[]AlertListener.AlertAction.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.bidib.wizard.mvc.main.controller.listener with parameters of type AlertListener.AlertActionModifier and TypeMethodDescriptionvoidAlertListener.alertAdded(BidibAlert<?> alert, AlertListener.AlertAction alertAction) An alert was added.