Home | History | Annotate | Download | only in grid

Lines Matching full:maxfield

602             Field maxField = null;
638 maxField = intervalClass.getDeclaredField("max"); //$NON-NLS-1$
640 maxField.setAccessible(true);
642 assert maxField != null;
646 int rowEnd = maxField.getInt(rowInterval);
647 int colEnd = maxField.getInt(colInterval);