org.friendularity.bundle.ui.swing.animation
Class PlayerClientComboBoxModel
java.lang.Object
javax.swing.AbstractListModel
javax.swing.DefaultComboBoxModel
org.friendularity.bundle.ui.swing.animation.PlayerClientComboBoxModel
- All Implemented Interfaces:
- Serializable, ComboBoxModel, ListModel, MutableComboBoxModel
public class PlayerClientComboBoxModel
- extends DefaultComboBoxModel
- Author:
- Jason G. Pallack
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PlayerClientComboBoxModel
public PlayerClientComboBoxModel()
setSelectedItem
public void setSelectedItem(Object anItem)
- Specified by:
setSelectedItem in interface ComboBoxModel- Overrides:
setSelectedItem in class DefaultComboBoxModel
getSelectedItem
public Object getSelectedItem()
- Specified by:
getSelectedItem in interface ComboBoxModel- Overrides:
getSelectedItem in class DefaultComboBoxModel
getSize
public int getSize()
- Specified by:
getSize in interface ListModel- Overrides:
getSize in class DefaultComboBoxModel
getElementAt
public Object getElementAt(int index)
- Specified by:
getElementAt in interface ListModel- Overrides:
getElementAt in class DefaultComboBoxModel
clear
public void clear()
Copyright © 2011-2014. All Rights Reserved.