Searched defs:forwards (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicTableUI.java175 // horizontally, forwards always means right,
177 protected boolean forwards; field in class:BasicTableUI.Actions
214 Actions(String name, boolean extend, boolean forwards, argument
217 this.forwards = forwards;
413 this.dy = forwards ? rowCount : -rowCount;
417 this.dx = forwards ? colCount : -colCount;
431 if (forwards) {
440 if (newRow == -1 && forwards) {
448 if (forwards) {
[all...]

Completed in 34 milliseconds