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

/openjdk7/jdk/src/share/classes/sun/tools/jconsole/inspector/
H A DXTable.java103 public abstract String getValueName(int row); method in class:XTable
H A DXMBeanAttributes.java219 System.err.println("edit: "+getValueName(row)+"="+getValue(row));
253 "]: "+getValueName(row)+"="+value);
288 public String getValueName(int row) { method in class:XMBeanAttributes
308 return (String) unavailableAttributes.get(getValueName(row));
363 (unavailableAttributes.containsKey(getValueName(row))));
1022 final String attributeName = getValueName(e.getFirstRow());

Completed in 318 milliseconds