de.uni_paderborn.fujaba.gui
Class StateActivityPanel.SetListModel

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

private class StateActivityPanel.SetListModel
extends javax.swing.AbstractListModel

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

Version:
$Revision: 1.33 $
Author:
$Author: cschneid $

Field Summary
private  java.util.Vector elements
          No comment provided by developer, please add a comment to improve documentation.
 
Fields inherited from class javax.swing.AbstractListModel
listenerList
 
Constructor Summary
StateActivityPanel.SetListModel()
          Constructor for class SetListModel
StateActivityPanel.SetListModel(java.util.Set set)
          Constructor for class SetListModel
 
Method Summary
 void addElement(java.lang.Object object)
          Access method for an one to n association.
 java.lang.Object getElementAt(int index)
          Get the elementAt attribute of the SetListModel object
 int getSize()
          Get the size attribute of the SetListModel object
 void removeElement(java.lang.Object object)
          No comment provided by developer, please add a comment to improve documentation.
 
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

elements

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

Constructor Detail

StateActivityPanel.SetListModel

public StateActivityPanel.SetListModel()
Constructor for class SetListModel


StateActivityPanel.SetListModel

public StateActivityPanel.SetListModel(java.util.Set set)
Constructor for class SetListModel

Parameters:
set - No description provided
Method Detail

getElementAt

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

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

getSize

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

Returns:
The size value

addElement

public void addElement(java.lang.Object object)
Access method for an one to n association.

Parameters:
object - The object added.

removeElement

public void removeElement(java.lang.Object object)
No comment provided by developer, please add a comment to improve documentation.

Parameters:
object - No description provided