Serialized Form
-
Package org.pushingpixels.radiance.component.api.bcb
-
Class org.pushingpixels.radiance.component.api.bcb.JBreadcrumbBar extends javax.swing.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 extends JBreadcrumbBar<java.io.File> implements Serializable
-
Serialized Fields
-
iconProvider
BreadcrumbFileSelector.IconProvider iconProvider
-
-
-
Class org.pushingpixels.radiance.component.api.bcb.core.BreadcrumbTreeAdapterSelector extends JBreadcrumbBar<T> implements Serializable
-
-
Package org.pushingpixels.radiance.component.api.common
-
Class org.pushingpixels.radiance.component.api.common.AbstractFileViewPanel extends JCommandButtonPanel implements Serializable
-
Serialized Fields
-
loadedSet
java.util.Set<Command> loadedSet
Contains the commands with completely loaded images. -
mainWorker
javax.swing.SwingWorker<java.lang.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 extends java.awt.event.ActionEvent implements Serializable
-
Serialized Fields
-
command
BaseCommand<?> command
-
-
-
Class org.pushingpixels.radiance.component.api.common.JCircularProgress extends javax.swing.JComponent implements Serializable
-
Serialized Fields
-
contentModel
CircularProgressContentModel contentModel
-
presentationModel
CircularProgressPresentationModel presentationModel
-
projection
Projection<JCircularProgress,CircularProgressContentModel,CircularProgressPresentationModel> projection
-
-
-
Class org.pushingpixels.radiance.component.api.common.JCommandButton extends javax.swing.JComponent implements Serializable
-
Serialized Fields
-
actionHandler
org.pushingpixels.radiance.component.api.common.JCommandButton.ActionHandler actionHandler
Action handler for the button. -
actionModel
ActionButtonModel actionModel
The button action model. -
command
BaseCommand command
-
commandPresentation
BaseCommandButtonPresentationModel commandPresentation
-
popupHandler
org.pushingpixels.radiance.component.api.common.JCommandButton.PopupHandler popupHandler
Default popup handler for this button. -
popupModel
PopupButtonModel popupModel
Popup model of this button. -
presentationState
CommandButtonPresentationState presentationState
Current presentation state ofthisbutton. -
projection
BaseCommandButtonProjection<? extends BaseCommand<?>,? extends BaseCommandMenuContentModel,? extends BaseCommandButtonPresentationModel<?,?>,? extends BaseCommandPopupMenuPresentationModel> projection
-
-
-
Class org.pushingpixels.radiance.component.api.common.JCommandButtonPanel extends javax.swing.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 extends javax.swing.JComponent implements Serializable
-
Serialized Fields
-
projection
Projection<JCommandButtonStrip,CommandGroup,CommandStripPresentationModel> projection
-
-
-
Class org.pushingpixels.radiance.component.api.common.JExoLabel extends javax.swing.JComponent implements Serializable
-
Serialized Fields
-
projection
Projection<JExoLabel,LabelContentModel,LabelPresentationModel> projection
-
-
-
Class org.pushingpixels.radiance.component.api.common.JScrollablePanel extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
isScrollOnRollover
boolean isScrollOnRollover
-
scrollType
JScrollablePanel.ScrollType scrollType
-
view
T extends javax.swing.JComponent view
-
-
-
Class org.pushingpixels.radiance.component.api.common.JSwitch extends javax.swing.JToggleButton implements Serializable
-
Serialized Fields
-
buttonModel
javax.swing.ButtonModel buttonModel
-
contentModel
SwitchContentModel contentModel
-
presentationModel
SwitchPresentationModel presentationModel
-
projection
Projection<JSwitch,SwitchContentModel,SwitchPresentationModel> projection
-
-
-
Class org.pushingpixels.radiance.component.api.common.JTriStateCheckBox extends javax.swing.JComponent implements Serializable
-
Serialized Fields
-
contentModel
TriStateCheckBoxContentModel contentModel
-
presentationModel
TriStateCheckboxPresentationModel presentationModel
-
projection
Projection<JTriStateCheckBox,TriStateCheckBoxContentModel,TriStateCheckboxPresentationModel> projection
-
triStateButtonModel
org.pushingpixels.radiance.common.api.model.TriStateButtonModel triStateButtonModel
-
-
-
Class org.pushingpixels.radiance.component.api.common.ProgressEvent extends java.util.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 extends javax.swing.DefaultButtonModel implements Serializable
-
Serialized Fields
-
autoRepeatTimer
javax.swing.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 extends JPopupPanel implements Serializable
-
Serialized Fields
-
menuComponents
java.util.List<java.awt.Component> menuComponents
Menu components.
-
-
-
Class org.pushingpixels.radiance.component.api.common.popup.JColorSelectorPopupMenuPanel extends AbstractPopupMenuPanel implements Serializable
-
Serialized Fields
-
colorColumns
int colorColumns
-
contentChangeListener
javax.swing.event.ChangeListener contentChangeListener
-
contentModel
ColorSelectorPopupMenuContentModel contentModel
-
lastColorSelectorPanel
org.pushingpixels.radiance.component.internal.ui.common.popup.JColorSelectorPanel lastColorSelectorPanel
-
presentationModel
ColorSelectorPopupMenuPresentationModel presentationModel
-
projection
Projection<JColorSelectorPopupMenuPanel,ColorSelectorPopupMenuContentModel,ColorSelectorPopupMenuPresentationModel> projection
-
-
-
Class org.pushingpixels.radiance.component.api.common.popup.JCommandPopupMenuPanel extends AbstractPopupMenuPanel implements Serializable
-
Serialized Fields
-
mainButtonPanel
JCommandButtonPanel mainButtonPanel
The main button panel. -
popupMenuContentModel
CommandMenuContentModel popupMenuContentModel
-
popupMenuPanelContentChangeListener
javax.swing.event.ChangeListener popupMenuPanelContentChangeListener
-
popupMenuPanelContentModel
CommandPanelContentModel popupMenuPanelContentModel
-
popupMenuPresentationModel
CommandPopupMenuPresentationModel popupMenuPresentationModel
-
projection
Projection<JCommandPopupMenuPanel,CommandMenuContentModel,CommandPopupMenuPresentationModel> projection
-
-
-
Class org.pushingpixels.radiance.component.api.common.popup.JPopupPanel extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
originator
javax.swing.JComponent originator
-
-
-
Class org.pushingpixels.radiance.component.api.common.popup.PopupPanelManager.PopupEvent extends java.awt.event.ComponentEvent implements Serializable
-
Serialized Fields
-
popupOriginator
javax.swing.JComponent popupOriginator
The popup originator component.
-
-
-
Class org.pushingpixels.radiance.component.api.common.popup.PopupPanelManager.RadiancePopupMenu extends javax.swing.JPopupMenu implements Serializable
-
-
Package org.pushingpixels.radiance.component.api.layout
-
Class org.pushingpixels.radiance.component.api.layout.TransitionLayoutEvent extends java.awt.AWTEvent implements Serializable
-
Serialized Fields
-
child
java.awt.Component child
-
-
-
-
Package org.pushingpixels.radiance.component.api.ribbon
-
Class org.pushingpixels.radiance.component.api.ribbon.AbstractRibbonBand extends javax.swing.JComponent implements Serializable
-
Serialized Fields
-
collapsedStateKeyTip
java.lang.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. -
controlPanel
org.pushingpixels.radiance.component.internal.ui.ribbon.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.popupRibbonBandin a popup panel. The collapsed button itself is implemented as a part of the UI delegate inBasicRibbonBandUI. -
currResizePolicy
RibbonBandResizePolicy currResizePolicy
The current resize policy for this band. Must be one of the policies in theAbstractRibbonBand.resizePolicieslist. -
expandButtonKeyTip
java.lang.String expandButtonKeyTip
The key tip for the ribbon band expand button. Is relevant only whenAbstractRibbonBand.expandCommandListeneris notnull. -
expandButtonRichTooltip
RichTooltip expandButtonRichTooltip
The rich tooltip for the ribbon band expand button. Is relevant only whenAbstractRibbonBand.expandCommandListeneris notnull. -
expandCommandListener
CommandAction expandCommandListener
Optionalexpandaction listener. If present, the title pane shows button with plus sign. The action listener on the button will bethislistener. -
iconFactory
org.pushingpixels.radiance.common.api.icon.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:
AbstractRibbonBand.getIconFactory()
-
popupRibbonBand
AbstractRibbonBand popupRibbonBand
Ribbon band shown in a popup panel when this ribbon band is in a collapsed state. -
resizePolicies
java.util.List<RibbonBandResizePolicy> resizePolicies
The list of available resize policies. -
ribbonTask
RibbonTask ribbonTask
The ribbon task of this ribbon band. -
title
java.lang.String title
Band title.
-
-
-
Class org.pushingpixels.radiance.component.api.ribbon.JFlowRibbonBand extends AbstractRibbonBand implements Serializable
-
Class org.pushingpixels.radiance.component.api.ribbon.JRibbon extends javax.swing.JComponent implements Serializable
-
Serialized Fields
-
anchoredCommands
java.util.ArrayList<CommandButtonProjection> anchoredCommands
Commands anchored to the far edge of the task toggle strip (right under LTR and left under RTL). -
applicationMenuCommandProjection
RibbonApplicationMenuCommandButtonProjection applicationMenuCommandProjection
-
applicationMenuProjection
org.pushingpixels.radiance.component.internal.ui.ribbon.appmenu.RibbonApplicationMenuProjection applicationMenuProjection
The application menu. -
bands
java.util.ArrayList<AbstractRibbonBand> bands
Bands of the currently shown task. -
contextualTaskGroups
java.util.ArrayList<RibbonContextualTaskGroup> contextualTaskGroups
The contextual task groups. -
currentlySelectedTask
RibbonTask currentlySelectedTask
Currently selected (shown) task. -
groupVisibilityMap
java.util.Map<RibbonContextualTaskGroup,java.lang.Boolean> groupVisibilityMap
Visibility status of the contextual task group. Must contain a value for each group inJRibbon.contextualTaskGroups. -
isMinimized
boolean isMinimized
Indicates whether the ribbon is currently minimized. -
onShowContextualMenuListener
JRibbon.OnShowContextualMenuListener onShowContextualMenuListener
-
onTaskSelectionChangeListeners
java.util.List<JRibbon.OnTaskSelectionChangeListener> onTaskSelectionChangeListeners
-
ribbonFrame
JRibbonFrame ribbonFrame
The host ribbon frame. Isnullwhen the ribbon is not hosted in aJRibbonFrame. -
taskbarComponents
java.util.ArrayList<java.awt.Component> taskbarComponents
The taskbar components (displayed between the application menu button and the frame title). -
taskbarContentHandlers
java.util.List<org.pushingpixels.radiance.component.api.ribbon.JRibbon.TaskbarContentHandler<?>> taskbarContentHandlers
-
taskbarKeyTipPolicy
RibbonTaskbarKeyTipPolicy taskbarKeyTipPolicy
-
tasks
java.util.ArrayList<RibbonTask> tasks
The general tasks.
-
-
-
Class org.pushingpixels.radiance.component.api.ribbon.JRibbonBand extends AbstractRibbonBand implements Serializable
-
Class org.pushingpixels.radiance.component.api.ribbon.JRibbonFrame extends javax.swing.JFrame implements Serializable
-
Serialized Fields
-
awtEventListener
java.awt.event.AWTEventListener awtEventListener
-
keyTipListener
org.pushingpixels.radiance.component.internal.utils.KeyTipManager.KeyTipListener keyTipListener
-
ribbon
JRibbon ribbon
The ribbon component. -
wasSetIconImagesCalled
boolean wasSetIconImagesCalled
-
-
-
Class org.pushingpixels.radiance.component.api.ribbon.JRibbonFrame.GlobalPopupMenuPanel extends JCommandPopupMenuPanel implements Serializable
-
-
Package org.pushingpixels.radiance.component.api.ribbon.synapse
-
Class org.pushingpixels.radiance.component.api.ribbon.synapse.JRibbonCheckBox extends javax.swing.JCheckBox implements Serializable
-
Class org.pushingpixels.radiance.component.api.ribbon.synapse.JRibbonComboBox extends javax.swing.JComboBox<E> implements Serializable
-
Class org.pushingpixels.radiance.component.api.ribbon.synapse.JRibbonRadioButton extends javax.swing.JRadioButton implements Serializable
-
Class org.pushingpixels.radiance.component.api.ribbon.synapse.JRibbonSpinner extends javax.swing.JSpinner implements Serializable
-
-
Package org.pushingpixels.radiance.component.api.ribbon.synapse.model
-
Class org.pushingpixels.radiance.component.api.ribbon.synapse.model.RibbonDefaultComboBoxContentModel extends javax.swing.DefaultComboBoxModel<E> implements Serializable
-
Serialized Fields
-
caption
java.lang.String caption
-
iconFactory
org.pushingpixels.radiance.common.api.icon.RadianceIcon.Factory iconFactory
-
isEnabled
boolean isEnabled
-
pcs
java.beans.PropertyChangeSupport pcs
-
richTooltip
RichTooltip richTooltip
-
selectionChangeListener
RibbonComboBoxContentModel.ComboBoxSelectionChangeListener selectionChangeListener
-
-
-
Class org.pushingpixels.radiance.component.api.ribbon.synapse.model.RibbonSpinnerDateContentModel extends javax.swing.SpinnerDateModel implements Serializable
-
Serialized Fields
-
caption
java.lang.String caption
-
iconFactory
org.pushingpixels.radiance.common.api.icon.RadianceIcon.Factory iconFactory
-
isEnabled
boolean isEnabled
-
pcs
java.beans.PropertyChangeSupport pcs
-
richTooltip
RichTooltip richTooltip
-
selectionChangeListener
RibbonSpinnerContentModel.SpinnerSelectionChangeListener selectionChangeListener
-
-
-
Class org.pushingpixels.radiance.component.api.ribbon.synapse.model.RibbonSpinnerNumberContentModel extends javax.swing.SpinnerNumberModel implements Serializable
-
Serialized Fields
-
caption
java.lang.String caption
-
iconFactory
org.pushingpixels.radiance.common.api.icon.RadianceIcon.Factory iconFactory
-
isEnabled
boolean isEnabled
-
pcs
java.beans.PropertyChangeSupport pcs
-
richTooltip
RichTooltip richTooltip
-
selectionChangeListener
RibbonSpinnerContentModel.SpinnerSelectionChangeListener selectionChangeListener
-
-
-