Package jmri.profile
Class ProfileListModel
- java.lang.Object
-
- javax.swing.AbstractListModel<Profile>
-
- jmri.profile.ProfileListModel
-
- All Implemented Interfaces:
java.io.Serializable
,javax.swing.ListModel<Profile>
public class ProfileListModel extends javax.swing.AbstractListModel<Profile>
A list ofProfile
s, suitable for use in Swing components that display a list of items.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ProfileListModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Profile
getElementAt(int index)
int
getSize()
-
-
-
Constructor Detail
-
ProfileListModel
public ProfileListModel()
-
-
Method Detail
-
getSize
public int getSize()
-
getElementAt
public Profile getElementAt(int index)
-
-