Module com.iamsoft.util.ui
Package com.iamsoft.util.ui.javafx.table
Class AbstractTableFindSupport.Range
- java.lang.Object
-
- com.iamsoft.util.ui.javafx.table.AbstractTableFindSupport.Range
-
- Enclosing class:
- AbstractTableFindSupport
public static class AbstractTableFindSupport.Range extends Object
Represents an integer range.
-
-
Constructor Summary
Constructors Constructor Description Range(int pStart, int pEnd)
-