gui
Class JAPJIntField.IntFieldWithoutZeroBounds

java.lang.Object
  extended by gui.JAPJIntField.AbstractIntFieldBounds
      extended by gui.JAPJIntField.IntFieldWithoutZeroBounds
All Implemented Interfaces:
JAPJIntField.IIntFieldBounds
Enclosing class:
JAPJIntField

public static final class JAPJIntField.IntFieldWithoutZeroBounds
extends JAPJIntField.AbstractIntFieldBounds

This bound does not allow zeros.


Constructor Summary
JAPJIntField.IntFieldWithoutZeroBounds(int a_maxValue)
           
 
Method Summary
 int getAllowZeros()
          Left-hand zeros are not allowed.
 
Methods inherited from class gui.JAPJIntField.AbstractIntFieldBounds
getMaximum
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JAPJIntField.IntFieldWithoutZeroBounds

public JAPJIntField.IntFieldWithoutZeroBounds(int a_maxValue)
Method Detail

getAllowZeros

public int getAllowZeros()
Left-hand zeros are not allowed.

Returns:
ALLOW_ZEROS_NONE