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.TextComponentAdapter
Created by jcoravu on 9/28/2016.
  • Constructor Details

    • ValidateTextComponentAdapter

      public ValidateTextComponentAdapter(JTextComponent textComponent)
  • Method Details

    • validateText

      protected abstract boolean validateText(String text)
    • createInputVerifier

      public InputVerifier createInputVerifier()
      Overrides:
      createInputVerifier in class com.bc.ceres.swing.binding.internal.TextComponentAdapter