Uses of Class
jimm.datavision.gui.EditWinWidget

Packages that use EditWinWidget
jimm.datavision.gui Provides the classes and interfaces that make up the graphical user interface used to build and run DataVision reports. 
jimm.datavision.gui.cmd Provides the classes and interfaces that make up the undo/redo command structure. 
 

Uses of EditWinWidget in jimm.datavision.gui
 

Subclasses of EditWinWidget in jimm.datavision.gui
 class FormulaWidget
          A formula widget must be able to edit its formula's code and perform a few other formula-specific actions.
 class ParameterWidget
          A parameter widget must be able to edit its parameter's settings and perform a few other parameter-specific actions.
 class UserColumnWidget
          A user column widget must be able to edit its user column's code and perform a few other user column-specific actions.
 

Uses of EditWinWidget in jimm.datavision.gui.cmd
 

Fields in jimm.datavision.gui.cmd declared as EditWinWidget
protected  EditWinWidget WidgetRenameCommand.eww
           
 

Constructors in jimm.datavision.gui.cmd with parameters of type EditWinWidget
WidgetRenameCommand(EditWinWidget eww, java.lang.String oldName, java.lang.String newName)