org.argouml.uml.ui
Interface UMLUserInterfaceComponent

All Known Implementing Classes:
UMLChangeDispatch, UMLExpressionBodyField, UMLExpressionLanguageField, UMLStimulusActionTextField

public interface UMLUserInterfaceComponent

This interface accepts notification that a container's target model element has been changed (typically due to navigation).


Method Summary
 void targetChanged()
          This method is called when the target of a UMLUserInterfaceContainer has been changed.
 void targetReasserted()
          This method is called when the navigation history has been changed (and navigation buttons may need to be updated).
 

Method Detail

targetChanged

public void targetChanged()
This method is called when the target of a UMLUserInterfaceContainer has been changed.


targetReasserted

public void targetReasserted()
This method is called when the navigation history has been changed (and navigation buttons may need to be updated). targetChanged implies navigationHistoryChanged, so this method will not be called after a targetChange.



ArgoUML © 1996-2006ArgoUML HomepageArgoUML Developers' pageArgoUML Cookbook