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.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)
-