Package net.sourceforge.uiq3.calculator
Class Theme_Canvas.Look_And_Feel_Model
- java.lang.Object
-
- javax.swing.AbstractListModel<String>
-
- net.sourceforge.uiq3.calculator.Theme_Canvas.Look_And_Feel_Model
-
- All Implemented Interfaces:
Serializable
,ListModel<String>
- Enclosing class:
- Theme_Canvas
private static class Theme_Canvas.Look_And_Feel_Model extends AbstractListModel<String>
-
-
Field Summary
Fields Modifier and Type Field Description (package private) String[]
names
private static long
serialVersionUID
-
Fields inherited from class javax.swing.AbstractListModel
listenerList
-
-
Constructor Summary
Constructors Modifier Constructor Description private
Look_And_Feel_Model(Collection<String> nameList)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getElementAt(int index)
int
getSize()
@NotNull String
toString()
-
Methods inherited from class javax.swing.AbstractListModel
addListDataListener, fireContentsChanged, fireIntervalAdded, fireIntervalRemoved, getListDataListeners, getListeners, removeListDataListener
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
names
final String[] names
-
-
Constructor Detail
-
Look_And_Feel_Model
private Look_And_Feel_Model(Collection<String> nameList)
-
-