Uses of Class
com.github.fracpete.jshell.JShellPanel
Packages that use JShellPanel
-
Uses of JShellPanel in com.github.fracpete.jshell.event
Methods in com.github.fracpete.jshell.event that return JShellPanelModifier and TypeMethodDescriptionJShellPanelEvent.getJShellPanel()Returns the JShellPanel that initiated the event.Constructors in com.github.fracpete.jshell.event with parameters of type JShellPanelModifierConstructorDescriptionJShellPanelEvent(JShellPanel source, JShellPanelEvent.EventType type) Constructs a prototypical Event.