Class ShowAbbsDialog

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, RootPaneContainer, WindowConstants, EscapeListener

public class ShowAbbsDialog extends JDialog implements EscapeListener
Show abbreviations for a JEditorPane.
See Also:
  • Constructor Details

    • ShowAbbsDialog

      public ShowAbbsDialog(JEditorPane parent, Map<String,String> abbs)
      Creates new form ShowAbbsDialog
      Parameters:
      parent -
      abbs -
  • Method Details

    • escapePressed

      public void escapePressed()
      Description copied from interface: EscapeListener
      This method will be called when ESC key is pressed.
      Specified by:
      escapePressed in interface EscapeListener