Searched refs:boundColumn (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/
H A DJTable.java2147 private int boundColumn(int col) { method in class:JTable
2179 columnModel.getSelectionModel().setSelectionInterval(boundColumn(index0), boundColumn(index1));
2206 columnModel.getSelectionModel().addSelectionInterval(boundColumn(index0), boundColumn(index1));
2232 columnModel.getSelectionModel().removeSelectionInterval(boundColumn(index0), boundColumn(index1));

Completed in 41 milliseconds