|
|||||||||||
| 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.fsa.swing.RepresentationComboBoxModel
No comment provided by developer, please add a comment to improve documentation.
| Field Summary | |
private java.util.HashMap |
representations
No comment provided by developer, please add a comment to improve documentation. |
| Fields inherited from class javax.swing.DefaultComboBoxModel |
|
| Fields inherited from class javax.swing.AbstractListModel |
listenerList |
| Constructor Summary | |
RepresentationComboBoxModel()
|
|
| Method Summary | |
void |
addToRepresentations(java.lang.Object data,
java.lang.Object representation)
sets the representation that is used instead of the given Object itself |
java.lang.Object |
getElementAt(int index)
Get the elementAt attribute of the RepresentationComboBoxModel object |
java.lang.Object |
getFromRepresentations(java.lang.Object data)
|
int |
getIndexOf(java.lang.Object anObject)
Get the indexOf attribute of the RepresentationComboBoxModel object |
java.lang.Object |
getSelectedItem()
Get the selectedItem attribute of the RepresentationComboBoxModel object |
boolean |
hasInRepresentations(java.lang.Object data)
|
void |
removeAllFromRepresentations()
No comment provided by developer, please add a comment to improve documentation. |
void |
removeFromRepresentations(java.lang.Object data)
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 anObject)
Sets the selectedItem attribute of the RepresentationComboBoxModel object |
| Methods inherited from class javax.swing.DefaultComboBoxModel |
addElement, getSize, insertElementAt, 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 |
| Field Detail |
private java.util.HashMap representations
| Constructor Detail |
public RepresentationComboBoxModel()
| Method Detail |
public void addToRepresentations(java.lang.Object data,
java.lang.Object representation)
data - The object added.representation - The object added.getFromRepresentations(java.lang.Object)public java.lang.Object getFromRepresentations(java.lang.Object data)
data - No description provided
public boolean hasInRepresentations(java.lang.Object data)
data - No description provided
getFromRepresentations(java.lang.Object)public void removeFromRepresentations(java.lang.Object data)
data - No description providedpublic void removeAllFromRepresentations()
public void removeYou()
public java.lang.Object getElementAt(int index)
index - No description provided
public int getIndexOf(java.lang.Object anObject)
anObject - No description provided
public java.lang.Object getSelectedItem()
public void setSelectedItem(java.lang.Object anObject)
anObject - The new selectedItem value
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||