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(java.lang.String str)
          Returns the enum representation of a string.
static BindingChooser.FrameColorScheme BindingChooser.FrameColorScheme.valueOf(java.lang.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 java.util.LinkedHashMap<javax.swing.KeyStroke,java.lang.String> BindingChooser.showDialog(java.awt.Component parent, BindingChooser display, java.lang.String dialogTitle, boolean showLabels, BindingAdaptor adaptor, BindingChooser.FrameColorScheme frameColoring)
          Displays a dialog allowing the user to redefine the keystroke component of key bindings.