de.uni_paderborn.fujaba.views
Class FilterManager.FMListModel

java.lang.Object
  extended byjavax.swing.AbstractListModel
      extended byjavax.swing.DefaultComboBoxModel
          extended byde.uni_paderborn.fujaba.views.FilterManager.FMListModel
All Implemented Interfaces:
javax.swing.ComboBoxModel, java.util.EventListener, javax.swing.ListModel, javax.swing.MutableComboBoxModel, java.beans.PropertyChangeListener, java.io.Serializable
Enclosing class:
FilterManager

public static final class FilterManager.FMListModel
extends javax.swing.DefaultComboBoxModel
implements java.beans.PropertyChangeListener

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

Version:
$Revision: 1.20 $
Author:
$Author: trinet $
See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.swing.AbstractListModel
listenerList
 
Constructor Summary
FilterManager.FMListModel(UMLDiagram diagram)
          Constructor for class FMListModel
FilterManager.FMListModel(UMLDiagram diagram, boolean clone)
          Constructor for class FMListModel
 
Method Summary
 void addElement(java.lang.Object object)
          Access method for an one to n association.
 UMLDiagram getDiagram()
          Get the diagram attribute of the FMListModel object
 void insertElementAt(java.lang.Object o, int i)
          No comment provided by developer, please add a comment to improve documentation.
 void propertyChange(java.beans.PropertyChangeEvent e)
          No comment provided by developer, please add a comment to improve documentation.
 void removeYou()
          No comment provided by developer, please add a comment to improve documentation.
 void setSelectedItem(java.lang.Object o)
          Sets the selectedItem attribute of the FMListModel object
 
Methods inherited from class javax.swing.DefaultComboBoxModel
getElementAt, getIndexOf, getSelectedItem, getSize, removeAllElements, removeElement, removeElementAt
 
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
 
Methods inherited from interface javax.swing.ListModel
addListDataListener, removeListDataListener
 

Constructor Detail

FilterManager.FMListModel

public FilterManager.FMListModel(UMLDiagram diagram,
                                 boolean clone)
Constructor for class FMListModel

Parameters:
diagram - No description provided
clone - No description provided

FilterManager.FMListModel

public FilterManager.FMListModel(UMLDiagram diagram)
Constructor for class FMListModel

Parameters:
diagram - No description provided
Method Detail

getDiagram

public UMLDiagram getDiagram()
Get the diagram attribute of the FMListModel object

Returns:
The diagram value

addElement

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

Specified by:
addElement in interface javax.swing.MutableComboBoxModel
Parameters:
object - The object added.

insertElementAt

public void insertElementAt(java.lang.Object o,
                            int i)
No comment provided by developer, please add a comment to improve documentation.

Specified by:
insertElementAt in interface javax.swing.MutableComboBoxModel
Parameters:
o - No description provided
i - No description provided

setSelectedItem

public void setSelectedItem(java.lang.Object o)
Sets the selectedItem attribute of the FMListModel object

Specified by:
setSelectedItem in interface javax.swing.ComboBoxModel
Parameters:
o - The new selectedItem value

propertyChange

public void propertyChange(java.beans.PropertyChangeEvent e)
No comment provided by developer, please add a comment to improve documentation.

Specified by:
propertyChange in interface java.beans.PropertyChangeListener
Parameters:
e - No description provided

removeYou

public void removeYou()
No comment provided by developer, please add a comment to improve documentation.