Uses of Class
org.nuiton.jaxx.application.swing.actionng.ApplicationActionEvent.EventType
| Package | Description |
|---|---|
| org.nuiton.jaxx.application.swing.actionng |
-
Uses of ApplicationActionEvent.EventType in org.nuiton.jaxx.application.swing.actionng
Methods in org.nuiton.jaxx.application.swing.actionng that return ApplicationActionEvent.EventType Modifier and Type Method Description ApplicationActionEvent.EventTypeApplicationActionEvent. getEventType()static ApplicationActionEvent.EventTypeApplicationActionEvent.EventType. valueOf(String name)Returns the enum constant of this type with the specified name.static ApplicationActionEvent.EventType[]ApplicationActionEvent.EventType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.nuiton.jaxx.application.swing.actionng with parameters of type ApplicationActionEvent.EventType Constructor Description ApplicationActionEvent(ApplicationAction source, ApplicationActionEvent.EventType eventType)Constructs a prototypical Event.