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

/openjdk7/jdk/src/share/classes/sun/tools/jconsole/inspector/
H A DXMBeanInfo.java65 private static class TableRowDivider { class in class:XMBeanInfo
69 public TableRowDivider(String tableRowDividerText) { method in class:XMBeanInfo.TableRowDivider
90 if (value instanceof TableRowDivider) {
116 if (value instanceof TableRowDivider) {
196 rowData[0] = new TableRowDivider(text);
197 rowData[1] = new TableRowDivider("");
238 rowData[0] = new TableRowDivider(text);
239 rowData[1] = new TableRowDivider("");
279 rowData[0] = new TableRowDivider(text);
280 rowData[1] = new TableRowDivider("");
[all...]

Completed in 30 milliseconds