Package ca.phon.app.project
Class SessionListModel
java.lang.Object
ca.phon.app.project.SessionListModel
Handles the data model for the session list in the
project window.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
getElementAt
(int index) int
getSize()
void
refresh()
void
void
-
Constructor Details
-
SessionListModel
Constructor
-
-
Method Details
-
getSessions
-
getElementAt
- Specified by:
getElementAt
in interfaceListModel<String>
-
getSize
public int getSize() -
setCorpus
-
getCorpus
-
getProject
-
fireDataChange
public void fireDataChange() -
refresh
public void refresh() -
addListDataListener
- Specified by:
addListDataListener
in interfaceListModel<String>
-
removeListDataListener
- Specified by:
removeListDataListener
in interfaceListModel<String>
-