org.argouml.cognitive.ui
Interface TabToDoTarget

All Superinterfaces:
java.util.EventListener, TargetListener
All Known Implementing Classes:
TabToDo, WizStep

public interface TabToDoTarget
extends TargetListener


Method Summary
 java.lang.Object getTarget()
          Returns the target of the TabToDo
 void refresh()
           
 void setTarget(java.lang.Object o)
          Deprecated. As of ArgoUml version 0.13.5, the visibility of this method will change in the future, replaced by TargetManager. this method will be removed in a couple of releases
 
Methods inherited from interface org.argouml.ui.targetmanager.TargetListener
targetAdded, targetRemoved, targetSet
 

Method Detail

setTarget

public void setTarget(java.lang.Object o)
Deprecated. As of ArgoUml version 0.13.5, the visibility of this method will change in the future, replaced by TargetManager. this method will be removed in a couple of releases

Sets the target of the TabToDo

Parameters:
o -

getTarget

public java.lang.Object getTarget()
Returns the target of the TabToDo

Returns:
The current target of the TabToDo

refresh

public void refresh()


ArgoUML © 1996-2003 (20040216)ArgoUML Project HomeArgoUML Cookbook