- All Implemented Interfaces:
Serializable
,ListModel<Path>
- Enclosing class:
SettingsWindow
a list-model for history files of
SettingsWindow.FileDialogManager
- See Also:
-
Field Summary
FieldsFields inherited from class javax.swing.AbstractListModel
listenerList
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
boolean
canBeRemoved
(int i) getElementAt
(int index) getPaths()
int
getSize()
void
remove
(int i) void
setInitPaths
(List<Path> paths) void
Methods inherited from class javax.swing.AbstractListModel
addListDataListener, fireContentsChanged, fireIntervalAdded, fireIntervalRemoved, getListDataListeners, getListeners, removeListDataListener
-
Field Details
-
paths
-
initPaths
-
-
Constructor Details
-
FileListModel
public FileListModel()
-
-
Method Details
-
setPaths
-
getInitPaths
-
getPaths
-
setInitPaths
-
addPath
-
getSize
public int getSize() -
getElementAt
-
remove
public void remove(int i) -
canBeRemoved
public boolean canBeRemoved(int i)
-