Uses of Class
chooser.BindingChooser.FrameColorScheme

Packages that use BindingChooser.FrameColorScheme
chooser   
 

Uses of BindingChooser.FrameColorScheme in chooser
 

Methods in chooser that return BindingChooser.FrameColorScheme
static BindingChooser.FrameColorScheme BindingChooser.FrameColorScheme.fromString(String str)
          Returns the enum representation of a string.
static BindingChooser.FrameColorScheme BindingChooser.FrameColorScheme.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static BindingChooser.FrameColorScheme[] BindingChooser.FrameColorScheme.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in chooser with parameters of type BindingChooser.FrameColorScheme
 BindingEntry BindingChooser.makeLabels(BindingChooser.FrameColorScheme colorScheme)
          Provides the labels naming the fields.
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.