Serialized Form


Package chooser

Class chooser.BindingChooser extends BindingPanel implements Serializable

serialVersionUID: 0L

Serialized Fields

indentStyle

BindingChooser.IndentStyle indentStyle

isShortcutEditable

boolean isShortcutEditable

selectedEntry

BindingEntry selectedEntry

selectedText

String selectedText

isColorSchemeEnabled

boolean isColorSchemeEnabled

selectedEntryBackground

Color selectedEntryBackground

evenEntryBackground

Color evenEntryBackground

oddEntryBackground

Color oddEntryBackground

entryForeground

Color entryForeground

selectedEntryForeground

Color selectedEntryForeground

Class chooser.BindingEntry extends JPanel implements Serializable

serialVersionUID: 0L

Serialized Fields

indentField

JLabel indentField

actionField

JLabel actionField

shortcutField

JLabel shortcutField

shortcut

KeyStroke shortcut

Class chooser.BindingPanel extends JPanel implements Serializable

Serialized Fields

contents

ArrayList<E> contents

Package editor

Class editor.BindingEditor extends JFrame implements Serializable

serialVersionUID: 0L

Serialized Fields

chooser

BindingChooser chooser

chooserViewport

JViewport chooserViewport

bindingAdaptor

BindingAdaptor bindingAdaptor

active

BindingEntry active

persistence

editor.EditorPersistence persistence

controlBindings

LinkedHashMap<K,V> controlBindings

buttonPanel

JPanel buttonPanel