|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.AbstractListModel
javax.swing.DefaultComboBoxModel
de.uni_paderborn.fujaba.views.FilterManager.FMListModel
No comment provided by developer, please add a comment to improve documentation.
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 |
public FilterManager.FMListModel(UMLDiagram diagram, boolean clone)
diagram
- No description providedclone
- No description providedpublic FilterManager.FMListModel(UMLDiagram diagram)
diagram
- No description providedMethod Detail |
public UMLDiagram getDiagram()
public void addElement(java.lang.Object object)
addElement
in interface javax.swing.MutableComboBoxModel
object
- The object added.public void insertElementAt(java.lang.Object o, int i)
insertElementAt
in interface javax.swing.MutableComboBoxModel
o
- No description providedi
- No description providedpublic void setSelectedItem(java.lang.Object o)
setSelectedItem
in interface javax.swing.ComboBoxModel
o
- The new selectedItem valuepublic void propertyChange(java.beans.PropertyChangeEvent e)
propertyChange
in interface java.beans.PropertyChangeListener
e
- No description providedpublic void removeYou()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |