Class 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.XAttributeMap attributes  
      protected java.util.ArrayList<java.lang.String> keys  
      • Fields inherited from class javax.swing.AbstractListModel

        listenerList
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected AttributesListModel​(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.String getElementAt​(int index)  
      int getSize()  
      • Methods inherited from class javax.swing.AbstractListModel

        addListDataListener, fireContentsChanged, fireIntervalAdded, fireIntervalRemoved, getListDataListeners, getListeners, removeListDataListener
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • attributes

        protected org.deckfour.xes.model.XAttributeMap attributes
      • keys

        protected java.util.ArrayList<java.lang.String> keys
    • Constructor Detail

      • AttributesListModel

        protected AttributesListModel​(org.deckfour.xes.model.XAttributeMap attributes)
      • AttributesListModel

        public AttributesListModel​(org.deckfour.xes.model.XEvent ate)
      • AttributesListModel

        public AttributesListModel​(org.deckfour.xes.model.XTrace instance)
    • Method Detail

      • getElementAt

        public java.lang.String getElementAt​(int index)
      • getSize

        public int getSize()