Class StringFsPopupEventAdapter.ShowStringHandler

java.lang.Object
org.apache.uima.tools.cvd.StringFsPopupEventAdapter.ShowStringHandler
All Implemented Interfaces:
ActionListener, EventListener
Enclosing class:
StringFsPopupEventAdapter

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

    • string

      private String string
      The string.
  • Constructor Details

    • ShowStringHandler

      private ShowStringHandler(String s)
      Instantiates a new show string handler.
      Parameters:
      s - the s
  • Method Details