org.nuiton.math.matrix.viewer
Class MatrixDimensionPanel.SemanticListModel

java.lang.Object
  extended by javax.swing.AbstractListModel
      extended by javax.swing.DefaultListModel
          extended by org.nuiton.math.matrix.viewer.MatrixDimensionPanel.SemanticListModel
All Implemented Interfaces:
Serializable, ListModel
Enclosing class:
MatrixDimensionPanel

public static class MatrixDimensionPanel.SemanticListModel
extends DefaultListModel

See Also:
Serialized Form

Field Summary
protected  List<?> semantic
           
 
Fields inherited from class javax.swing.AbstractListModel
listenerList
 
Constructor Summary
MatrixDimensionPanel.SemanticListModel(List<?> semantic)
           
 
Method Summary
 Object getElementAt(int index)
           
 int getSize()
           
 
Methods inherited from class javax.swing.DefaultListModel
add, addElement, capacity, clear, contains, copyInto, elementAt, elements, ensureCapacity, firstElement, get, indexOf, indexOf, insertElementAt, isEmpty, lastElement, lastIndexOf, lastIndexOf, remove, removeAllElements, removeElement, removeElementAt, removeRange, set, setElementAt, setSize, size, toArray, toString, trimToSize
 
Methods inherited from class javax.swing.AbstractListModel
addListDataListener, fireContentsChanged, fireIntervalAdded, fireIntervalRemoved, getListDataListeners, getListeners, removeListDataListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

semantic

protected List<?> semantic
Constructor Detail

MatrixDimensionPanel.SemanticListModel

public MatrixDimensionPanel.SemanticListModel(List<?> semantic)
Method Detail

getSize

public int getSize()
Specified by:
getSize in interface ListModel
Overrides:
getSize in class DefaultListModel

getElementAt

public Object getElementAt(int index)
Specified by:
getElementAt in interface ListModel
Overrides:
getElementAt in class DefaultListModel


Copyright © 2004-2011 CodeLutin. All Rights Reserved.