Package org.omegat.externalfinder.gui
Class ExternalFinderCustomizer
- java.lang.Object
-
- org.omegat.externalfinder.gui.ExternalFinderCustomizer
-
public class ExternalFinderCustomizer extends java.lang.Object
A dialog for customizing ExternalFinder settings.
-
-
Constructor Summary
Constructors Constructor Description ExternalFinderCustomizer(boolean projectSpecific, ExternalFinderConfiguration config)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExternalFinderConfiguration
getResult()
boolean
show(java.awt.Window parent)
-
-
-
Constructor Detail
-
ExternalFinderCustomizer
public ExternalFinderCustomizer(boolean projectSpecific, ExternalFinderConfiguration config)
-
-
Method Detail
-
show
public boolean show(java.awt.Window parent)
-
getResult
public ExternalFinderConfiguration getResult()
-
-