de.uni_paderborn.fujaba.gui
Class StartActivityPanel.MethodsListModel

java.lang.Object
  extended byjavax.swing.AbstractListModel
      extended byde.uni_paderborn.fujaba.gui.StartActivityPanel.MethodsListModel
All Implemented Interfaces:
javax.swing.ListModel, java.io.Serializable
Enclosing class:
StartActivityPanel

private class StartActivityPanel.MethodsListModel
extends javax.swing.AbstractListModel

No comment provided by developer, please add a comment to improve documentation.

Version:
$Revision: 1.28 $
Author:
$Author: cschneid $

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

methods

private java.util.Vector methods
No comment provided by developer, please add a comment to improve documentation.

Constructor Detail

StartActivityPanel.MethodsListModel

public StartActivityPanel.MethodsListModel()
Constructor for class MethodsListModel

Method Detail

setMethods

public void setMethods(java.util.Vector methods)
Sets the methods attribute of the MethodsListModel object

Parameters:
methods - The new methods value

getElementAt

public java.lang.Object getElementAt(int index)
Get the elementAt attribute of the MethodsListModel object

Parameters:
index - No description provided
Returns:
The elementAt value

getMethodAt

public UMLMethod getMethodAt(int index)
Get the methodAt attribute of the MethodsListModel object

Parameters:
index - No description provided
Returns:
The methodAt value

getSize

public int getSize()
Get the size attribute of the MethodsListModel object

Returns:
The size value