Class StringFsPopupEventAdapter.ShowStringHandler

  • All Implemented Interfaces:
    java.awt.event.ActionListener, java.util.EventListener
    Enclosing class:
    StringFsPopupEventAdapter

    private static class StringFsPopupEventAdapter.ShowStringHandler
    extends java.lang.Object
    implements java.awt.event.ActionListener
    ActionListener for the pop-up menu. Just shows text in a separate text window.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String string
      The string.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private ShowStringHandler​(java.lang.String s)
      Instantiates a new show string handler.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void actionPerformed​(java.awt.event.ActionEvent e)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • string

        private java.lang.String string
        The string.
    • Constructor Detail

      • ShowStringHandler

        private ShowStringHandler​(java.lang.String s)
        Instantiates a new show string handler.
        Parameters:
        s - the s
    • Method Detail

      • actionPerformed

        public void actionPerformed​(java.awt.event.ActionEvent e)
        Specified by:
        actionPerformed in interface java.awt.event.ActionListener