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
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 java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
BFileListModel
public BFileListModel()
- Please complete the missing tags for BFileListModel
- Parameters:
- - Throws:
- -
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:
-