p3j.gui.misc
Class ParameterListModel
java.lang.Object
javax.swing.AbstractListModel
p3j.gui.misc.ParameterListModel
- All Implemented Interfaces:
- Serializable, ListModel
public class ParameterListModel
- extends AbstractListModel
List model for a list of parameters.
Created on February 4, 2007
- Author:
- Christina Bohk, Roland Ewald
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ParameterListModel
public ParameterListModel()
getElementAt
public Object getElementAt(int index)
getSize
public int getSize()
updateSetType
public void updateSetType(SetType newSetType)
- Updates with content from a new Settype.
- Parameters:
newSetType
- the new Settype
refresh
public void refresh()
- Refresh the list.
Copyright © 2012. All Rights Reserved.