Serialized Form
-
Package org.pushingpixels.radiance.common.api
-
Exception Class org.pushingpixels.radiance.common.api.UiThreadingViolationException
class UiThreadingViolationException extends RuntimeException implements Serializable
-
-
Package org.pushingpixels.radiance.common.api.model
-
Class org.pushingpixels.radiance.common.api.model.TriStateSelectionChangeEvent
class TriStateSelectionChangeEvent extends AWTEvent implements Serializable-
Serialized Fields
-
item
Object item
-
selectionStateChange
TriStateButtonModel.SelectionState selectionStateChange
-
-
-
-
Package org.pushingpixels.radiance.common.internal.font
-
Class org.pushingpixels.radiance.common.internal.font.FontSets.DefaultUIResourceFont
class DefaultUIResourceFont extends FontUIResource implements Serializable
-
-
Package org.pushingpixels.radiance.component.api.bcb
-
Class org.pushingpixels.radiance.component.api.bcb.JBreadcrumbBar
class JBreadcrumbBar extends JComponent implements Serializable-
Serialized Fields
-
contentModel
BreadcrumbBarContentModel<T> contentModel
The breadcrumb bar model. -
contentProvider
BreadcrumbBarContentProvider<T> contentProvider
Content provider. Supplies the data behind this breadcrumb bar. -
presentationModel
BreadcrumbBarPresentationModel presentationModel
-
-
-
-
Package org.pushingpixels.radiance.component.api.bcb.core
-
Class org.pushingpixels.radiance.component.api.bcb.core.BreadcrumbFileSelector
-
Serialized Fields
-
iconProvider
BreadcrumbFileSelector.IconProvider iconProvider
-
-
-
Class org.pushingpixels.radiance.component.api.bcb.core.BreadcrumbTreeAdapterSelector
-
-
Package org.pushingpixels.radiance.component.api.common
-
Class org.pushingpixels.radiance.component.api.common.AbstractFileViewPanel
class AbstractFileViewPanel extends JCommandButtonPanel implements Serializable-
Serialized Fields
-
loadedSet
Set<Command> loadedSet
Contains the commands with completely loaded images. -
mainWorker
SwingWorker<Void,
AbstractFileViewPanel.Leaf> mainWorker The main worker that loads the images off EDT. -
progressListener
ProgressListener progressListener
Progress listener to report back on loaded images.
-
-
-
Class org.pushingpixels.radiance.component.api.common.CommandActionEvent
class CommandActionEvent extends ActionEvent implements Serializable-
Serialized Fields
-
command
BaseCommand<?> command
-
-
-
Class org.pushingpixels.radiance.component.api.common.JCommandButton
class JCommandButton extends JComponent implements Serializable-
Serialized Fields
-
actionHandler
JCommandButton.ActionHandler actionHandler
Action handler for the button. -
actionModel
ActionButtonModel actionModel
The button action model.- See Also:
-
command
BaseCommand command
-
commandPresentation
BaseCommandButtonPresentationModel commandPresentation
-
popupHandler
JCommandButton.PopupHandler popupHandler
Default popup handler for this button. -
popupModel
PopupButtonModel popupModel
Popup model of this button.- See Also:
-
presentationState
CommandButtonPresentationState presentationState
Current presentation state ofthis
button.- See Also:
-
projection
BaseCommandButtonProjection<? extends BaseCommand<?>,
? extends BaseCommandMenuContentModel, ? extends BaseCommandButtonPresentationModel<?, ?>, ? extends BaseCommandPopupMenuPresentationModel> projection
-
-
-
Class org.pushingpixels.radiance.component.api.common.JCommandButtonPanel
class JCommandButtonPanel extends JComponent implements Serializable-
Serialized Fields
-
panelContentModel
CommandPanelContentModel panelContentModel
-
panelPresentationModel
CommandPanelPresentationModel panelPresentationModel
-
projection
Projection<JCommandButtonPanel,
CommandPanelContentModel, CommandPanelPresentationModel> projection
-
-
-
Class org.pushingpixels.radiance.component.api.common.JCommandButtonStrip
class JCommandButtonStrip extends JComponent implements Serializable-
Serialized Fields
-
projection
Projection<JCommandButtonStrip,
CommandGroup, CommandStripPresentationModel> projection
-
-
-
Class org.pushingpixels.radiance.component.api.common.JDeterminateCircularProgress
class JDeterminateCircularProgress extends JComponent implements Serializable-
Serialized Fields
-
contentModel
DeterminateProgressContentModel contentModel
-
presentationModel
CircularProgressPresentationModel presentationModel
-
projection
Projection<JDeterminateCircularProgress,
DeterminateProgressContentModel, CircularProgressPresentationModel> projection
-
-
-
Class org.pushingpixels.radiance.component.api.common.JExoLabel
class JExoLabel extends JComponent implements Serializable-
Serialized Fields
-
projection
Projection<JExoLabel,
LabelContentModel, LabelPresentationModel> projection
-
-
-
Class org.pushingpixels.radiance.component.api.common.JIndeterminateCircularProgress
class JIndeterminateCircularProgress extends JComponent implements Serializable-
Serialized Fields
-
contentModel
IndeterminateProgressContentModel contentModel
-
presentationModel
CircularProgressPresentationModel presentationModel
-
projection
Projection<JIndeterminateCircularProgress,
IndeterminateProgressContentModel, CircularProgressPresentationModel> projection
-
-
-
Class org.pushingpixels.radiance.component.api.common.JScrollablePanel
class JScrollablePanel extends JPanel implements Serializable-
Serialized Fields
-
isScrollOnRollover
boolean isScrollOnRollover
-
scrollType
JScrollablePanel.ScrollType scrollType
-
view
T extends JComponent view
-
-
-
Class org.pushingpixels.radiance.component.api.common.JSwitch
class JSwitch extends JToggleButton implements Serializable-
Serialized Fields
-
buttonModel
ButtonModel buttonModel
-
contentModel
SwitchContentModel contentModel
-
presentationModel
SwitchPresentationModel presentationModel
-
projection
Projection<JSwitch,
SwitchContentModel, SwitchPresentationModel> projection
-
-
-
Class org.pushingpixels.radiance.component.api.common.JTriStateCheckBox
class JTriStateCheckBox extends JComponent implements Serializable-
Serialized Fields
-
contentModel
TriStateCheckBoxContentModel contentModel
-
presentationModel
TriStateCheckboxPresentationModel presentationModel
-
projection
Projection<JTriStateCheckBox,
TriStateCheckBoxContentModel, TriStateCheckboxPresentationModel> projection -
triStateButtonModel
TriStateButtonModel triStateButtonModel
-
-
-
Class org.pushingpixels.radiance.component.api.common.ProgressEvent
class ProgressEvent extends EventObject implements Serializable-
Serialized Fields
-
maximum
int maximum
Maximum value of the available progress range. -
minimum
int minimum
Minimum value of the available progress range. -
progress
int progress
Current value of the progress.
-
-
-
-
Package org.pushingpixels.radiance.component.api.common.model
-
Class org.pushingpixels.radiance.component.api.common.model.ActionRepeatableButtonModel
class ActionRepeatableButtonModel extends DefaultButtonModel implements Serializable-
Serialized Fields
-
autoRepeatTimer
Timer autoRepeatTimer
Timer for the auto-repeat action mode. -
commandButton
JCommandButton commandButton
The button behind the model. -
toFireActionOnPress
boolean toFireActionOnPress
Indication whether the action is fired on mouse press (as opposed to mouse release).
-
-
-
-
Package org.pushingpixels.radiance.component.api.common.popup
-
Class org.pushingpixels.radiance.component.api.common.popup.AbstractPopupMenuPanel
class AbstractPopupMenuPanel extends JPopupPanel implements Serializable -
Class org.pushingpixels.radiance.component.api.common.popup.JColorSelectorPopupMenuPanel
class JColorSelectorPopupMenuPanel extends AbstractPopupMenuPanel implements Serializable-
Serialized Fields
-
colorColumns
int colorColumns
-
contentChangeListener
ChangeListener contentChangeListener
-
contentModel
ColorSelectorPopupMenuContentModel contentModel
-
lastColorSelectorPanel
JColorSelectorPanel lastColorSelectorPanel
-
presentationModel
ColorSelectorPopupMenuPresentationModel presentationModel
-
projection
Projection<JColorSelectorPopupMenuPanel,
ColorSelectorPopupMenuContentModel, ColorSelectorPopupMenuPresentationModel> projection
-
-
-
Class org.pushingpixels.radiance.component.api.common.popup.JCommandPopupMenuPanel
class JCommandPopupMenuPanel extends AbstractPopupMenuPanel implements Serializable-
Serialized Fields
-
mainButtonPanel
JCommandButtonPanel mainButtonPanel
The main button panel.- See Also:
-
popupMenuContentModel
CommandMenuContentModel popupMenuContentModel
-
popupMenuPanelContentChangeListener
ChangeListener popupMenuPanelContentChangeListener
-
popupMenuPanelContentModel
CommandPanelContentModel popupMenuPanelContentModel
-
popupMenuPresentationModel
CommandPopupMenuPresentationModel popupMenuPresentationModel
-
projection
Projection<JCommandPopupMenuPanel,
CommandMenuContentModel, CommandPopupMenuPresentationModel> projection
-
-
-
Class org.pushingpixels.radiance.component.api.common.popup.JPopupPanel
class JPopupPanel extends JPanel implements Serializable-
Serialized Fields
-
originator
JComponent originator
-
-
-
Class org.pushingpixels.radiance.component.api.common.popup.PopupPanelManager.PopupEvent
class PopupEvent extends ComponentEvent implements Serializable-
Serialized Fields
-
popupOriginator
JComponent popupOriginator
The popup originator component.
-
-
-
Class org.pushingpixels.radiance.component.api.common.popup.PopupPanelManager.RadiancePopupMenu
class RadiancePopupMenu extends JPopupMenu implements Serializable
-
-
Package org.pushingpixels.radiance.component.api.layout
-
Class org.pushingpixels.radiance.component.api.layout.TransitionLayoutEvent
class TransitionLayoutEvent extends AWTEvent implements Serializable-
Serialized Fields
-
child
Component child
-
-
-
-
Package org.pushingpixels.radiance.component.api.ribbon
-
Class org.pushingpixels.radiance.component.api.ribbon.AbstractRibbonBand
class AbstractRibbonBand extends JComponent implements Serializable-
Serialized Fields
-
collapsedStateKeyTip
String collapsedStateKeyTip
The key tip for the collapsed button which is shown when there is not enough horizontal space to show the ribbon band content under the most restrictive resize policy. The collapsed button itself is implemented as a part of the UI delegate inBasicRibbonBandUI
.- See Also:
-
controlPanel
AbstractBandControlPanel controlPanel
Band control panel. When there is not enough horizontal space to show this panel under the smallest resize setting, the control panel is hidden and a collapsed button is shown. When this collapsed button is activated, it shows theAbstractRibbonBand.popupRibbonBand
in a popup panel. The collapsed button itself is implemented as a part of the UI delegate inBasicRibbonBandUI
.- See Also:
-
currResizePolicy
RibbonBandResizePolicy currResizePolicy
The current resize policy for this band. Must be one of the policies in theAbstractRibbonBand.resizePolicies
list.- See Also:
-
expandButtonKeyTip
String expandButtonKeyTip
The key tip for the ribbon band expand button. Is relevant only whenAbstractRibbonBand.expandCommandListener
is notnull
.- See Also:
-
expandButtonRichTooltip
RichTooltip expandButtonRichTooltip
The rich tooltip for the ribbon band expand button. Is relevant only whenAbstractRibbonBand.expandCommandListener
is notnull
.- See Also:
-
expandCommandListener
CommandAction expandCommandListener
Optionalexpand
action listener. If present, the title pane shows button with plus sign. The action listener on the button will bethis
listener.- See Also:
-
iconFactory
RadianceIcon.Factory iconFactory
Icon factory for the collapsed state. Is set on the button that represents the collapsed state of this band. The collapsed button itself is implemented as a part of the UI delegate inBasicRibbonBandUI
.- See Also:
-
popupRibbonBand
AbstractRibbonBand popupRibbonBand
Ribbon band shown in a popup panel when this ribbon band is in a collapsed state.- See Also:
-
resizePolicies
List<RibbonBandResizePolicy> resizePolicies
The list of available resize policies.- See Also:
-
ribbonTask
RibbonTask ribbonTask
The ribbon task of this ribbon band. -
title
String title
Band title.- See Also:
-
-
-
Class org.pushingpixels.radiance.component.api.ribbon.JFlowRibbonBand
class JFlowRibbonBand extends AbstractRibbonBand implements Serializable -
Class org.pushingpixels.radiance.component.api.ribbon.JRibbon
class JRibbon extends JComponent implements Serializable-
Serialized Fields
-
anchoredCommands
ArrayList<CommandButtonProjection> anchoredCommands
Commands anchored to the far edge of the task toggle strip (right under LTR and left under RTL).- See Also:
-
applicationMenuCommandProjection
RibbonApplicationMenuCommandButtonProjection applicationMenuCommandProjection
-
applicationMenuProjection
RibbonApplicationMenuProjection applicationMenuProjection
The application menu.- See Also:
-
bands
ArrayList<AbstractRibbonBand> bands
Bands of the currently shown task. -
contextualTaskGroups
ArrayList<RibbonContextualTaskGroup> contextualTaskGroups
The contextual task groups.- See Also:
-
currentlySelectedTask
RibbonTask currentlySelectedTask
Currently selected (shown) task. -
groupVisibilityMap
Map<RibbonContextualTaskGroup,
Boolean> groupVisibilityMap Visibility status of the contextual task group. Must contain a value for each group inJRibbon.contextualTaskGroups
.- See Also:
-
isMinimized
boolean isMinimized
Indicates whether the ribbon is currently minimized.- See Also:
-
onShowContextualMenuListener
JRibbon.OnShowContextualMenuListener onShowContextualMenuListener
-
onTaskSelectionChangeListeners
List<JRibbon.OnTaskSelectionChangeListener> onTaskSelectionChangeListeners
-
ribbonFrame
JRibbonFrame ribbonFrame
The host ribbon frame. Isnull
when the ribbon is not hosted in aJRibbonFrame
. -
taskbarComponents
ArrayList<Component> taskbarComponents
The taskbar components (displayed between the application menu button and the frame title). -
taskbarContentHandlers
List<JRibbon.TaskbarContentHandler<?>> taskbarContentHandlers
-
taskbarKeyTipPolicy
RibbonTaskbarKeyTipPolicy taskbarKeyTipPolicy
-
tasks
ArrayList<RibbonTask> tasks
The general tasks.- See Also:
-
-
-
Class org.pushingpixels.radiance.component.api.ribbon.JRibbonBand
class JRibbonBand extends AbstractRibbonBand implements Serializable -
Class org.pushingpixels.radiance.component.api.ribbon.JRibbonFrame
class JRibbonFrame extends JFrame implements Serializable-
Serialized Fields
-
awtEventListener
AWTEventListener awtEventListener
-
keyTipListener
KeyTipManager.KeyTipListener keyTipListener
-
ribbon
JRibbon ribbon
The ribbon component. -
wasSetIconImagesCalled
boolean wasSetIconImagesCalled
-
-
-
Class org.pushingpixels.radiance.component.api.ribbon.JRibbonFrame.GlobalPopupMenuPanel
class GlobalPopupMenuPanel extends JCommandPopupMenuPanel implements Serializable
-
-
Package org.pushingpixels.radiance.component.api.ribbon.synapse
-
Class org.pushingpixels.radiance.component.api.ribbon.synapse.JRibbonCheckBox
class JRibbonCheckBox extends JCheckBox implements Serializable -
Class org.pushingpixels.radiance.component.api.ribbon.synapse.JRibbonComboBox
-
Class org.pushingpixels.radiance.component.api.ribbon.synapse.JRibbonRadioButton
class JRibbonRadioButton extends JRadioButton implements Serializable -
Class org.pushingpixels.radiance.component.api.ribbon.synapse.JRibbonSpinner
class JRibbonSpinner extends JSpinner implements Serializable
-
-
Package org.pushingpixels.radiance.component.api.ribbon.synapse.model
-
Class org.pushingpixels.radiance.component.api.ribbon.synapse.model.RibbonDefaultComboBoxContentModel
-
Serialized Fields
-
caption
String caption
-
iconFactory
RadianceIcon.Factory iconFactory
-
isEnabled
boolean isEnabled
-
pcs
PropertyChangeSupport pcs
-
richTooltip
RichTooltip richTooltip
-
selectionChangeListener
RibbonComboBoxContentModel.ComboBoxSelectionChangeListener selectionChangeListener
-
-
-
Class org.pushingpixels.radiance.component.api.ribbon.synapse.model.RibbonSpinnerDateContentModel
class RibbonSpinnerDateContentModel extends SpinnerDateModel implements Serializable-
Serialized Fields
-
caption
String caption
-
iconFactory
RadianceIcon.Factory iconFactory
-
isEnabled
boolean isEnabled
-
pcs
PropertyChangeSupport pcs
-
richTooltip
RichTooltip richTooltip
-
selectionChangeListener
RibbonSpinnerContentModel.SpinnerSelectionChangeListener selectionChangeListener
-
-
-
Class org.pushingpixels.radiance.component.api.ribbon.synapse.model.RibbonSpinnerNumberContentModel
class RibbonSpinnerNumberContentModel extends SpinnerNumberModel implements Serializable-
Serialized Fields
-
caption
String caption
-
iconFactory
RadianceIcon.Factory iconFactory
-
isEnabled
boolean isEnabled
-
pcs
PropertyChangeSupport pcs
-
richTooltip
RichTooltip richTooltip
-
selectionChangeListener
RibbonSpinnerContentModel.SpinnerSelectionChangeListener selectionChangeListener
-
-
-
-
Package org.pushingpixels.radiance.component.internal.theming.common.ui
-
Class org.pushingpixels.radiance.component.internal.theming.common.ui.RadianceColorSelectorPopupMenuPanelUI.RadianceMenuPanel
class RadianceMenuPanel extends BasicCommandPopupMenuPanelUI.MenuPanel implements Serializable -
Class org.pushingpixels.radiance.component.internal.theming.common.ui.RadianceCommandPopupMenuPanelUI.RadianceMenuPanel
class RadianceMenuPanel extends BasicCommandPopupMenuPanelUI.MenuPanel implements Serializable
-
-
Package org.pushingpixels.radiance.component.internal.theming.ribbon.ui
-
Class org.pushingpixels.radiance.component.internal.theming.ribbon.ui.RadianceRibbonFrameTitlePane
class RadianceRibbonFrameTitlePane extends RadianceTitlePane implements Serializable-
Serialized Fields
-
ribbonFrameChangeListener
ChangeListener ribbonFrameChangeListener
Listener to syncRadianceRibbonFrameTitlePane.taskComponentMap
. -
taskbarPanel
RadianceRibbonFrameTitlePane.TaskbarPanel taskbarPanel
Panel for the taskbar components. -
taskComponentMap
Map<RibbonContextualTaskGroup,
RadianceRibbonFrameTitlePane.RadianceContextualGroupComponent> taskComponentMap Maps the currently visible contextual task groups to the respective child components of this title pane.
-
-
-
Class org.pushingpixels.radiance.component.internal.theming.ribbon.ui.RadianceRibbonFrameTitlePane.TaskbarOverflowPopupPanel
class TaskbarOverflowPopupPanel extends JPopupPanel implements Serializable -
Class org.pushingpixels.radiance.component.internal.theming.ribbon.ui.RadianceRibbonUI.RadianceTaskToggleButtonsHostPanel
class RadianceTaskToggleButtonsHostPanel extends BasicRibbonUI.TaskToggleButtonsHostPanel implements Serializable
-
-
Package org.pushingpixels.radiance.component.internal.ui.common
-
Class org.pushingpixels.radiance.component.internal.ui.common.JRichTooltipPanel
class JRichTooltipPanel extends JPanel implements Serializable-
Serialized Fields
-
tooltipInfo
RichTooltip tooltipInfo
-
tooltipPresentationModel
RichTooltipPresentationModel tooltipPresentationModel
-
-
-
-
Package org.pushingpixels.radiance.component.internal.ui.common.popup
-
Class org.pushingpixels.radiance.component.internal.ui.common.popup.BasicCommandPopupMenuPanelUI.MenuPanel
class MenuPanel extends JPanel implements Serializable -
Class org.pushingpixels.radiance.component.internal.ui.common.popup.BasicCommandPopupMenuPanelUI.ScrollableCommandButtonPanel
class ScrollableCommandButtonPanel extends JComponent implements Serializable-
Serialized Fields
-
buttonPanel
JCommandButtonPanel buttonPanel
The internal panel that hosts the icon command buttons. Is hosted in theBasicCommandPopupMenuPanelUI.ScrollableCommandButtonPanel.scroll
. -
maxDimension
Dimension maxDimension
Maximum dimension ofthis
button panel. -
maxVisibleButtonRows
int maxVisibleButtonRows
The maximum number of visible button rows. -
scroll
JScrollPane scroll
Scroll panel that hostsBasicCommandPopupMenuPanelUI.ScrollableCommandButtonPanel.buttonPanel
.
-
-
-
Class org.pushingpixels.radiance.component.internal.ui.common.popup.ColorSelectorPopupMenuMultiRowSelector
class ColorSelectorPopupMenuMultiRowSelector extends JPanel implements Serializable-
Serialized Fields
-
columnCount
int columnCount
-
derivedCount
int derivedCount
-
-
-
Class org.pushingpixels.radiance.component.internal.ui.common.popup.ColorSelectorPopupMenuSingleRowSelector
class ColorSelectorPopupMenuSingleRowSelector extends JPanel implements Serializable -
Class org.pushingpixels.radiance.component.internal.ui.common.popup.JColorSelectorComponent
class JColorSelectorComponent extends JComponent implements Serializable-
Serialized Fields
-
color
Color color
-
colorActivationListeners
List<ColorSelectorPopupMenuContentModel.ColorActivationListener> colorActivationListeners
-
colorPreviewListeners
List<ColorSelectorPopupMenuContentModel.ColorPreviewListener> colorPreviewListeners
-
isBottomOpen
boolean isBottomOpen
-
isTopOpen
boolean isTopOpen
-
-
-
Class org.pushingpixels.radiance.component.internal.ui.common.popup.JColorSelectorPanel
class JColorSelectorPanel extends JPanel implements Serializable
-
-
Package org.pushingpixels.radiance.component.internal.ui.ribbon
-
Class org.pushingpixels.radiance.component.internal.ui.ribbon.AbstractBandControlPanel
class AbstractBandControlPanel extends JPanel implements Serializable-
Serialized Fields
-
ribbonBand
AbstractRibbonBand ribbonBand
-
-
-
Class org.pushingpixels.radiance.component.internal.ui.ribbon.BasicRibbonBandUI.BandCollapsePopupMenuPanel
class BandCollapsePopupMenuPanel extends AbstractPopupMenuPanel implements Serializable-
Serialized Fields
-
-
Class org.pushingpixels.radiance.component.internal.ui.ribbon.BasicRibbonUI.TaskToggleButtonsHostPanel
class TaskToggleButtonsHostPanel extends JPanel implements Serializable -
Class org.pushingpixels.radiance.component.internal.ui.ribbon.JBandControlPanel
class JBandControlPanel extends AbstractBandControlPanel implements Serializable-
Serialized Fields
-
controlPanelGroups
LinkedList<JBandControlPanel.ControlPanelGroup> controlPanelGroups
-
-
-
Class org.pushingpixels.radiance.component.internal.ui.ribbon.JFlowBandControlPanel
class JFlowBandControlPanel extends AbstractBandControlPanel implements Serializable-
Serialized Fields
-
comps
List<JComponent> comps
List of all components ofthis
control panel.
-
-
-
Class org.pushingpixels.radiance.component.internal.ui.ribbon.JRibbonComponent
class JRibbonComponent extends JComponent implements Serializable-
Serialized Fields
-
caption
String caption
Wrapper caption. Can benull
. -
horizontalAlignment
HorizontalAlignment horizontalAlignment
The horizontal alignment for this wrapper component.- See Also:
-
icon
RadianceIcon icon
Wrapper icon. Can benull
. -
isResizingAware
boolean isResizingAware
-
keyTip
String keyTip
The key tip for this wrapper component.- See Also:
-
mainComponent
JComponent mainComponent
The wrapped component. Is guaranteed to be nonnull
. -
presentationPriority
JRibbonBand.PresentationPriority presentationPriority
-
projection
ComponentProjection<? extends JComponent,
? extends ComponentContentModel> projection
-
-
-
Class org.pushingpixels.radiance.component.internal.ui.ribbon.JRibbonGallery
class JRibbonGallery extends JComponent implements Serializable-
Serialized Fields
-
buttons
List<JCommandButton> buttons
The buttons ofthis
gallery. -
commands
List<BaseCommand> commands
The commands ofthis
gallery. -
commandToggleGroupModel
CommandToggleGroupModel commandToggleGroupModel
Button group for ensuring that only one button is selected. -
galleryCommandOverlays
Map<Command,
BaseCommandButtonPresentationModel.Overlay> galleryCommandOverlays -
galleryContentChangeListener
ChangeListener galleryContentChangeListener
-
galleryContentModel
RibbonGalleryContentModel galleryContentModel
-
galleryPresentationModel
RibbonGalleryPresentationModel galleryPresentationModel
-
galleryProjection
RibbonGalleryProjection galleryProjection
-
presentationPriority
JRibbonBand.PresentationPriority presentationPriority
The current presentation priority ofthis
in-ribbon gallery.
-
-
-
Class org.pushingpixels.radiance.component.internal.ui.ribbon.JRibbonRootPane
class JRibbonRootPane extends JRootPane implements Serializable -
Class org.pushingpixels.radiance.component.internal.ui.ribbon.JRibbonTaskToggleButton
class JRibbonTaskToggleButton extends JCommandButton implements Serializable-
Serialized Fields
-
contextualGroupHueColor
Color contextualGroupHueColor
Color of the matching contextual task group. Can benull
if the associated task is not contextual. -
ribbonTask
RibbonTask ribbonTask
-
-
-
-
Package org.pushingpixels.radiance.component.internal.ui.ribbon.appmenu
-
Package org.pushingpixels.radiance.component.internal.utils
-
Class org.pushingpixels.radiance.component.internal.utils.KeyTipManager.KeyTipEvent
class KeyTipEvent extends AWTEvent implements Serializable
-
-
Package org.pushingpixels.radiance.theming.api
-
Class org.pushingpixels.radiance.theming.api.RadianceLookAndFeel
class RadianceLookAndFeel extends BasicLookAndFeel implements Serializable-
Serialized Fields
-
awtEventListener
AWTEventListener awtEventListener
-
name
String name
The name of this look-and-feel instance. -
skin
RadianceSkin skin
The skin of this look-and-feel instance.
-
-
-
-
Package org.pushingpixels.radiance.theming.api.renderer
-
Class org.pushingpixels.radiance.theming.api.renderer.RadianceDefaultComboBoxRenderer
class RadianceDefaultComboBoxRenderer extends RadianceDefaultListCellRenderer implements Serializable-
Serialized Fields
-
combo
JComboBox<?> combo
The associated combo box.
-
-
-
Class org.pushingpixels.radiance.theming.api.renderer.RadianceDefaultComboBoxRenderer.RadianceUIResource
class RadianceUIResource extends RadianceDefaultComboBoxRenderer implements Serializable -
Class org.pushingpixels.radiance.theming.api.renderer.RadianceDefaultListCellRenderer
class RadianceDefaultListCellRenderer extends DefaultListCellRenderer implements Serializable-
Serialized Fields
-
activeContributions
Map<ComponentState,
Float> activeContributions -
rolloverArmAmount
float rolloverArmAmount
-
-
-
Class org.pushingpixels.radiance.theming.api.renderer.RadianceDefaultListCellRenderer.RadianceUIResource
class RadianceUIResource extends RadianceDefaultListCellRenderer implements Serializable -
Class org.pushingpixels.radiance.theming.api.renderer.RadianceDefaultTableCellRenderer
class RadianceDefaultTableCellRenderer extends DefaultTableCellRenderer implements Serializable-
Serialized Fields
-
activeContributions
Map<ComponentState,
Float> activeContributions
-
-
-
Class org.pushingpixels.radiance.theming.api.renderer.RadianceDefaultTableCellRenderer.BooleanRenderer
class BooleanRenderer extends JCheckBox implements Serializable -
Class org.pushingpixels.radiance.theming.api.renderer.RadianceDefaultTableCellRenderer.DateRenderer
class DateRenderer extends RadianceDefaultTableCellRenderer implements Serializable-
Serialized Fields
-
formatter
DateFormat formatter
Date formatter for this renderer.
-
-
-
Class org.pushingpixels.radiance.theming.api.renderer.RadianceDefaultTableCellRenderer.DoubleRenderer
class DoubleRenderer extends RadianceDefaultTableCellRenderer.NumberRenderer implements Serializable-
Serialized Fields
-
formatter
NumberFormat formatter
Number formatter for this renderer.
-
-
-
Class org.pushingpixels.radiance.theming.api.renderer.RadianceDefaultTableCellRenderer.IconRenderer
class IconRenderer extends RadianceDefaultTableCellRenderer implements Serializable -
Class org.pushingpixels.radiance.theming.api.renderer.RadianceDefaultTableCellRenderer.NumberRenderer
class NumberRenderer extends RadianceDefaultTableCellRenderer implements Serializable -
Class org.pushingpixels.radiance.theming.api.renderer.RadianceDefaultTableHeaderCellRenderer
class RadianceDefaultTableHeaderCellRenderer extends DefaultTableCellRenderer implements Serializable -
Class org.pushingpixels.radiance.theming.api.renderer.RadianceDefaultTreeCellRenderer
class RadianceDefaultTreeCellRenderer extends JLabel implements Serializable-
Serialized Fields
-
activeContributions
Map<ComponentState,
Float> activeContributions -
hasFocus
boolean hasFocus
True if has focus. -
selected
boolean selected
Is the value currently selected. -
tree
JTree tree
Last tree the renderer was painted in.
-
-
-
Class org.pushingpixels.radiance.theming.api.renderer.RadiancePanelListCellRenderer
class RadiancePanelListCellRenderer extends JPanel implements Serializable-
Serialized Fields
-
themeAwareLabels
Set<JLabel> themeAwareLabels
-
themeAwareLabelsWithIcons
Map<JLabel,
RadiancePanelListCellRenderer.IconData> themeAwareLabelsWithIcons
-
-
-
Class org.pushingpixels.radiance.theming.api.renderer.RadiancePanelTreeCellRenderer
class RadiancePanelTreeCellRenderer extends JPanel implements Serializable-
Serialized Fields
-
themeAwareLabels
Set<JLabel> themeAwareLabels
-
themeAwareLabelsWithIcons
Map<JLabel,
RadiancePanelTreeCellRenderer.IconData> themeAwareLabelsWithIcons
-
-
-
-
Package org.pushingpixels.radiance.theming.api.skin
-
Class org.pushingpixels.radiance.theming.api.skin.RadianceAutumnLookAndFeel
class RadianceAutumnLookAndFeel extends RadianceLookAndFeel implements Serializable -
Class org.pushingpixels.radiance.theming.api.skin.RadianceBusinessBlackSteelLookAndFeel
class RadianceBusinessBlackSteelLookAndFeel extends RadianceLookAndFeel implements Serializable -
Class org.pushingpixels.radiance.theming.api.skin.RadianceBusinessBlueSteelLookAndFeel
class RadianceBusinessBlueSteelLookAndFeel extends RadianceLookAndFeel implements Serializable -
Class org.pushingpixels.radiance.theming.api.skin.RadianceBusinessLookAndFeel
class RadianceBusinessLookAndFeel extends RadianceLookAndFeel implements Serializable -
Class org.pushingpixels.radiance.theming.api.skin.RadianceCeruleanLookAndFeel
class RadianceCeruleanLookAndFeel extends RadianceLookAndFeel implements Serializable -
Class org.pushingpixels.radiance.theming.api.skin.RadianceCremeCoffeeLookAndFeel
class RadianceCremeCoffeeLookAndFeel extends RadianceLookAndFeel implements Serializable -
Class org.pushingpixels.radiance.theming.api.skin.RadianceCremeLookAndFeel
class RadianceCremeLookAndFeel extends RadianceLookAndFeel implements Serializable -
Class org.pushingpixels.radiance.theming.api.skin.RadianceDustCoffeeLookAndFeel
class RadianceDustCoffeeLookAndFeel extends RadianceLookAndFeel implements Serializable -
Class org.pushingpixels.radiance.theming.api.skin.RadianceDustLookAndFeel
class RadianceDustLookAndFeel extends RadianceLookAndFeel implements Serializable -
Class org.pushingpixels.radiance.theming.api.skin.RadianceGeminiLookAndFeel
class RadianceGeminiLookAndFeel extends RadianceLookAndFeel implements Serializable -
Class org.pushingpixels.radiance.theming.api.skin.RadianceGraphiteAquaLookAndFeel
class RadianceGraphiteAquaLookAndFeel extends RadianceLookAndFeel implements Serializable -
Class org.pushingpixels.radiance.theming.api.skin.RadianceGraphiteChalkLookAndFeel
class RadianceGraphiteChalkLookAndFeel extends RadianceLookAndFeel implements Serializable -
Class org.pushingpixels.radiance.theming.api.skin.RadianceGraphiteElectricLookAndFeel
class RadianceGraphiteElectricLookAndFeel extends RadianceLookAndFeel implements Serializable -
Class org.pushingpixels.radiance.theming.api.skin.RadianceGraphiteGlassLookAndFeel
class RadianceGraphiteGlassLookAndFeel extends RadianceLookAndFeel implements Serializable -
Class org.pushingpixels.radiance.theming.api.skin.RadianceGraphiteGoldLookAndFeel
class RadianceGraphiteGoldLookAndFeel extends RadianceLookAndFeel implements Serializable -
Class org.pushingpixels.radiance.theming.api.skin.RadianceGraphiteLookAndFeel
class RadianceGraphiteLookAndFeel extends RadianceLookAndFeel implements Serializable -
Class org.pushingpixels.radiance.theming.api.skin.RadianceGraphiteSiennaLookAndFeel
class RadianceGraphiteSiennaLookAndFeel extends RadianceLookAndFeel implements Serializable -
Class org.pushingpixels.radiance.theming.api.skin.RadianceGraphiteSunsetLookAndFeel
class RadianceGraphiteSunsetLookAndFeel extends RadianceLookAndFeel implements Serializable -
Class org.pushingpixels.radiance.theming.api.skin.RadianceGreenMagicLookAndFeel
class RadianceGreenMagicLookAndFeel extends RadianceLookAndFeel implements Serializable -
Class org.pushingpixels.radiance.theming.api.skin.RadianceMagellanLookAndFeel
class RadianceMagellanLookAndFeel extends RadianceLookAndFeel implements Serializable -
Class org.pushingpixels.radiance.theming.api.skin.RadianceMarinerLookAndFeel
class RadianceMarinerLookAndFeel extends RadianceLookAndFeel implements Serializable -
Class org.pushingpixels.radiance.theming.api.skin.RadianceMistAquaLookAndFeel
class RadianceMistAquaLookAndFeel extends RadianceLookAndFeel implements Serializable -
Class org.pushingpixels.radiance.theming.api.skin.RadianceMistSilverLookAndFeel
class RadianceMistSilverLookAndFeel extends RadianceLookAndFeel implements Serializable -
Class org.pushingpixels.radiance.theming.api.skin.RadianceModerateLookAndFeel
class RadianceModerateLookAndFeel extends RadianceLookAndFeel implements Serializable -
Class org.pushingpixels.radiance.theming.api.skin.RadianceNebulaAmethystLookAndFeel
class RadianceNebulaAmethystLookAndFeel extends RadianceLookAndFeel implements Serializable -
Class org.pushingpixels.radiance.theming.api.skin.RadianceNebulaBrickWallLookAndFeel
class RadianceNebulaBrickWallLookAndFeel extends RadianceLookAndFeel implements Serializable -
Class org.pushingpixels.radiance.theming.api.skin.RadianceNebulaLookAndFeel
class RadianceNebulaLookAndFeel extends RadianceLookAndFeel implements Serializable -
Class org.pushingpixels.radiance.theming.api.skin.RadianceNightShadeLookAndFeel
class RadianceNightShadeLookAndFeel extends RadianceLookAndFeel implements Serializable -
Class org.pushingpixels.radiance.theming.api.skin.RadianceRavenLookAndFeel
class RadianceRavenLookAndFeel extends RadianceLookAndFeel implements Serializable -
Class org.pushingpixels.radiance.theming.api.skin.RadianceSaharaLookAndFeel
class RadianceSaharaLookAndFeel extends RadianceLookAndFeel implements Serializable -
Class org.pushingpixels.radiance.theming.api.skin.RadianceSentinelLookAndFeel
class RadianceSentinelLookAndFeel extends RadianceLookAndFeel implements Serializable -
Class org.pushingpixels.radiance.theming.api.skin.RadianceTwilightLookAndFeel
class RadianceTwilightLookAndFeel extends RadianceLookAndFeel implements Serializable
-
-
Package org.pushingpixels.radiance.theming.api.text
-
Class org.pushingpixels.radiance.theming.api.text.RadianceEditorPane
class RadianceEditorPane extends JEditorPane implements Serializable -
Class org.pushingpixels.radiance.theming.api.text.RadianceFormattedTextField
class RadianceFormattedTextField extends JFormattedTextField implements Serializable -
Class org.pushingpixels.radiance.theming.api.text.RadiancePasswordField
class RadiancePasswordField extends JPasswordField implements Serializable -
Class org.pushingpixels.radiance.theming.api.text.RadianceTextArea
class RadianceTextArea extends JTextArea implements Serializable -
Class org.pushingpixels.radiance.theming.api.text.RadianceTextField
class RadianceTextField extends JTextField implements Serializable -
Class org.pushingpixels.radiance.theming.api.text.RadianceTextPane
class RadianceTextPane extends JTextPane implements Serializable
-
-
Package org.pushingpixels.radiance.theming.extras.api.skinpack
-
Class org.pushingpixels.radiance.theming.extras.api.skinpack.RadianceFieldOfWheatLookAndFeel
class RadianceFieldOfWheatLookAndFeel extends RadianceLookAndFeel implements Serializable -
Class org.pushingpixels.radiance.theming.extras.api.skinpack.RadianceHarvestLookAndFeel
class RadianceHarvestLookAndFeel extends RadianceLookAndFeel implements Serializable -
Class org.pushingpixels.radiance.theming.extras.api.skinpack.RadianceMagmaLookAndFeel
class RadianceMagmaLookAndFeel extends RadianceLookAndFeel implements Serializable -
Class org.pushingpixels.radiance.theming.extras.api.skinpack.RadianceOfficeBlack2007LookAndFeel
class RadianceOfficeBlack2007LookAndFeel extends RadianceLookAndFeel implements Serializable -
Class org.pushingpixels.radiance.theming.extras.api.skinpack.RadianceOfficeBlue2007LookAndFeel
class RadianceOfficeBlue2007LookAndFeel extends RadianceLookAndFeel implements Serializable -
Class org.pushingpixels.radiance.theming.extras.api.skinpack.RadianceOfficeSilver2007LookAndFeel
class RadianceOfficeSilver2007LookAndFeel extends RadianceLookAndFeel implements Serializable -
Class org.pushingpixels.radiance.theming.extras.api.skinpack.RadianceStreetlightsLookAndFeel
class RadianceStreetlightsLookAndFeel extends RadianceLookAndFeel implements Serializable
-
-
Package org.pushingpixels.radiance.theming.extras.internal.contrib.blogofbug.swing.borders
-
Class org.pushingpixels.radiance.theming.extras.internal.contrib.blogofbug.swing.borders.ImageBorder
class ImageBorder extends AbstractBorder implements Serializable-
Serialized Fields
-
borderRenderer
AbstractImageBorder borderRenderer
-
paintBorder
boolean paintBorder
-
-
-
-
Package org.pushingpixels.radiance.theming.extras.internal.contrib.blogofbug.swing.components
-
Class org.pushingpixels.radiance.theming.extras.internal.contrib.blogofbug.swing.components.AbstractCarouselMenuAction
class AbstractCarouselMenuAction extends AbstractAction implements Serializable -
Class org.pushingpixels.radiance.theming.extras.internal.contrib.blogofbug.swing.components.GradientPanel
class GradientPanel extends JPanel implements Serializable-
Serialized Fields
-
cache
BufferedImage cache
A pre-rendered gradient in an image -
end
Color end
Gradient end color -
gp
GradientPaint gp
Gradient painter -
start
Color start
Gradient start colour
-
-
-
Class org.pushingpixels.radiance.theming.extras.internal.contrib.blogofbug.swing.components.JCarosel
class JCarosel extends GradientPanel implements Serializable-
Serialized Fields
-
DEFAULT_CONTENT_WIDTH
int DEFAULT_CONTENT_WIDTH
The prefered width of the components in the container, everything will be scaled to this width for neutral scaling (1.0) -
lastWheeledTo
Component lastWheeledTo
The last component the wheel selected. Used to ensure we don't move too far around why they are wheeling and they turn back on themselves creating a nasty oscilation in the animation (everything works fine, it's just not purty) -
layout
CaroselLayout layout
The layout being used for the carousel -
spinStartDelay
int spinStartDelay
Delay in milliseconds from the first click to the start of the spin, this gives implementors using a double click anywhere to fire an event a chance for their users to get the double click message before the component spins around.
-
-
-
Class org.pushingpixels.radiance.theming.extras.internal.contrib.blogofbug.swing.components.JCarouselMenu
class JCarouselMenu extends GradientPanel implements Serializable-
Serialized Fields
-
carousel
JCarosel carousel
The carousel used and drawn on the left. -
downButton
JCarouselMenu.UpDownButton downButton
The button shown when you can scroll down -
lastSelection
int lastSelection
The last item selected -
menu
JList menu
A JList with the menu items in -
menuItems
LinkedList<JCarouselMenu.MenuItem> menuItems
Linked list of the items in the menu -
menuMap
Map<Component,
JCarouselMenu.MenuItem> menuMap A hashtable connecting the actions to the components in the carousel -
menuModel
DefaultListModel menuModel
The model for the action menu -
menuScroll
JScrollPane menuScroll
The scroll pane the menu is in -
upButton
JCarouselMenu.UpDownButton upButton
The button that is drawn when it is possible to scroll up
-
-
-
Class org.pushingpixels.radiance.theming.extras.internal.contrib.blogofbug.swing.components.JCarouselMenu.CarouselListCellRenderer
class CarouselListCellRenderer extends JLabel implements Serializable-
Serialized Fields
-
imageBorder
ImageBorder imageBorder
-
-
-
Class org.pushingpixels.radiance.theming.extras.internal.contrib.blogofbug.swing.components.ReflectedImageLabel
class ReflectedImageLabel extends JLabel implements Serializable-
Serialized Fields
-
alphaComposite
AlphaComposite alphaComposite
The desired alpha composite -
bufferedImage
BufferedImage bufferedImage
The image with reflection -
text
String text
The richtext associated with this component
-
-
-
-
Package org.pushingpixels.radiance.theming.extras.internal.tabbed
-
Class org.pushingpixels.radiance.theming.extras.internal.tabbed.TabOverviewButton
class TabOverviewButton extends JButton implements Serializable -
Class org.pushingpixels.radiance.theming.extras.internal.tabbed.TabOverviewDialog
class TabOverviewDialog extends JDialog implements Serializable-
Serialized Fields
-
lafSwitchListener
PropertyChangeListener lafSwitchListener
Listener on LAF switches. -
previewCallback
TabPreviewThread.TabPreviewCallback previewCallback
The associated preview callback. -
tabPane
JTabbedPane tabPane
The associated tabbed pane.
-
-
-
Class org.pushingpixels.radiance.theming.extras.internal.tabbed.TabOverviewDialog.TabGridOverviewGlassPane
class TabGridOverviewGlassPane extends JPanel implements Serializable-
Serialized Fields
-
currHoverIndex
int currHoverIndex
Index of the tab thumbnail currently under the mouse pointer. -
overviewPanel
TabOverviewDialog.TabGridOverviewPanel overviewPanel
The associated overview panel.
-
-
-
Class org.pushingpixels.radiance.theming.extras.internal.tabbed.TabOverviewDialog.TabGridOverviewPanel
class TabGridOverviewPanel extends JPanel implements Serializable-
Serialized Fields
-
colCount
int colCount
Number of overview grid columns. -
glassPane
TabOverviewDialog.TabGridOverviewGlassPane glassPane
Glass pane for rollover effects. -
pHeight
int pHeight
Height of a single tab preview control. -
previewControls
TabPreviewControl[] previewControls
Tab preview controls. -
pWidth
int pWidth
Width of a single tab preview control.
-
-
-
Class org.pushingpixels.radiance.theming.extras.internal.tabbed.TabOverviewDialog.TabMenuCarouselOverviewPanel
class TabMenuCarouselOverviewPanel extends JPanel implements Serializable-
Serialized Fields
-
caroselMenu
JCarouselMenu caroselMenu
The associated carousel menu. -
pHeight
int pHeight
Height of a single tab preview control. -
previewControls
ReflectedImageLabel[] previewControls
Tab preview controls. -
pWidth
int pWidth
Width of a single tab preview control.
-
-
-
Class org.pushingpixels.radiance.theming.extras.internal.tabbed.TabOverviewDialog.TabMenuCarouselOverviewPanel.MenuCarouselListCellRenderer
class MenuCarouselListCellRenderer extends JLabel implements Serializable-
Serialized Fields
-
lafDefaultCellRenderer
ListCellRenderer<Object> lafDefaultCellRenderer
The cell renderer from the currently installed LAF.
-
-
-
Class org.pushingpixels.radiance.theming.extras.internal.tabbed.TabOverviewDialog.TabRoundCarouselOverviewPanel
class TabRoundCarouselOverviewPanel extends JPanel implements Serializable-
Serialized Fields
-
carosel
JCarosel carosel
Associated carousel. -
pHeight
int pHeight
Height of a single tab preview control. -
previewControls
ReflectedImageLabel[] previewControls
Tab preview controls. -
pWidth
int pWidth
Width of a single tab preview control.
-
-
-
Class org.pushingpixels.radiance.theming.extras.internal.tabbed.TabPreviewControl
class TabPreviewControl extends JPanel implements Serializable-
Serialized Fields
-
alpha
float alpha
-
iconLabel
JLabel iconLabel
Label for the tab icon. -
previewImage
BufferedImage previewImage
The preview image itself. -
previewImagePanel
JPanel previewImagePanel
Panel for the tab preview image. -
tabPane
JTabbedPane tabPane
The associated tabbed pane. -
titleLabel
JLabel titleLabel
Label for the tab title. -
zoom
float zoom
-
-
-
Class org.pushingpixels.radiance.theming.extras.internal.tabbed.TabPreviewWindow
class TabPreviewWindow extends JWindow implements Serializable -
Class org.pushingpixels.radiance.theming.extras.internal.tabbed.TabPreviewWindow.PreviewLabel
class PreviewLabel extends JLabel implements Serializable-
Serialized Fields
-
alpha
float alpha
-
-
-
-
Package org.pushingpixels.radiance.theming.internal.animation
-
Class org.pushingpixels.radiance.theming.internal.animation.StateTransitionEvent
class StateTransitionEvent extends EventObject implements Serializable-
Serialized Fields
-
newState
Timeline.TimelineState newState
-
oldState
Timeline.TimelineState oldState
-
-
-
-
Package org.pushingpixels.radiance.theming.internal.contrib.randelshofer.quaqua
-
Class org.pushingpixels.radiance.theming.internal.contrib.randelshofer.quaqua.VisualMargin
class VisualMargin extends AbstractBorder implements Serializable-
Serialized Fields
-
isBottomFixed
boolean isBottomFixed
-
isLeftFixed
boolean isLeftFixed
-
isRightFixed
boolean isRightFixed
-
isTopFixed
boolean isTopFixed
-
layoutMargin
Insets layoutMargin
Defines the margin from the clip bounds of the component to its visually perceived borderline. -
propertyName
String propertyName
The Client Property to be used for the default margin. -
uiManagerPropertyName
String uiManagerPropertyName
The UIManager Property to be used for the default margin.
-
-
-
-
Package org.pushingpixels.radiance.theming.internal.contrib.randelshofer.quaqua.colorchooser
-
Class org.pushingpixels.radiance.theming.internal.contrib.randelshofer.quaqua.colorchooser.CMYKChooser
-
Serialized Fields
-
blackField
JTextField blackField
-
blackFieldLabel
JLabel blackFieldLabel
-
blackFieldPanel
JPanel blackFieldPanel
-
blackLabel
JLabel blackLabel
-
blackSlider
JSlider blackSlider
-
cyanField
JTextField cyanField
-
cyanFieldLabel
JLabel cyanFieldLabel
-
cyanFieldPanel
JPanel cyanFieldPanel
-
cyanLabel
JLabel cyanLabel
-
cyanSlider
JSlider cyanSlider
-
magentaField
JTextField magentaField
-
magentaFieldLabel
JLabel magentaFieldLabel
-
magentaFieldPanel
JPanel magentaFieldPanel
-
magentaLabel
JLabel magentaLabel
-
magentaSlider
JSlider magentaSlider
-
springPanel
JPanel springPanel
-
yellowField
JTextField yellowField
-
yellowFieldLabel
JLabel yellowFieldLabel
-
yellowFieldPanel
JPanel yellowFieldPanel
-
yellowLabel
JLabel yellowLabel
-
yellowSlider
JSlider yellowSlider
-
-
-
Class org.pushingpixels.radiance.theming.internal.contrib.randelshofer.quaqua.colorchooser.ColorChooserMainPanel
class ColorChooserMainPanel extends JPanel implements Serializable -
Class org.pushingpixels.radiance.theming.internal.contrib.randelshofer.quaqua.colorchooser.ColorPalettesChooser
class ColorPalettesChooser extends RadianceColorChooserPanel implements Serializable-
Serialized Fields
-
paletteCombo
JComboBox paletteCombo
-
paletteLabel
JLabel paletteLabel
-
paletteList
JList paletteList
-
paletteScrollPane
JScrollPane paletteScrollPane
-
-
-
Class org.pushingpixels.radiance.theming.internal.contrib.randelshofer.quaqua.colorchooser.ColorSlidersChooser
class ColorSlidersChooser extends RadianceColorChooserPanel implements Serializable -
Class org.pushingpixels.radiance.theming.internal.contrib.randelshofer.quaqua.colorchooser.ColorWheel
class ColorWheel extends JPanel implements Serializable-
Serialized Fields
-
colorWheelImage
Image colorWheelImage
-
colorWheelProducer
ColorWheelImageProducer colorWheelProducer
-
model
HSBColorSliderModel model
-
modelHandler
ColorWheel.ModelHandler modelHandler
-
mouseHandler
ColorWheel.MouseHandler mouseHandler
-
-
-
Class org.pushingpixels.radiance.theming.internal.contrib.randelshofer.quaqua.colorchooser.ColorWheelChooser
class ColorWheelChooser extends RadianceColorChooserPanel implements Serializable-
Serialized Fields
-
brightnessSlider
JSlider brightnessSlider
-
ccModel
HSBColorSliderModel ccModel
-
colorWheel
ColorWheel colorWheel
-
updateRecursion
int updateRecursion
-
-
-
Class org.pushingpixels.radiance.theming.internal.contrib.randelshofer.quaqua.colorchooser.Crayons
class Crayons extends JPanel implements Serializable-
Serialized Fields
-
color
Color color
Current color. -
crayons
Crayons.Crayon[] crayons
Crayons. -
crayonsImage
BufferedImage crayonsImage
Shared crayons image. -
mouseHandler
Crayons.MouseHandler mouseHandler
-
selectedCrayon
Crayons.Crayon selectedCrayon
Selected crayon.
-
-
-
Class org.pushingpixels.radiance.theming.internal.contrib.randelshofer.quaqua.colorchooser.CrayonsChooser
class CrayonsChooser extends RadianceColorChooserPanel implements Serializable-
Serialized Fields
-
crayons
Crayons crayons
-
-
-
Class org.pushingpixels.radiance.theming.internal.contrib.randelshofer.quaqua.colorchooser.GrayChooser
-
Serialized Fields
-
brightnessField
JTextField brightnessField
-
brightnessFieldLabel
JLabel brightnessFieldLabel
-
brightnessFieldPanel
JPanel brightnessFieldPanel
-
brightnessLabel
JLabel brightnessLabel
-
brightnessSlider
JSlider brightnessSlider
-
fiftyPercentButton
JButton fiftyPercentButton
-
hundredPercentButton
JButton hundredPercentButton
-
percentPanel
JPanel percentPanel
-
seventyFivePercentButton
JButton seventyFivePercentButton
-
springPanel
JPanel springPanel
-
twentyFivePercentButton
JButton twentyFivePercentButton
-
zeroPercentButton
JButton zeroPercentButton
-
-
-
Class org.pushingpixels.radiance.theming.internal.contrib.randelshofer.quaqua.colorchooser.HSBChooser
-
Serialized Fields
-
brightnessField
JTextField brightnessField
-
brightnessFieldLabel
JLabel brightnessFieldLabel
-
brightnessFieldPanel
JPanel brightnessFieldPanel
-
brightnessLabel
JLabel brightnessLabel
-
brightnessSlider
JSlider brightnessSlider
-
hueField
JTextField hueField
-
hueFieldLabel
JLabel hueFieldLabel
-
hueFieldPanel
JPanel hueFieldPanel
-
hueLabel
JLabel hueLabel
-
hueSlider
JSlider hueSlider
-
saturationField
JTextField saturationField
-
saturationFieldLabel
JLabel saturationFieldLabel
-
saturationFieldPanel
JPanel saturationFieldPanel
-
saturationLabel
JLabel saturationLabel
-
saturationSlider
JSlider saturationSlider
-
springPanel
JPanel springPanel
-
-
-
Class org.pushingpixels.radiance.theming.internal.contrib.randelshofer.quaqua.colorchooser.HTMLChooser
-
Serialized Fields
-
blueField
JTextField blueField
-
blueLabel
JLabel blueLabel
-
blueSlider
JSlider blueSlider
-
greenField
JTextField greenField
-
greenLabel
JLabel greenLabel
-
greenSlider
JSlider greenSlider
-
htmlField
JTextField htmlField
-
htmlLabel
JLabel htmlLabel
-
htmlListener
ChangeListener htmlListener
-
htmlPanel
JPanel htmlPanel
-
redField
JTextField redField
-
redLabel
JLabel redLabel
-
redSlider
JSlider redSlider
-
springPanel
JPanel springPanel
-
webSaveCheckBox
JCheckBox webSaveCheckBox
-
-
-
Class org.pushingpixels.radiance.theming.internal.contrib.randelshofer.quaqua.colorchooser.PaletteEntryCellRenderer
class PaletteEntryCellRenderer extends RadianceDefaultListCellRenderer implements Serializable-
Serialized Fields
-
icon
PaletteEntryCellRenderer.ColorIcon icon
-
-
-
Class org.pushingpixels.radiance.theming.internal.contrib.randelshofer.quaqua.colorchooser.PaletteListModel
class PaletteListModel extends AbstractListModel implements Serializable-
Serialized Fields
-
closestIndex
int closestIndex
Index of the color which is closest to the current color in the color chooser. -
entries
PaletteEntry[] entries
-
info
String info
Informatation about the palette, such as the copyright. -
name
String name
Name of the palette.
-
-
-
Class org.pushingpixels.radiance.theming.internal.contrib.randelshofer.quaqua.colorchooser.QuaquaColorPreviewPanel
class QuaquaColorPreviewPanel extends JPanel implements Serializable -
Class org.pushingpixels.radiance.theming.internal.contrib.randelshofer.quaqua.colorchooser.RadianceColorChooserPanel
class RadianceColorChooserPanel extends AbstractColorChooserPanel implements Serializable -
Class org.pushingpixels.radiance.theming.internal.contrib.randelshofer.quaqua.colorchooser.RGBChooser
-
Serialized Fields
-
blueField
JTextField blueField
-
blueLabel
JLabel blueLabel
-
blueSlider
JSlider blueSlider
-
greenField
JTextField greenField
-
greenLabel
JLabel greenLabel
-
greenSlider
JSlider greenSlider
-
redField
JTextField redField
-
redLabel
JLabel redLabel
-
redSlider
JSlider redSlider
-
springPanel
JPanel springPanel
-
-
-
Class org.pushingpixels.radiance.theming.internal.contrib.randelshofer.quaqua.colorchooser.SliderBasedChooser
class SliderBasedChooser extends AbstractColorChooserPanel implements Serializable-
Serialized Fields
-
ccModel
T extends ColorSliderModel ccModel
-
updateRecursion
int updateRecursion
-
-
-
Class org.pushingpixels.radiance.theming.internal.contrib.randelshofer.quaqua.colorchooser.SwatchesChooser
class SwatchesChooser extends RadianceColorChooserPanel implements Serializable-
Serialized Fields
-
swatchPanel
SwatchPanel swatchPanel
-
-
-
Class org.pushingpixels.radiance.theming.internal.contrib.randelshofer.quaqua.colorchooser.SwatchPanel
class SwatchPanel extends JPanel implements Serializable
-
-
Package org.pushingpixels.radiance.theming.internal.contrib.xoetrope.editor.color
-
Class org.pushingpixels.radiance.theming.internal.contrib.xoetrope.editor.color.ColorWheelPanel
class ColorWheelPanel extends RadianceColorChooserPanel implements Serializable-
Serialized Fields
-
adjustRollover
boolean adjustRollover
-
adjustWheel
int adjustWheel
-
b
double b
-
baseColorEdit
JTextField baseColorEdit
-
baseColorLabel
JLabel baseColorLabel
-
borderCircle
Ellipse2D borderCircle
-
brightEdit
JTextField brightEdit
-
brightnessMultipler
double brightnessMultipler
-
brightnessSlider
JSlider brightnessSlider
-
busy
boolean busy
-
changeListeners
ArrayList<ChangeListener> changeListeners
-
chooserColor
ModelColor chooserColor
-
colorScheme
int colorScheme
-
ctrlKeyDown
boolean ctrlKeyDown
-
decimalRGB
JCheckBox decimalRGB
-
displayScheme
boolean displayScheme
-
fixedPanel
JPanel fixedPanel
-
fontFamily
String fontFamily
-
fontSmall
Font fontSmall
-
h
double h
-
hasChooser
boolean hasChooser
-
hueEdit
JTextField hueEdit
-
imagePicker
ColorWheelPanel.ColorWheel imagePicker
-
innerCircle
Ellipse2D innerCircle
-
outerCircle
Ellipse2D outerCircle
-
paths
GeneralPath[] paths
-
pickerImage
BufferedImage pickerImage
-
resetBtn
JButton resetBtn
-
ringThickness
double ringThickness
-
rolloverColor
Color rolloverColor
-
rolloverPath
GeneralPath rolloverPath
-
s
double s
-
satEdit
JTextField satEdit
-
saturationMultipler
double saturationMultipler
-
saturationSlider
JSlider saturationSlider
-
selectedColor
Color selectedColor
-
selectedIttenColours
ModelColor[] selectedIttenColours
-
selectedPath
GeneralPath selectedPath
-
showRollovers
boolean showRollovers
-
systemColor
Color systemColor
-
useWebColors
JCheckBox useWebColors
-
values
float[] values
-
-
-
-
Package org.pushingpixels.radiance.theming.internal.ui
-
Class org.pushingpixels.radiance.theming.internal.ui.RadianceTableHeaderUI.ScrollPaneCornerFiller
class ScrollPaneCornerFiller extends JComponent implements Serializable-
Serialized Fields
-
header
JTableHeader header
Associated table header.
-
-
-
-
Package org.pushingpixels.radiance.theming.internal.utils
-
Class org.pushingpixels.radiance.theming.internal.utils.RadianceColorResource
class RadianceColorResource extends Color implements Serializable -
Class org.pushingpixels.radiance.theming.internal.utils.RadianceDropDownButton
class RadianceDropDownButton extends JButton implements Serializable -
Class org.pushingpixels.radiance.theming.internal.utils.RadianceInternalFrameTitlePane
class RadianceInternalFrameTitlePane extends BasicInternalFrameTitlePane implements Serializable-
Serialized Fields
-
radiancePropertyListener
PropertyChangeListener radiancePropertyListener
Listens on the changes to the internal frame title. -
radianceWinModifiedListener
PropertyChangeListener radianceWinModifiedListener
Listens to the changes to theRadianceSynapse.CONTENTS_MODIFIED
property on the internal frame and its root pane. -
titlePaneButtonsProvider
TitlePaneButtonsProvider titlePaneButtonsProvider
-
-
-
Class org.pushingpixels.radiance.theming.internal.utils.RadianceInternalFrameTitlePane.RadianceIconifyAction
class RadianceIconifyAction extends BasicInternalFrameTitlePane.IconifyAction implements Serializable -
Class org.pushingpixels.radiance.theming.internal.utils.RadianceInternalFrameTitlePane.RadianceMenuBar
class RadianceMenuBar extends JMenuBar implements Serializable -
Class org.pushingpixels.radiance.theming.internal.utils.RadianceSpinnerButton
class RadianceSpinnerButton extends JButton implements Serializable -
Class org.pushingpixels.radiance.theming.internal.utils.RadianceSplitPaneDivider
class RadianceSplitPaneDivider extends BasicSplitPaneDivider implements Serializable-
Serialized Fields
-
gripModel
ButtonModel gripModel
Surrogate button model for tracking the thumb transitions. -
radiancePropertyChangeListener
PropertyChangeListener radiancePropertyChangeListener
Listener on property change events. -
radianceRolloverListener
RolloverControlListener radianceRolloverListener
Listener for transition animations. -
stateTransitionTracker
StateTransitionTracker stateTransitionTracker
-
-
-
Class org.pushingpixels.radiance.theming.internal.utils.RadianceTitleButton
class RadianceTitleButton extends JButton implements Serializable-
Serialized Fields
-
uiKey
String uiKey
-
-
-
Class org.pushingpixels.radiance.theming.internal.utils.RadianceTitlePane
class RadianceTitlePane extends JComponent implements Serializable-
Serialized Fields
-
appIcon
Image appIcon
The application icon to be displayed. -
closeAction
Action closeAction
Action used to close the Window. -
closeButton
JButton closeButton
Button used to close the frame. -
iconifyAction
Action iconifyAction
Action used to iconify the Frame. -
isControlOnlyMode
boolean isControlOnlyMode
-
maximizeAction
Action maximizeAction
Action to restore the Frame size. -
menuBar
JMenuBar menuBar
JMenuBar, typically renders the system menu items. -
minimizeButton
JButton minimizeButton
Button used to minimize the frame -
preferredHeight
int preferredHeight
-
propertyChangeListener
PropertyChangeListener propertyChangeListener
PropertyChangeListener added to the JRootPane. -
propertyListener
PropertyChangeListener propertyListener
Listens on changes tocomponentOrientation
andRadianceSynapse.CONTENTS_MODIFIED
properties. -
restoreAction
Action restoreAction
Action to restore the Frame size. -
rootPane
JRootPane rootPane
JRootPane rendering for. -
rootPaneUI
RadianceRootPaneUI rootPaneUI
RadianceRootPaneUI that created us. -
state
int state
Buffered Frame.state property. As state isn't bound, this is kept to determine when to avoid updating widgets. -
titlePaneButtonsProvider
TitlePaneButtonsProvider titlePaneButtonsProvider
-
toggleButton
JButton toggleButton
Button used to maximize or restore the frame. -
window
Window window
Window we're currently in. -
windowListener
WindowListener windowListener
Listens for changes in the state of the Window listener to update the state of the widgets.
-
-
-
Class org.pushingpixels.radiance.theming.internal.utils.RadianceTitlePane.RadianceMenuBar
class RadianceMenuBar extends JMenuBar implements Serializable
-
-
Package org.pushingpixels.radiance.theming.internal.utils.border
-
Class org.pushingpixels.radiance.theming.internal.utils.border.RadiancePaneBorder
class RadiancePaneBorder extends AbstractBorder implements Serializable -
Class org.pushingpixels.radiance.theming.internal.utils.border.RadianceToolBarBorder
class RadianceToolBarBorder extends AbstractBorder implements Serializable
-
-
Package org.pushingpixels.radiance.theming.internal.utils.combo
-
Class org.pushingpixels.radiance.theming.internal.utils.combo.RadianceComboPopup
class RadianceComboPopup extends BasicComboPopup implements Serializable
-
-
Package org.pushingpixels.radiance.theming.internal.widget.scroll
-
Class org.pushingpixels.radiance.theming.internal.widget.scroll.ScrollPaneSelector
class ScrollPaneSelector extends JComponent implements Serializable-
Serialized Fields
-
propertyChangeListener
PropertyChangeListener propertyChangeListener
-
theButton
JButton theButton
-
theComponent
JComponent theComponent
-
theFormerLayoutManager
LayoutManager theFormerLayoutManager
-
theImage
BufferedImage theImage
-
thePopupMenu
JPopupMenu thePopupMenu
-
thePrevPoint
Point thePrevPoint
-
theRectangle
Rectangle theRectangle
-
theScale
double theScale
-
theScrollPane
JScrollPane theScrollPane
-
theStartPoint
Point theStartPoint
-
theStartRectangle
Rectangle theStartRectangle
-
theViewPortViewListener
ContainerAdapter theViewPortViewListener
-
toRestoreOriginal
boolean toRestoreOriginal
-
-
-
Class org.pushingpixels.radiance.theming.internal.widget.scroll.TweakedScrollPaneLayout
class TweakedScrollPaneLayout extends ScrollPaneLayout implements Serializable
-
-
Package org.pushingpixels.radiance.theming.internal.widget.tree.dnd
-
Exception Class org.pushingpixels.radiance.theming.internal.widget.tree.dnd.DnDVetoException
class DnDVetoException extends Exception implements Serializable -
Class org.pushingpixels.radiance.theming.internal.widget.tree.dnd.StringTreeDnDEvent
class StringTreeDnDEvent extends EventObject implements Serializable -
Class org.pushingpixels.radiance.theming.internal.widget.tree.dnd.TreeTreeDnDEvent
class TreeTreeDnDEvent extends EventObject implements Serializable
-