org.nuiton.math.matrix.viewer
Class MatrixViewerPanel.MatrixComboBoxModel
java.lang.Object
javax.swing.AbstractListModel
javax.swing.DefaultComboBoxModel
org.nuiton.math.matrix.viewer.MatrixViewerPanel.MatrixComboBoxModel
- All Implemented Interfaces:
- PropertyChangeListener, Serializable, EventListener, ComboBoxModel, ListModel, MutableComboBoxModel
- Enclosing class:
- MatrixViewerPanel
protected class MatrixViewerPanel.MatrixComboBoxModel
- extends DefaultComboBoxModel
- implements PropertyChangeListener
Matrix list combo box model.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MatrixViewerPanel.MatrixComboBoxModel
protected MatrixViewerPanel.MatrixComboBoxModel()
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
propertyChange
public void propertyChange(PropertyChangeEvent evt)
- Specified by:
propertyChange in interface PropertyChangeListener
Copyright © 2004-2011 CodeLutin. All Rights Reserved.