Package org.apache.uima.tools.stylemap
Class TableDropAdapter
- java.lang.Object
-
- java.awt.dnd.DropTargetAdapter
-
- org.apache.uima.tools.stylemap.TableDropAdapter
-
- All Implemented Interfaces:
java.awt.dnd.DropTargetListener
,java.util.EventListener
class TableDropAdapter extends java.awt.dnd.DropTargetAdapter
The Class TableDropAdapter.
-
-
Field Summary
Fields Modifier and Type Field Description private AnnotationFeaturesViewer
annotationFeaturesViewer
The annotation features viewer.private StyleMapEditor
edit
The edit.
-
Constructor Summary
Constructors Constructor Description TableDropAdapter(AnnotationFeaturesViewer av, StyleMapEditor edit)
Instantiates a new table drop adapter.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
drop(java.awt.dnd.DropTargetDropEvent e)
-
-
-
Field Detail
-
annotationFeaturesViewer
private AnnotationFeaturesViewer annotationFeaturesViewer
The annotation features viewer.
-
edit
private StyleMapEditor edit
The edit.
-
-
Constructor Detail
-
TableDropAdapter
public TableDropAdapter(AnnotationFeaturesViewer av, StyleMapEditor edit)
Instantiates a new table drop adapter.- Parameters:
av
- the avedit
- the edit
-
-