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

/openjdk7/jdk/src/share/classes/sun/tools/jconsole/inspector/
H A DXOperations.java47 private Hashtable<JButton, OperationEntry> operationEntryTable; field in class:XOperations
55 operationEntryTable = new Hashtable<JButton, OperationEntry>();
133 operationEntryTable.put(methodButton, paramEntry);
164 final OperationEntry entryIf = operationEntryTable.get(button);

Completed in 64 milliseconds