protected static class SimpleListModel.OuterGroup.InnerGroup.Row
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Vector<SimpleListModel.Field> |
fields |
protected java.lang.String |
rowValue |
| Constructor and Description |
|---|
Row() |
Row(java.util.Vector<SimpleListModel.Field> fields,
java.lang.String rowValue) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Vector<SimpleListModel.Field> |
getFields() |
protected java.lang.String rowValue
protected java.util.Vector<SimpleListModel.Field> fields
public Row()
public Row(java.util.Vector<SimpleListModel.Field> fields, java.lang.String rowValue)
public java.util.Vector<SimpleListModel.Field> getFields()