public class AttributesListModel
extends javax.swing.AbstractListModel<java.lang.String>
Modifier and Type | Field and Description |
---|---|
protected org.deckfour.xes.model.XAttributeMap |
attributes |
protected java.util.ArrayList<java.lang.String> |
keys |
Modifier | Constructor and Description |
---|---|
protected |
AttributesListModel(org.deckfour.xes.model.XAttributeMap attributes) |
|
AttributesListModel(org.deckfour.xes.model.XEvent ate) |
|
AttributesListModel(org.deckfour.xes.model.XTrace instance) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getElementAt(int index) |
int |
getSize() |
protected org.deckfour.xes.model.XAttributeMap attributes
protected java.util.ArrayList<java.lang.String> keys