org.argouml.ui.targetmanager
Interface TargettableModelView
- All Known Implementing Classes:
- UMLComboBox2, UMLCompositeStateSubvertexList, UMLEditableComboBox, UMLExpressionBodyField, UMLLinkedList, UMLList2, UMLMessageActivatorComboBox, UMLMutableLinkedList, UMLReceptionSignalComboBox, UMLSearchableComboBox, UMLStateDeferrableEventList, UMLStateDoActivityList, UMLStateEntryList, UMLStateExitList, UMLTextArea2, UMLTextField2, UMLTransitionEffectList, UMLTransitionTriggerList
public interface TargettableModelView
Marker interface to indicate that some Swing view element (such as a
JList or a JComboBox) has a Model that implements TargetListener.
UMLLinkedList is such an implementor. Via this interface it is
easy to collect all targetlisteners on a property panel as is done in
PropPanel.collectTargetListeners(java.awt.Container)
.
getTargettableModel
TargetListener getTargettableModel()
- Returns the Swing model that implements targetlistener.
- Returns:
- the Swing model