Synergy Home Page

au.edu.swin.synergy.plugin.roomgui
Class BFileListModel

java.lang.Object
  |
  +--javax.swing.AbstractListModel
        |
        +--au.edu.swin.synergy.plugin.roomgui.BFileListModel

public class BFileListModel
extends AbstractListModel

See Also:
Serialized Form

Fields inherited from class javax.swing.AbstractListModel
listenerList
 
Constructor Summary
BFileListModel()
          Please complete the missing tags for BFileListModel
 
Method Summary
 void addItem(Object item)
          Please complete the missing tags for addItem
 void clear()
          Please complete the missing tags for clear
 Object getElementAt(int n)
          Please complete the missing tags for getElementAt
 int getSize()
          Please complete the missing tags for getSize
 
Methods inherited from class javax.swing.AbstractListModel
addListDataListener, fireContentsChanged, fireIntervalAdded, fireIntervalRemoved, removeListDataListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BFileListModel

public BFileListModel()
Please complete the missing tags for BFileListModel
Parameters:
-  
Throws:
-  
Method Detail

getSize

public int getSize()
Please complete the missing tags for getSize
Parameters:
-  
Returns:
 
Throws:
-  
Overrides:
getSize in class AbstractListModel
Pre Condition:
 
Post Condition:
 

getElementAt

public Object getElementAt(int n)
Please complete the missing tags for getElementAt
Parameters:
-  
Returns:
 
Throws:
-  
Overrides:
getElementAt in class AbstractListModel
Pre Condition:
 
Post Condition:
 

addItem

public void addItem(Object item)
Please complete the missing tags for addItem
Parameters:
-  
Returns:
 
Pre Condition:
 
Post Condition:
 

clear

public void clear()
Please complete the missing tags for clear
Parameters:
-  
Returns:
 
Pre Condition:
 
Post Condition:
 

Synergy Home Page