Class ValidateTextComponentAdapter
- java.lang.Object
-
- com.bc.ceres.swing.binding.ComponentAdapter
-
- com.bc.ceres.swing.binding.internal.TextComponentAdapter
-
- org.esa.snap.ui.tooladapter.dialogs.ValidateTextComponentAdapter
-
- All Implemented Interfaces:
ActionListener,FocusListener,EventListener
public abstract class ValidateTextComponentAdapter extends com.bc.ceres.swing.binding.internal.TextComponentAdapterCreated by jcoravu on 9/28/2016.
-
-
Constructor Summary
Constructors Constructor Description ValidateTextComponentAdapter(JTextComponent textComponent)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description InputVerifiercreateInputVerifier()protected abstract booleanvalidateText(String text)
-
-
-
Constructor Detail
-
ValidateTextComponentAdapter
public ValidateTextComponentAdapter(JTextComponent textComponent)
-
-
Method Detail
-
validateText
protected abstract boolean validateText(String text)
-
createInputVerifier
public InputVerifier createInputVerifier()
- Overrides:
createInputVerifierin classcom.bc.ceres.swing.binding.internal.TextComponentAdapter
-
-