| Package | Description |
|---|---|
| ucar.nc2.ui.table |
| Modifier and Type | Class and Description |
|---|---|
class |
TableRowAbstract |
| Modifier and Type | Method and Description |
|---|---|
TableRow |
TreeTableModelSorted.getRow(int rowno) |
TableRow |
JTreeTableSorted.getRow(int row) |
TableRow |
TreeTableModelSorted.getRow(Object node) |
TableRow |
TreeTableModelSorted.getRow(TreePath path) |
TableRow |
JTableSorted.getSelected()
Get the currently selected row.
|
TableRow |
JTreeTableSorted.getSelectedRow()
Get the currently selected row.
|
| Modifier and Type | Method and Description |
|---|---|
int |
TableRow.compare(TableRow other,
int col) |
int |
TableRowAbstract.compare(TableRow other,
int col) |
protected int |
TableRowAbstract.compareBoolean(TableRow other,
int col,
boolean b1,
boolean b2) |
protected int |
TableRowAbstract.compareDate(TableRow other,
int col,
Date d1,
Date d2) |
protected int |
TableRowAbstract.compareDouble(TableRow other,
int col,
double d1,
double d2) |
protected int |
TableRowAbstract.compareInt(TableRow other,
int col,
int i1,
int i2) |
protected int |
TableRowAbstract.compareLong(TableRow other,
int col,
long i1,
long i2) |
protected int |
TableRowAbstract.compareString(TableRow other,
int col,
String s1,
String s2,
boolean ignoreCase) |
TreePath |
TreeTableModelSorted.getPath(TableRow row) |
boolean |
RowSorter.isBreak(TableRow last,
TableRow current) |
boolean |
RowSorterAbstract.isBreak(TableRow last,
TableRow current) |
boolean |
ThreadSorter.isTopThread(TableRow row) |
Copyright © 1999-2015 UCAR/Unidata. All Rights Reserved.