Class TfFileSelectorListener
- java.lang.Object
-
- org.apache.uima.tools.docanalyzer.TfFileSelectorListener
-
- All Implemented Interfaces:
FileSelectorListener
public class TfFileSelectorListener extends java.lang.Object implements FileSelectorListener
* This class tells the Mediator to check the length of the 3 text fields and adjust whether the 3 buttons are enabeld or not.
-
-
Constructor Summary
Constructors Constructor Description TfFileSelectorListener(PrefsMediator med)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
fileSelected(javax.swing.JComponent source, java.lang.String fileString)
-
-
-
Constructor Detail
-
TfFileSelectorListener
public TfFileSelectorListener(PrefsMediator med)
-
-
Method Detail
-
fileSelected
public boolean fileSelected(javax.swing.JComponent source, java.lang.String fileString)
- Specified by:
fileSelected
in interfaceFileSelectorListener
-
-