Uses of Class
chooser.BindingAdaptor

Packages that use BindingAdaptor
chooser   
 

Uses of BindingAdaptor in chooser
 

Methods in chooser that return BindingAdaptor
 BindingAdaptor BindingChooser.makeAdaptor()
          Provides a key adaptor that can provide editing functionality for the selected entry.
 

Methods in chooser with parameters of type BindingAdaptor
static LinkedHashMap<KeyStroke,String> BindingChooser.showDialog(Component parent, BindingChooser display, String dialogTitle, boolean showLabels, BindingAdaptor adaptor, BindingChooser.FrameColorScheme frameColoring)
          Displays a dialog allowing the user to redefine the keystroke component of key bindings.