Class IntegerConstraintEditor<T extends Number>

java.lang.Object
docking.widgets.table.constrainteditor.AbstractColumnConstraintEditor<T>
docking.widgets.table.constrainteditor.IntegerConstraintEditor<T>
Type Parameters:
T - Integer-type number
All Implemented Interfaces:
ColumnConstraintEditor<T>

public class IntegerConstraintEditor<T extends Number> extends AbstractColumnConstraintEditor<T>
A constraint editor for specifying comparison with a single integer-type value (Byte, Short, Integer, and Long).