Class TfFileSelectorListener
java.lang.Object
org.apache.uima.tools.docanalyzer.TfFileSelectorListener
- All Implemented Interfaces:
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.
// * @see TfFileSelectorEvent
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new tf file selector listener. -
Method Summary
Modifier and TypeMethodDescriptionbooleanfileSelected(JComponent source, String fileString) File selected.
-
Field Details
-
med
The med.
-
-
Constructor Details
-
TfFileSelectorListener
Instantiates a new tf file selector listener.- Parameters:
med- the med
-
-
Method Details
-
fileSelected
Description copied from interface:FileSelectorListenerFile selected.- Specified by:
fileSelectedin interfaceFileSelectorListener- Parameters:
source- the sourcefileString- the file string- Returns:
- true, if successful
-