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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/
H A DMemoryPanel.java151 int jDir = (getColAnchor() < getColLead() ? 1 : -1);
154 for (int j = getColAnchor(); j != getColLead() + jDir; j += jDir) {
157 if (j != getColLead()) {
298 setSelection(newAnchor, newLead, getColAnchor(), getColLead());
311 int newLead = Math.max(0, getColLead() - 1);
334 setSelection(newAnchor, newLead, getColAnchor(), getColLead());
347 int newLead = Math.min(model.getColumnCount() - 1, getColLead() + 1);
370 setSelection(newAnchor, newLead, getColAnchor(), getColLead());
392 setSelection(newAnchor, newLead, getColAnchor(), getColLead());
433 setSelection(getRowAnchor(), 0, getColAnchor(), getColLead());
617 private int getColLead() { return colLeadIndex; } method in class:MemoryPanel
[all...]

Completed in 70 milliseconds