net.sf.myjaut.ui
Class XmlListModel

java.lang.Object
  extended by javax.swing.AbstractListModel
      extended by net.sf.myjaut.ui.XmlListModel
All Implemented Interfaces:
java.io.Serializable, javax.swing.ListModel

public class XmlListModel
extends javax.swing.AbstractListModel

See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.swing.AbstractListModel
listenerList
 
Constructor Summary
XmlListModel(org.w3c.dom.Document document)
           
XmlListModel(XmlTable xmlTable)
           
 
Method Summary
 java.lang.Object getElementAt(int row)
           
 int getSize()
           
 
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, toString, wait, wait, wait
 

Constructor Detail

XmlListModel

public XmlListModel(org.w3c.dom.Document document)
             throws org.xml.sax.SAXException,
                    java.io.IOException,
                    javax.xml.parsers.ParserConfigurationException
Throws:
org.xml.sax.SAXException
java.io.IOException
javax.xml.parsers.ParserConfigurationException

XmlListModel

public XmlListModel(XmlTable xmlTable)
Method Detail

getSize

public int getSize()

getElementAt

public java.lang.Object getElementAt(int row)


This code documentation is disclosed as part of Kagiru Sudoku. It is licensed under the GNU General Public License (GPL) and comes with NO WARRANTY. See file license.txt for more info.