LafWidget.ANIMATION_KIND
Client property name for specifying the kind of animation on various
components.
LafWidget.AUTO_SCROLL
Client property name for specifying that a scroll pane should have
auto-scroll support invoked on middle-mouse button click.
LafWidget.COMBO_BOX_AUTOCOMPLETION_MATCHER
Client property name for specifying the auto-completion matcher on editable comboboxes.
LafWidget.COMBO_BOX_NO_AUTOCOMPLETION
Client property name for specifying that the editable combobox has no
auto completion.
LafWidget.COMBO_BOX_USE_MODEL_ONLY
Client property name for specifying that the editable combobox can accept
only entries from the model.
LafWidget.COMPONENT_PREVIEW_PAINTER
Client property name for specifying the preview painter for a component.
LafWidget.PASSWORD_STRENGTH_CHECKER
Client property name for specifying password strength checker for a
password field.
LafWidget.TABBED_PANE_PREVIEW_PAINTER
Client property name for specifying the preview painter for tabbed pane.
LafWidget.TEXT_EDIT_CONTEXT_MENU
Client property name for specifying that the text component should have
the edit context menu (with Cut / Copy / Paste / ... menu items).
LafWidget.TEXT_FLIP_SELECT_ON_ESCAPE
Client property name for specifying that the text component contents
should flip selection on ESCAPE key press.
LafWidget.TEXT_SELECT_ON_FOCUS
Client property name for specifying that the text component contents
should be selected on focus gain.