org.argouml.ui
Interface TabToDoTarget

All Superinterfaces:
java.util.EventListener, org.argouml.ui.targetmanager.TargetListener

public interface TabToDoTarget
extends org.argouml.ui.targetmanager.TargetListener

Interface used to tag Tabbed panels that accept a ToDo Element Target.


Method Summary
 void setTarget(java.lang.Object target)
          Set the target.
 
Methods inherited from interface org.argouml.ui.targetmanager.TargetListener
targetAdded, targetRemoved, targetSet
 

Method Detail

setTarget

void setTarget(java.lang.Object target)
Set the target.

Parameters:
target - the new target to set


ArgoUML © 1996-2006ArgoUML HomepageArgoUML Cookbook