org.argouml.ui.targetmanager
Interface TargettableModelView
- All Known Implementing Classes:
- UMLComboBox2, UMLList2, UMLTextArea2, UMLTextField2
- public interface TargettableModelView
Marker interface to indicate that some Swing view element (such as a
JTable or a JTree has a model that implements TargetListener.
UMLModelElementListModel2 is such an implementor. Via this interface it's
easy to collect all targetlisteners on a property panel as is done in the
settarget method of PropPanel.
getTargettableModel
public TargetListener getTargettableModel()
- Returns the Swing model that implements targetlistener.
- Returns:
- The Swing model