com.partnersoft.codex.editors
Class SubsectionListModel

java.lang.Object
  extended by com.partnersoft.codex.editors.SubsectionListModel
All Implemented Interfaces:
javax.swing.ListModel

public class SubsectionListModel
extends java.lang.Object
implements javax.swing.ListModel

Author:
Russell Cagle Copyright 2006 Partner Software, Inc.

Constructor Summary
SubsectionListModel(CodexSection subsection)
           
 
Method Summary
 void addListDataListener(javax.swing.event.ListDataListener listener)
           
 java.lang.Object getElementAt(int index)
           
 int getSize()
           
 void removeListDataListener(javax.swing.event.ListDataListener listener)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SubsectionListModel

public SubsectionListModel(CodexSection subsection)
Method Detail

addListDataListener

public void addListDataListener(javax.swing.event.ListDataListener listener)
Specified by:
addListDataListener in interface javax.swing.ListModel

getElementAt

public java.lang.Object getElementAt(int index)
Specified by:
getElementAt in interface javax.swing.ListModel

getSize

public int getSize()
Specified by:
getSize in interface javax.swing.ListModel

removeListDataListener

public void removeListDataListener(javax.swing.event.ListDataListener listener)
Specified by:
removeListDataListener in interface javax.swing.ListModel