|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectde.uni_paderborn.fujaba.fsa.swing.DiagramKindComboBoxModel
comboBoxModel for UMLVisibility
| Field Summary | |
static de.upb.tools.fca.FHashMap |
diagClassToKindNo
No comment provided by developer, please add a comment to improve documentation. |
static java.lang.String[] |
diagramKindComboBoxIconName
No comment provided by developer, please add a comment to improve documentation. |
static java.lang.String[] |
diagramKindComboBoxIconPath
No comment provided by developer, please add a comment to improve documentation. |
static java.lang.Integer[] |
diagramKindComboBoxIndexes
No comment provided by developer, please add a comment to improve documentation. |
private javax.swing.event.EventListenerList |
listenerList
No comment provided by developer, please add a comment to improve documentation. |
private java.lang.Integer |
selectedItem
No comment provided by developer, please add a comment to improve documentation. |
| Constructor Summary | |
DiagramKindComboBoxModel()
Default Constructor |
|
| Method Summary | |
void |
addListDataListener(javax.swing.event.ListDataListener l)
Add a listener to the list that's notified each time a change to the data model occurs. |
protected void |
fireContentsChanged(java.lang.Object source,
int index0,
int index1)
Call this method after one or more elements of the list change (uml-assocs are created or deleted). |
protected void |
fireIntervalAdded(java.lang.Object source,
int index0,
int index1)
Call this method after one or more elements are added to the model (uml-assocs are created). |
protected void |
fireIntervalRemoved(java.lang.Object source,
int index0,
int index1)
Call this method after one or more elements are removed from the model (uml-assocs are removed). |
java.lang.Object |
getElementAt(int index)
Get the elementAt attribute of the DiagramKindComboBoxModel object |
java.lang.Object |
getSelectedItem()
Get the selectedItem attribute of the DiagramKindComboBoxModel object |
int |
getSize()
Get the size attribute of the DiagramKindComboBoxModel object |
void |
removeListDataListener(javax.swing.event.ListDataListener l)
Remove a listener from the list that's notified each time a change to the data model occurs. |
void |
setSelectedItem(java.lang.Object value)
Sets the selectedItem attribute of the DiagramKindComboBoxModel object |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
private javax.swing.event.EventListenerList listenerList
public static final java.lang.String[] diagramKindComboBoxIconPath
public static final java.lang.String[] diagramKindComboBoxIconName
public static final java.lang.Integer[] diagramKindComboBoxIndexes
private java.lang.Integer selectedItem
public static de.upb.tools.fca.FHashMap diagClassToKindNo
| Constructor Detail |
public DiagramKindComboBoxModel()
| Method Detail |
public java.lang.Object getSelectedItem()
getSelectedItem in interface javax.swing.ComboBoxModelpublic void setSelectedItem(java.lang.Object value)
setSelectedItem in interface javax.swing.ComboBoxModelvalue - The new selectedItem valuepublic java.lang.Object getElementAt(int index)
getElementAt in interface javax.swing.ListModelindex - No description provided
public int getSize()
getSize in interface javax.swing.ListModelpublic void addListDataListener(javax.swing.event.ListDataListener l)
addListDataListener in interface javax.swing.ListModell - the ListDataListenerpublic void removeListDataListener(javax.swing.event.ListDataListener l)
removeListDataListener in interface javax.swing.ListModell - the ListDataListener
protected void fireContentsChanged(java.lang.Object source,
int index0,
int index1)
source - The ListModel that changed, typically "this".index0 - One end of the new interval.index1 - The other end of the new interval.EventListenerList,
DefaultListModel
protected void fireIntervalAdded(java.lang.Object source,
int index0,
int index1)
source - The ListModel that changed, typically "this".index0 - One end of the new interval.index1 - The other end of the new interval.EventListenerList,
DefaultListModel
protected void fireIntervalRemoved(java.lang.Object source,
int index0,
int index1)
source - The ListModel that changed, typically "this".index0 - One end of the new interval.index1 - The other end of the new interval.EventListenerList,
DefaultListModelpublic java.lang.String toString()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||