Uses of Interface
cz.cuni.jagrlib.gui.Undo

Packages that use Undo
cz.cuni.jagrlib.gui GUI classes for the JaGrLib project. 
 

Uses of Undo in cz.cuni.jagrlib.gui
 

Classes in cz.cuni.jagrlib.gui that implement Undo
 class CompositionGUI
          Abstract class that cares about visual representation of composition.
 class CompositionGUIBasic
          Basic class that cares about visual representation of a composition.
 class GroupGUI
          Abstract class for visual representation of groups.
 class GroupGUIBasic
          Basic class that cares about visual representation of a group (obsolete code, use GroupGUIImproved instead).
 class GroupGUIImproved
          Improved class that cares about visual representation of a group.
 class ModuleGUI
          Abstract class that cares about visual representation of a module.
 class ModuleGUIImproved
          Improved class that care about visual representation of module.
 

Fields in cz.cuni.jagrlib.gui declared as Undo
 Undo ActionsUndoReg.objectReg
           
 

Constructors in cz.cuni.jagrlib.gui with parameters of type Undo
ActionsUndoReg(Undo _object, int _what, java.lang.Object _lastValue, java.lang.Object _newValue)