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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/
H A DMemoryPanel.java657 private void setSelection(int rowAnchor, int rowLead, int colAnchor, int colLead) { argument
658 setAnchor(rowAnchor, colAnchor);
660 table.setRowSelectionInterval(clamp(rowAnchor, 0, numUsableRows),

Completed in 29 milliseconds