Class AttributesListModel
- java.lang.Object
-
- javax.swing.AbstractListModel<java.lang.String>
-
- org.processmining.plugins.log.ui.logdialog.AttributesListModel
-
- All Implemented Interfaces:
java.io.Serializable,javax.swing.ListModel<java.lang.String>
public class AttributesListModel extends javax.swing.AbstractListModel<java.lang.String>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected org.deckfour.xes.model.XAttributeMapattributesprotected java.util.ArrayList<java.lang.String>keys
-
Constructor Summary
Constructors Modifier Constructor Description protectedAttributesListModel(org.deckfour.xes.model.XAttributeMap attributes)AttributesListModel(org.deckfour.xes.model.XEvent ate)AttributesListModel(org.deckfour.xes.model.XTrace instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetElementAt(int index)intgetSize()
-