Class SwingTreeMapModel.AbstractTreeMapFieldComboBoxModel<N extends MutableTreeMapNode>

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected NoTreeMapField none  
      protected TreeMapModel<N,​?,​?,​?,​?> treeMapModel  
      • Fields inherited from class javax.swing.AbstractListModel

        listenerList
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      protected abstract boolean accept​(TreeMapField treeMapField)  
      protected abstract void updateComboBox()  
      protected abstract void updateTreeMap()  
      • Methods inherited from class javax.swing.DefaultComboBoxModel

        addAll, addAll, addElement, getElementAt, getIndexOf, getSelectedItem, getSize, insertElementAt, removeAllElements, removeElement, removeElementAt, setSelectedItem
      • 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
      • Methods inherited from interface javax.swing.ListModel

        addListDataListener, removeListDataListener
    • Constructor Detail

      • AbstractTreeMapFieldComboBoxModel

        protected AbstractTreeMapFieldComboBoxModel​(TreeMapModel<N,​?,​?,​?,​?> treeMapModel,
                                                    java.lang.String propertyName,
                                                    boolean includeNone)
    • Method Detail

      • updateComboBox

        protected abstract void updateComboBox()
      • updateTreeMap

        protected abstract void updateTreeMap()
      • accept

        protected abstract boolean accept​(TreeMapField treeMapField)