Class RequiredTextComponentAdapter
java.lang.Object
com.bc.ceres.swing.binding.ComponentAdapter
com.bc.ceres.swing.binding.internal.TextComponentAdapter
org.esa.snap.ui.tooladapter.dialogs.RequiredTextComponentAdapter
- All Implemented Interfaces:
 ActionListener,FocusListener,EventListener
public class RequiredTextComponentAdapter
extends com.bc.ceres.swing.binding.internal.TextComponentAdapter
Created by jcoravu on 9/23/2016.
- 
Constructor Summary
ConstructorsConstructorDescriptionRequiredTextComponentAdapter(JTextComponent textComponent, String messageToDisplay)  - 
Method Summary
Methods inherited from class com.bc.ceres.swing.binding.internal.TextComponentAdapter
actionPerformed, adjustComponents, bindComponents, focusGained, focusLost, getComponents, unbindComponentsMethods inherited from class com.bc.ceres.swing.binding.ComponentAdapter
getBinding, setBinding 
- 
Constructor Details
- 
RequiredTextComponentAdapter
 
 - 
 - 
Method Details
- 
createInputVerifier
- Overrides:
 createInputVerifierin classcom.bc.ceres.swing.binding.internal.TextComponentAdapter
 
 -