|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.AbstractListModel
de.uni_paderborn.fujaba.gui.StartActivityPanel.MethodsListModel
No comment provided by developer, please add a comment to improve documentation.
Field Summary | |
private java.util.Vector |
methods
No comment provided by developer, please add a comment to improve documentation. |
Fields inherited from class javax.swing.AbstractListModel |
listenerList |
Constructor Summary | |
StartActivityPanel.MethodsListModel()
Constructor for class MethodsListModel |
Method Summary | |
java.lang.Object |
getElementAt(int index)
Get the elementAt attribute of the MethodsListModel object |
UMLMethod |
getMethodAt(int index)
Get the methodAt attribute of the MethodsListModel object |
int |
getSize()
Get the size attribute of the MethodsListModel object |
void |
setMethods(java.util.Vector methods)
Sets the methods attribute of the MethodsListModel object |
Methods inherited from class javax.swing.AbstractListModel |
addListDataListener, fireContentsChanged, fireIntervalAdded, fireIntervalRemoved, getListDataListeners, getListeners, removeListDataListener |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private java.util.Vector methods
Constructor Detail |
public StartActivityPanel.MethodsListModel()
Method Detail |
public void setMethods(java.util.Vector methods)
methods
- The new methods valuepublic java.lang.Object getElementAt(int index)
index
- No description provided
public UMLMethod getMethodAt(int index)
index
- No description provided
public int getSize()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |