Uses of Enum Class
com.github.fracpete.jshell.event.JShellPanelEvent.EventType
Packages that use JShellPanelEvent.EventType
-
Uses of JShellPanelEvent.EventType in com.github.fracpete.jshell.event
Fields in com.github.fracpete.jshell.event declared as JShellPanelEvent.EventTypeModifier and TypeFieldDescriptionprotected JShellPanelEvent.EventTypeJShellPanelEvent.m_Typethe event type.Methods in com.github.fracpete.jshell.event that return JShellPanelEvent.EventTypeModifier and TypeMethodDescriptionJShellPanelEvent.getType()Returns the event type.static JShellPanelEvent.EventTypeReturns the enum constant of this class with the specified name.static JShellPanelEvent.EventType[]JShellPanelEvent.EventType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.github.fracpete.jshell.event with parameters of type JShellPanelEvent.EventTypeModifierConstructorDescriptionJShellPanelEvent(JShellPanel source, JShellPanelEvent.EventType type) Constructs a prototypical Event.