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 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 the setTarget() method of the class PropPanel (see registrateTargetListeners method).


Method Summary
 TargetListener getTargettableModel()
          Returns the Swing model that implements targetlistener.
 

Method Detail

getTargettableModel

public TargetListener getTargettableModel()
Returns the Swing model that implements targetlistener.

Returns:
the Swing model


ArgoUML © 1996-2004 (20050222)ArgoUML HomepageArgoUML Developers' pageArgoUML Cookbook