Uses of Class
proper.gui.core.text.ProperTextField

Packages that use ProperTextField
proper.gui.core.text All different kinds of TextFields can be found here, e.g. 
 

Uses of ProperTextField in proper.gui.core.text
 

Subclasses of ProperTextField in proper.gui.core.text
 class ClassifierTextField
          This Panel represents a combination of a JTextField and a Button with which you can choose a WEKA classifier.
 class DatabaseTextField
          This Panel represents a combination of a JTextField and a Button with which you can open a dialog to choose database/table.
 class FileTextField
          This Panel represents a combination of a JTextField and a Button with which you can open a FileChooser-Dialog.
 class FilterTextField
          This Panel represents a combination of a JTextField and a Button with which you can choose a WEKA filter.
 class MIClassifierTextField
          This Panel represents a combination of a JTextField and a Button with which you can choose a MILK classifier.
 class RelationsTextField
          This Panel represents a combination of a JTextField and a Button with which you can open a RelationsDialog to generate a string representation from the relations in a database.