Uses of Class
jimm.datavision.gui.TextFieldWidget

Packages that use TextFieldWidget
jimm.datavision.gui.cmd Provides the classes and interfaces that make up the undo/redo command structure. 
 

Uses of TextFieldWidget in jimm.datavision.gui.cmd
 

Fields in jimm.datavision.gui.cmd declared as TextFieldWidget
protected  TextFieldWidget TypingCommand.fw
           
 

Constructors in jimm.datavision.gui.cmd with parameters of type TextFieldWidget
TypingCommand(TextFieldWidget fw, int origHeight)