Class RadianceSynapse
java.lang.Object
org.pushingpixels.radiance.theming.internal.RadianceSynapse
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Client property name for specifying that a scroll pane should have auto-scroll support invoked on mouse button click that triggers popups.static final String
Client property name for specifying when control background should be painted.static final String
Client property name for ignoring the default (minimum) dimension for a single button.static final String
Client property name for specifying an open side for a single button.static final String
Client property name for specifying outline shaper.static final String
Client property name for specifying a straight side for a single button.static final String
Client property name for specifying the colorization amount applied to the background and foreground of the current color scheme and the application controls.static final String
Client property name for specifying combo popup placement strategy.static final String
Client property name for specifying the combobox popup prototype callback which is used to compute the width of the popup at runtime.static final String
Client property name for specifying the combobox popup prototype object which is used to compute the width of the popup at runtime.static final String
Client property name for specifying the preview painter for a component.static final String
Client property name for specifying that contents of a frame, dialog, internal frame, desktop icon or tab have been modified and not saved.static final String
Client property name for specifying the kind of focus indication.static final String
Client property name for specifying that theCapsLockPasswordBorderWidget
should put the caps lock icon.static final String
Client property name for specifying that theLockBorderWidget
should put the lock icon.static final String
Client property name for specifying how icons in active states are filtered.static final String
Client property name for specifying how icons in disabled states are filtered.static final String
Client property name for specifying how icons in the enabled state are filtered.static final String
Client property name for specifying that a label should be painted as title pane text.static final String
Client property name for specifying menu gutter fill alpha.static final String
Client property name for specifying the number of echo characters for each password character.static final String
Client property name for specifying password strength checker for a password field.static final String
Client property name for specifying that the content of the root pane extends into the title pane area.static final String
Client property name for specifying the preferred height of the title pane.static final String
Client property name for specifying a skin to be used on the specific root pane.static final String
Client property name for specifying the separator appearance.static final String
Client property name for specifying that extra UI elements (such as menu items in system menu or lock borders) should be shown.static final String
Client property name for adding close buttons on tabs.static final String
Client property name for specifying that only the close button of a marked-as-modified tab component should pulsate.static final String
Client property name for specifying the callback for deciding on the tab close type.static final String
Client property name for specifying the content pane border kind.static final String
Client property name for specifying that the text component should have the edit context menu (with Cut / Copy / Paste / ...static final String
Client property name for specifying that the text component contents should flip selection on ESCAPE key press.static final String
Client property name for specifying that the text component contents should be selected on focus gain.static final String
Client property name for specifying the horizontal gravity of the title pane control button group.static final String
Client property name for specifying the horizontal gravity of the title pane control button group.static final String
Client property name for specifying the horizontal gravity of the title pane icon.static final String
Client property name for specifying the title pane buttons provider.static final String
Client property name for specifying the horizontal gravity of the title pane text.static final String
Client property name for specifying the corner radius for buttons.static final String
Client property name for specifying the trace file.static final String
Client property name for specifying that the tree component should have automatic drag and drop support.static final String
Client property name for controlling usage of the default color chooser.static final String
Client property name for specifying that icons onJOptionPane
s created with predefined message types will use constant color schemes for the icons. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
HAS_LOCK_ICON
Client property name for specifying that theLockBorderWidget
should put the lock icon.- See Also:
-
HAS_CAPS_LOCK_ICON
Client property name for specifying that theCapsLockPasswordBorderWidget
should put the caps lock icon.- See Also:
-
COMPONENT_PREVIEW_PAINTER
Client property name for specifying the preview painter for a component.- See Also:
-
PASSWORD_STRENGTH_CHECKER
Client property name for specifying password strength checker for a password field.- See Also:
-
TEXT_SELECT_ON_FOCUS
Client property name for specifying that the text component contents should be selected on focus gain.- See Also:
-
TEXT_FLIP_SELECT_ON_ESCAPE
Client property name for specifying that the text component contents should flip selection on ESCAPE key press.- See Also:
-
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).- See Also:
-
TREE_AUTO_DND_SUPPORT
Client property name for specifying that the tree component should have automatic drag and drop support.- See Also:
-
AUTO_SCROLL
Client property name for specifying that a scroll pane should have auto-scroll support invoked on mouse button click that triggers popups.- See Also:
-
BUTTON_NO_MIN_SIZE
Client property name for ignoring the default (minimum) dimension for a single button.- See Also:
-
BUTTON_STRAIGHT_SIDE
Client property name for specifying a straight side for a single button.- See Also:
-
BUTTON_OPEN_SIDE
Client property name for specifying an open side for a single button.- See Also:
-
TOOLBAR_BUTTON_CORNER_RADIUS
Client property name for specifying the corner radius for buttons.- See Also:
-
ROOT_PANE_SKIN
Client property name for specifying a skin to be used on the specific root pane.- See Also:
-
SHOW_EXTRA_WIDGETS
Client property name for specifying that extra UI elements (such as menu items in system menu or lock borders) should be shown.- See Also:
-
COLORIZATION_FACTOR
Client property name for specifying the colorization amount applied to the background and foreground of the current color scheme and the application controls.- See Also:
-
USE_THEMED_ICONS_ON_OPTION_PANES
Client property name for specifying that icons onJOptionPane
s created with predefined message types will use constant color schemes for the icons.- See Also:
-
ICON_FILTER_STRATEGY_ACTIVE
Client property name for specifying how icons in active states are filtered.- See Also:
-
ICON_FILTER_STRATEGY_ENABLED
Client property name for specifying how icons in the enabled state are filtered.- See Also:
-
ICON_FILTER_STRATEGY_DISABLED
Client property name for specifying how icons in disabled states are filtered.- See Also:
-
BACKGROUND_APPEARANCE_STRATEGY
Client property name for specifying when control background should be painted.- See Also:
-
CONTENTS_MODIFIED
Client property name for specifying that contents of a frame, dialog, internal frame, desktop icon or tab have been modified and not saved.- See Also:
-
TABBED_PANE_CLOSE_BUTTONS
Client property name for adding close buttons on tabs.- See Also:
-
TABBED_PANE_CLOSE_BUTTONS_MODIFIED_ANIMATION
Client property name for specifying that only the close button of a marked-as-modified tab component should pulsate.- See Also:
-
TABBED_PANE_CLOSE_CALLBACK
Client property name for specifying the callback for deciding on the tab close type.- See Also:
-
TABBED_PANE_CONTENT_BORDER_KIND
Client property name for specifying the content pane border kind.- See Also:
-
PASSWORD_ECHO_PER_CHAR
Client property name for specifying the number of echo characters for each password character.- See Also:
-
BUTTON_SHAPER
Client property name for specifying outline shaper.- See Also:
-
MENU_GUTTER_FILL_ALPHA
Client property name for specifying menu gutter fill alpha.- See Also:
-
TRACE_FILE
Client property name for specifying the trace file.- See Also:
-
FOCUS_KIND
Client property name for specifying the kind of focus indication.- See Also:
-
COMBO_BOX_POPUP_PLACEMENT_STRATEGY
Client property name for specifying combo popup placement strategy.- See Also:
-
COMBOBOX_POPUP_PROTOTYPE_CALLBACK
Client property name for specifying the combobox popup prototype callback which is used to compute the width of the popup at runtime.- See Also:
-
COMBOBOX_POPUP_PROTOTYPE_OBJECT
Client property name for specifying the combobox popup prototype object which is used to compute the width of the popup at runtime.- See Also:
-
ROOT_PANE_CONTENTS_EXTENDS_INTO_TITLE_PANE
Client property name for specifying that the content of the root pane extends into the title pane area.- See Also:
-
ROOT_PANE_PREFERRED_TITLE_PANE_HEIGHT
Client property name for specifying the preferred height of the title pane.- See Also:
-
IS_TITLE_PANE_LABEL
Client property name for specifying that a label should be painted as title pane text.- See Also:
-
TITLE_PANE_BUTTONS_PROVIDER
Client property name for specifying the title pane buttons provider.- See Also:
-
TITLE_TEXT_HORIZONTAL_GRAVITY
Client property name for specifying the horizontal gravity of the title pane text.- See Also:
-
TITLE_CONTROL_BUTTON_GROUP_HORIZONTAL_GRAVITY
Client property name for specifying the horizontal gravity of the title pane control button group.- See Also:
-
TITLE_CONTROL_BUTTON_GROUP_VERTICAL_GRAVITY
Client property name for specifying the horizontal gravity of the title pane control button group.- See Also:
-
TITLE_ICON_HORIZONTAL_GRAVITY
Client property name for specifying the horizontal gravity of the title pane icon.- See Also:
-
USE_DEFAULT_COLOR_CHOOSER
Client property name for controlling usage of the default color chooser.- See Also:
-
SEPARATOR_APPEARANCE
Client property name for specifying the separator appearance.- See Also:
-
-
Constructor Details
-
RadianceSynapse
public RadianceSynapse()
-