Uses of Interface
vanted.gui.AttributeChanged

Packages that use AttributeChanged
vanted.gui   
 

Uses of AttributeChanged in vanted.gui
 

Classes in vanted.gui that implement AttributeChanged
 class PetriNetAttributeGUI
          The Class PetriNetAttributeGUI creates the whole Petri net attribute component in the Reconstruction tab.
 

Methods in vanted.gui that return types with arguments of type AttributeChanged
 java.util.List<AttributeChanged> AbstractGUIComp.getAttributeListener()
           
 

Methods in vanted.gui with parameters of type AttributeChanged
 void AbstractGUIComp.addAttributeListener(AttributeChanged listener)
           
 void AbstractGUIComp.removeAttributeListener(AttributeChanged listener)