Serialized Form
-
Package org.pushingpixels.flamingo.api.bcb
-
Class org.pushingpixels.flamingo.api.bcb.BreadcrumbBarException extends java.lang.RuntimeException implements Serializable
-
Class org.pushingpixels.flamingo.api.bcb.JBreadcrumbBar extends javax.swing.JComponent implements Serializable
-
Serialized Fields
-
callback
BreadcrumbBarCallBack<T> callback
Application callback. Used to retrieve choices for the activated selector. -
exceptionHandlers
java.util.List<E extends java.lang.Object> exceptionHandlers
List of registered exception handlers. -
model
BreadcrumbBarModel<T> model
The breadcrumb bar model.
-
-
-
-
Package org.pushingpixels.flamingo.api.bcb.core
-
Class org.pushingpixels.flamingo.api.bcb.core.BreadcrumbFileSelector extends JBreadcrumbBar<java.io.File> implements Serializable
-
Serialized Fields
-
useNativeIcons
boolean useNativeIcons
Iftrue, the path selectors will use native icons.
-
-
-
Class org.pushingpixels.flamingo.api.bcb.core.BreadcrumbTreeAdapterSelector extends JBreadcrumbBar<T> implements Serializable
-
-
Package org.pushingpixels.flamingo.api.common
-
Class org.pushingpixels.flamingo.api.common.AbstractFileViewPanel extends JCommandButtonPanel implements Serializable
-
Serialized Fields
-
loadedSet
java.util.Set<E extends java.lang.Object> loadedSet
Contains the commands with completely loaded images. -
mainWorker
javax.swing.SwingWorker<T extends java.lang.Object,V extends java.lang.Object> mainWorker
The main worker that loads the images off EDT. -
progressListener
ProgressListener progressListener
Progress listener to report back on loaded images.
-
-
-
Class org.pushingpixels.flamingo.api.common.CommandActionEvent extends java.awt.event.ActionEvent implements Serializable
-
Serialized Fields
-
command
Command command
-
-
-
Class org.pushingpixels.flamingo.api.common.JCommandButton extends RichTooltipManager.JTrackableComponent implements Serializable
-
Serialized Fields
-
actionHandler
org.pushingpixels.flamingo.api.common.JCommandButton.ActionHandler actionHandler
Action handler for the button. -
actionKeyTip
java.lang.String actionKeyTip
Key tip for the action area. -
actionModel
ActionButtonModel actionModel
The button action model. -
actionRichTooltip
RichTooltip actionRichTooltip
Rich tooltip for the action area. -
autoRepeatInitialInterval
int autoRepeatInitialInterval
The initial interval for invoking the registered action listeners in the auto-repeat action mode. -
autoRepeatSubsequentInterval
int autoRepeatSubsequentInterval
The subsequent interval for invoking the registered action listeners in the auto-repeat action mode. -
command
Command command
-
commandButtonKind
JCommandButton.CommandButtonKind commandButtonKind
The command button kind of this button. -
commandPresentation
CommandButtonPresentationModel commandPresentation
-
disabledIcon
org.pushingpixels.neon.api.icon.ResizableIcon disabledIcon
Associated disabled icon. -
extraText
java.lang.String extraText
Additional text. It is up to the presentation layer to decide whether to display this text (depending on the layout and available space). -
hgapScaleFactor
double hgapScaleFactor
Scale factor for horizontal gaps. -
horizontalAlignment
int horizontalAlignment
Horizontal alignment of the content. -
icon
org.pushingpixels.neon.api.icon.ResizableIcon icon
Associated icon. -
iconDimension
int iconDimension
The dimension of the icon of the associated command button in theCommandButtonPresentationState.FIT_TO_ICONstate. -
isAutoRepeatAction
boolean isAutoRepeatAction
Indicates the auto-repeat action mode. When the button is not in the auto-repeat action mode, the registered action listeners are activated when the mouse is released (just as with the baseAbstractButton). When the button is in auto-repeat mode, the registered action listeners are activated when the mouse is pressed. In addition, if the mouse is still pressed afterJCommandButton.getAutoRepeatInitialInterval(), the action listeners will be activated everyJCommandButton.getAutoRepeatSubsequentInterval()until the button is disabled or the mouse is released. -
isFireActionOnRollover
boolean isFireActionOnRollover
Indicates that rollover should result in firing the action. Used in conjunction with theJCommandButton.isAutoRepeatActioncan model quick pan buttons such as breadcrumb bar scrollers. -
isFlat
boolean isFlat
Indication whether this button is flat. -
locationOrderKind
JCommandButton.CommandButtonLocationOrderKind locationOrderKind
Location order kind for buttons placed in command button strips or for buttons that need the visuals of segmented strips. -
popupCallback
PopupPanelCallback popupCallback
Associated popup callback. May benull. -
popupHandler
org.pushingpixels.flamingo.api.common.JCommandButton.PopupHandler popupHandler
Default popup handler for this button. -
popupHorizontalGravity
CommandButtonPresentationModel.PopupHorizontalGravity popupHorizontalGravity
The popup horizontal gravity of this button. -
popupKeyTip
java.lang.String popupKeyTip
Key tip for the popup area of this button. -
popupModel
PopupButtonModel popupModel
Popup model of this button. -
popupOrientationKind
CommandButtonPresentationModel.PopupOrientationKind popupOrientationKind
The popup orientation kind of this button. -
popupRichTooltip
RichTooltip popupRichTooltip
Rich tooltip for the popup area of this button. -
presentationState
CommandButtonPresentationState presentationState
Current presentation state ofthisbutton. -
projection
Projection<T extends javax.swing.JComponent,C extends ContentModel,P extends PresentationModel> projection
-
text
java.lang.String text
The button text. -
vgapScaleFactor
double vgapScaleFactor
Scale factor for vertical gaps.
-
-
-
Class org.pushingpixels.flamingo.api.common.JCommandButtonPanel extends javax.swing.JComponent implements Serializable
-
Serialized Fields
-
buttonGroup
CommandToggleGroupModel buttonGroup
The button group for the single selection mode. -
buttons
java.util.List<E extends java.lang.Object> buttons
List of all button groups. -
contentChangeListener
javax.swing.event.ChangeListener contentChangeListener
-
groupTitles
java.util.List<E extends java.lang.Object> groupTitles
List of titles for all button groups. -
panelContentModel
CommandPanelContentModel panelContentModel
-
panelPresentationModel
CommandPanelPresentationModel panelPresentationModel
-
projection
Projection<T extends javax.swing.JComponent,C extends ContentModel,P extends PresentationModel> projection
-
-
-
Class org.pushingpixels.flamingo.api.common.JCommandButtonStrip extends javax.swing.JComponent implements Serializable
-
Serialized Fields
-
projection
Projection<T extends javax.swing.JComponent,C extends ContentModel,P extends PresentationModel> projection
-
-
-
Class org.pushingpixels.flamingo.api.common.JScrollablePanel extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
isScrollOnRollover
boolean isScrollOnRollover
-
scrollType
JScrollablePanel.ScrollType scrollType
-
view
javax.swing.JComponent view
-
-
-
Class org.pushingpixels.flamingo.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.
-
-
-
Class org.pushingpixels.flamingo.api.common.RichTooltipManager.JTrackableComponent extends javax.swing.JComponent implements Serializable
-
-
Package org.pushingpixels.flamingo.api.common.model
-
Class org.pushingpixels.flamingo.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.flamingo.api.common.popup
-
Class org.pushingpixels.flamingo.api.common.popup.AbstractPopupMenu extends JPopupPanel implements Serializable
-
Serialized Fields
-
menuComponents
java.util.List<E extends java.lang.Object> menuComponents
Menu components.
-
-
-
Class org.pushingpixels.flamingo.api.common.popup.JColorSelectorPopupMenu extends AbstractPopupMenu implements Serializable
-
Serialized Fields
-
colorColumns
int colorColumns
-
contentChangeListener
javax.swing.event.ChangeListener contentChangeListener
-
contentModel
ColorSelectorPopupMenuContentModel contentModel
-
lastColorSelectorPanel
org.pushingpixels.flamingo.internal.ui.common.popup.JColorSelectorPanel lastColorSelectorPanel
-
presentationModel
ColorSelectorPopupMenuPresentationModel presentationModel
-
projection
Projection<T extends javax.swing.JComponent,C extends ContentModel,P extends PresentationModel> projection
-
-
-
Class org.pushingpixels.flamingo.api.common.popup.JCommandPopupMenu extends AbstractPopupMenu 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<T extends javax.swing.JComponent,C extends ContentModel,P extends PresentationModel> projection
-
-
-
Class org.pushingpixels.flamingo.api.common.popup.JPopupPanel extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
customizer
JPopupPanel.PopupPanelCustomizer customizer
The customizer for this popup panel. Can benull. -
invoker
javax.swing.JComponent invoker
-
-
-
Class org.pushingpixels.flamingo.api.common.popup.PopupPanelManager.PopupEvent extends java.awt.event.ComponentEvent implements Serializable
-
Serialized Fields
-
popupOriginator
javax.swing.JComponent popupOriginator
The popup originator component.
-
-
-
-
Package org.pushingpixels.flamingo.api.layout
-
Class org.pushingpixels.flamingo.api.layout.TransitionLayoutEvent extends java.awt.AWTEvent implements Serializable
-
Serialized Fields
-
child
java.awt.Component child
-
-
-
-
Package org.pushingpixels.flamingo.api.ribbon
-
Class org.pushingpixels.flamingo.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.flamingo.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.neon.api.icon.ResizableIcon.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<E extends java.lang.Object> 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.flamingo.api.ribbon.JFlowRibbonBand extends AbstractRibbonBand implements Serializable
-
Class org.pushingpixels.flamingo.api.ribbon.JRibbon extends javax.swing.JComponent implements Serializable
-
Serialized Fields
-
anchoredCommands
java.util.ArrayList<E extends java.lang.Object> 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.flamingo.internal.ui.ribbon.appmenu.RibbonApplicationMenuProjection applicationMenuProjection
The application menu. -
bands
java.util.ArrayList<E extends java.lang.Object> bands
Bands of the currently shown task. -
contextualTaskGroups
java.util.ArrayList<E extends java.lang.Object> contextualTaskGroups
The contextual task groups. -
currentlySelectedTask
RibbonTask currentlySelectedTask
Currently selected (shown) task. -
groupVisibilityMap
java.util.Map<K extends java.lang.Object,V extends java.lang.Object> 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<E extends java.lang.Object> onTaskSelectionChangeListeners
-
ribbonFrame
JRibbonFrame ribbonFrame
The host ribbon frame. Isnullwhen the ribbon is not hosted in aJRibbonFrame. -
taskbarCommandMap
java.util.Map<K extends java.lang.Object,V extends java.lang.Object> taskbarCommandMap
-
taskbarComponents
java.util.ArrayList<E extends java.lang.Object> taskbarComponents
The taskbar components (to the right of the application menu button). -
taskbarGalleryMap
java.util.Map<K extends java.lang.Object,V extends java.lang.Object> taskbarGalleryMap
-
taskbarKeyTipPolicy
RibbonTaskbarKeyTipPolicy taskbarKeyTipPolicy
-
tasks
java.util.ArrayList<E extends java.lang.Object> tasks
The general tasks.
-
-
-
Class org.pushingpixels.flamingo.api.ribbon.JRibbonBand extends AbstractRibbonBand implements Serializable
-
Class org.pushingpixels.flamingo.api.ribbon.JRibbonFrame extends javax.swing.JFrame implements Serializable
-
Serialized Fields
-
awtEventListener
java.awt.event.AWTEventListener awtEventListener
-
keyTipListener
org.pushingpixels.flamingo.internal.utils.KeyTipManager.KeyTipListener keyTipListener
-
ribbon
JRibbon ribbon
The ribbon component. -
wasSetIconImagesCalled
boolean wasSetIconImagesCalled
-
-
-
Class org.pushingpixels.flamingo.api.ribbon.JRibbonFrame.GlobalPopupMenu extends JCommandPopupMenu implements Serializable
-
-
Package org.pushingpixels.flamingo.api.ribbon.synapse
-
Class org.pushingpixels.flamingo.api.ribbon.synapse.JRibbonCheckBox extends javax.swing.JCheckBox implements Serializable
-
Class org.pushingpixels.flamingo.api.ribbon.synapse.JRibbonComboBox extends javax.swing.JComboBox<E> implements Serializable
-
Class org.pushingpixels.flamingo.api.ribbon.synapse.JRibbonSpinner extends javax.swing.JSpinner implements Serializable
-
-
Package org.pushingpixels.flamingo.api.ribbon.synapse.model
-
Class org.pushingpixels.flamingo.api.ribbon.synapse.model.RibbonDefaultComboBoxContentModel extends javax.swing.DefaultComboBoxModel<E> implements Serializable
-
Serialized Fields
-
caption
java.lang.String caption
-
iconFactory
org.pushingpixels.neon.api.icon.ResizableIcon.Factory iconFactory
-
isEnabled
boolean isEnabled
-
pcs
java.beans.PropertyChangeSupport pcs
-
richTooltip
RichTooltip richTooltip
-
selectionChangeListener
RibbonComboBoxContentModel.ComboBoxSelectionChangeListener selectionChangeListener
-
-
-
Class org.pushingpixels.flamingo.api.ribbon.synapse.model.RibbonSpinnerDateContentModel extends javax.swing.SpinnerDateModel implements Serializable
-
Serialized Fields
-
caption
java.lang.String caption
-
iconFactory
org.pushingpixels.neon.api.icon.ResizableIcon.Factory iconFactory
-
isEnabled
boolean isEnabled
-
pcs
java.beans.PropertyChangeSupport pcs
-
richTooltip
RichTooltip richTooltip
-
selectionChangeListener
RibbonSpinnerContentModel.SpinnerSelectionChangeListener selectionChangeListener
-
-
-
Class org.pushingpixels.flamingo.api.ribbon.synapse.model.RibbonSpinnerNumberContentModel extends javax.swing.SpinnerNumberModel implements Serializable
-
Serialized Fields
-
caption
java.lang.String caption
-
iconFactory
org.pushingpixels.neon.api.icon.ResizableIcon.Factory iconFactory
-
isEnabled
boolean isEnabled
-
pcs
java.beans.PropertyChangeSupport pcs
-
richTooltip
RichTooltip richTooltip
-
selectionChangeListener
RibbonSpinnerContentModel.SpinnerSelectionChangeListener selectionChangeListener
-
-
-