public class FormattedDoubleInputVerifier
extends javax.swing.InputVerifier
Constructor and Description |
---|
FormattedDoubleInputVerifier(java.awt.Component parent,
double min_value,
double max_value) |
Modifier and Type | Method and Description |
---|---|
double |
getMax_value() |
double |
getMin_value() |
void |
setMax_value(double maxValue) |
void |
setMin_value(double minValue) |
boolean |
shouldYieldFocus(javax.swing.JComponent input) |
boolean |
verify(javax.swing.JComponent input) |
public FormattedDoubleInputVerifier(java.awt.Component parent, double min_value, double max_value)
public double getMin_value()
public void setMin_value(double minValue)
public double getMax_value()
public void setMax_value(double maxValue)
public boolean verify(javax.swing.JComponent input)
verify
in class javax.swing.InputVerifier
public boolean shouldYieldFocus(javax.swing.JComponent input)
shouldYieldFocus
in class javax.swing.InputVerifier
Copyright © 2010-2014 Pacific Biosciences. All Rights Reserved.