Uses of Interface
org.salespointframework.desktop.InputFilter

Packages that use InputFilter
org.salespointframework.desktop   
 

Uses of InputFilter in org.salespointframework.desktop
 

Methods in org.salespointframework.desktop with parameters of type InputFilter
 void JFilterInput.setFilter(InputFilter filter)
          Set the InputFilter that should be used from now on.
 

Constructors in org.salespointframework.desktop with parameters of type InputFilter
JFilterInput(InputFilter filter)
          Create a JFilterInput with the given filter.
JFilterInput(java.lang.String text, int type, InputFilter filter)
          Create a JFilterInput with the given parameters.