Class ComponentPropertyTreePanel.RecentPathsList
java.lang.Object
javax.swing.AbstractListModel<Object>
com.inductiveautomation.factorypmi.designer.property.configurators.comptree.ComponentPropertyTreePanel.RecentPathsList
- All Implemented Interfaces:
Serializable
,ComboBoxModel<Object>
,ListModel<Object>
- Enclosing class:
- ComponentPropertyTreePanel
protected static class ComponentPropertyTreePanel.RecentPathsList
extends AbstractListModel<Object>
implements ComboBoxModel<Object>
- See Also:
-
Field Summary
Fields inherited from class javax.swing.AbstractListModel
listenerList
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetElementAt
(int index) int
getSize()
void
void
setSelectedItem
(Object anItem) 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 Details
-
RecentPathsList
-
-
Method Details
-
putItem
-
getSelectedItem
- Specified by:
getSelectedItem
in interfaceComboBoxModel<Object>
-
setSelectedItem
- Specified by:
setSelectedItem
in interfaceComboBoxModel<Object>
-
getSize
public int getSize() -
getElementAt
- Specified by:
getElementAt
in interfaceListModel<Object>
-