au.edu.swin.synergy.plugin.roomgui
Class BDoorsModel
java.lang.Object
|
+--javax.swing.AbstractListModel
|
+--au.edu.swin.synergy.plugin.roomgui.BDoorsModel
- public class BDoorsModel
- extends AbstractListModel
- implements ComboBoxModel
- See Also:
- Serialized Form
Constructor Summary |
BDoorsModel()
Please complete the missing tags for BDoorsModel |
Method Summary |
void |
addItem(Object anItem)
Please complete the missing tags for addItem |
void |
clear()
Please complete the missing tags for clear |
Object |
getElementAt(int index)
Please complete the missing tags for getElementAt |
Object |
getSelectedItem()
Please complete the missing tags for getSelectedItem |
int |
getSize()
Please complete the missing tags for getSize |
void |
setSelectedItem(Object anItem)
Please complete the missing tags for setSelectedItem |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
BDoorsModel
public BDoorsModel()
- Please complete the missing tags for BDoorsModel
- Parameters:
- - Throws:
- -
getElementAt
public Object getElementAt(int index)
- Please complete the missing tags for getElementAt
- Parameters:
- - Returns:
-
- Throws:
- -
- Overrides:
- getElementAt in class AbstractListModel
- Pre Condition:
-
- Post Condition:
-
getSize
public int getSize()
- Please complete the missing tags for getSize
- Parameters:
- - Returns:
-
- Throws:
- -
- Overrides:
- getSize in class AbstractListModel
- Pre Condition:
-
- Post Condition:
-
getSelectedItem
public Object getSelectedItem()
- Please complete the missing tags for getSelectedItem
- Specified by:
- getSelectedItem in interface ComboBoxModel
- Parameters:
- - Returns:
-
- Throws:
- -
- Pre Condition:
-
- Post Condition:
-
setSelectedItem
public void setSelectedItem(Object anItem)
- Please complete the missing tags for setSelectedItem
- Specified by:
- setSelectedItem in interface ComboBoxModel
- Parameters:
- - Returns:
-
- Throws:
- -
- Pre Condition:
-
- Post Condition:
-
addItem
public void addItem(Object anItem)
- 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:
-