A B C D E F G H I K L M P R S T U V

B

BindingAdaptor - Class in chooser
Adaptor that uses keyboard input to set the selected shortcut field of a BindingChooser.
BindingChooser - Class in chooser
Implementation of the BindingPanel that provides configuring functionality for the keystroke component of key bindings.
BindingChooser() - Constructor for class chooser.BindingChooser
 
BindingChooser.FrameColorScheme - Enum in chooser
Coloring used for the labels and buttons of constructed dialogs.
BindingChooser.IndentStyle - Enum in chooser
Supported appearances of the indent field, which includes:
NONE- No actions are taken to change the indent field's appearance.
EMPTY- Indent field is set to be invisible (effectively removing it from the display).
SPACER- Blank field that occupies its currently set dimensions.
TYPE- Displays Unicode arrows according to the shortcut's event type (down for KEY_PRESSED, up for KEY_RELEASED, bidirectional for KEY_TYPED, and an 'X' if disabled).
INDEX- Displays the field's index from the top (starting with one).
BindingEditor - Class in editor
Small graphical application for generating and editing keybindings.
BindingEditor() - Constructor for class editor.BindingEditor
Constructs an empty editor.
BindingEditor(Map<KeyStroke, String>) - Constructor for class editor.BindingEditor
Constructs an editor with an initial set of bindings.
BindingEntry - Class in chooser
Display element for a single key binding.
BindingEntry(KeyStroke, String) - Constructor for class chooser.BindingEntry
 
BindingEntry.Field - Enum in chooser
Elements of the display (ordered left to right):
Indent- Leading index label or icon.
Action- String component of mapping.
Shortcut- Keystroke component of mapping.
BindingPanel - Class in chooser
Panel containing a listing of current keybinding mappings.
BindingPanel() - Constructor for class chooser.BindingPanel
 

A B C D E F G H I K L M P R S T U V