Package org.apache.uima.tools.cvd
Class StringFsPopupEventAdapter.ShowStringHandler
- java.lang.Object
-
- org.apache.uima.tools.cvd.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.ActionListenerActionListener for the pop-up menu. Just shows text in a separate text window.
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.StringstringThe string.
-
Constructor Summary
Constructors Modifier Constructor Description privateShowStringHandler(java.lang.String s)Instantiates a new show string handler.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidactionPerformed(java.awt.event.ActionEvent e)
-