- AbstractCommandButton - Class in org.pushingpixels.flamingo.api.common
-
Base class for command buttons.
- AbstractCommandButton(Command, CommandButtonPresentationModel) - Constructor for class org.pushingpixels.flamingo.api.common.AbstractCommandButton
-
- AbstractCommandButton(Projection<AbstractCommandButton, ? extends Command, CommandButtonPresentationModel>) - Constructor for class org.pushingpixels.flamingo.api.common.AbstractCommandButton
-
- AbstractCommandButton.CommandButtonLocationOrderKind - Enum in org.pushingpixels.flamingo.api.common
-
Enumerates the available values for the location order kind.
- AbstractFileViewPanel<T> - Class in org.pushingpixels.flamingo.api.common
-
Panel that hosts file-related command buttons with progress indication and cancellation
capabilities.
- AbstractFileViewPanel(int) - Constructor for class org.pushingpixels.flamingo.api.common.AbstractFileViewPanel
-
Creates a new panel.
- AbstractFileViewPanel(CommandButtonPresentationState) - Constructor for class org.pushingpixels.flamingo.api.common.AbstractFileViewPanel
-
Creates a new panel.
- AbstractFileViewPanel.Leaf - Class in org.pushingpixels.flamingo.api.common
-
Information on the specific file.
- AbstractPopupMenu - Class in org.pushingpixels.flamingo.api.common.popup
-
Popup menu with groups of command buttons.
- AbstractPopupMenu() - Constructor for class org.pushingpixels.flamingo.api.common.popup.AbstractPopupMenu
-
- AbstractPopupMenuPresentationModel - Class in org.pushingpixels.flamingo.api.common.popup.model
-
- AbstractPopupMenuPresentationModel() - Constructor for class org.pushingpixels.flamingo.api.common.popup.model.AbstractPopupMenuPresentationModel
-
- AbstractPopupMenuProjection<M extends AbstractPopupMenu,C extends ContentModel,P extends PresentationModel> - Class in org.pushingpixels.flamingo.api.common.projection
-
- AbstractPopupMenuProjection(C, P, Projection.ComponentSupplier<M, C, P>) - Constructor for class org.pushingpixels.flamingo.api.common.projection.AbstractPopupMenuProjection
-
- AbstractRibbonBand - Class in org.pushingpixels.flamingo.api.ribbon
-
Ribbon band.
- AbstractRibbonBand(String, ResizableIcon.Factory, CommandAction, AbstractBandControlPanel) - Constructor for class org.pushingpixels.flamingo.api.ribbon.AbstractRibbonBand
-
Creates a new ribbon band.
- action - Variable in class org.pushingpixels.flamingo.api.common.model.Command.BaseBuilder
-
- ACTION_AND_POPUP_MAIN_ACTION - org.pushingpixels.flamingo.api.common.JCommandButton.CommandButtonKind
-
Command button that has both action and popup areas, with the main
text click activating the action.
- ACTION_AND_POPUP_MAIN_POPUP - org.pushingpixels.flamingo.api.common.JCommandButton.CommandButtonKind
-
Command button that has both action and popup areas, with the main
text click activating the popup.
- ACTION_ONLY - org.pushingpixels.flamingo.api.common.JCommandButton.CommandButtonKind
-
Command button that has only action area.
- ActionButtonModel - Interface in org.pushingpixels.flamingo.api.common.model
-
- actionClickArea - Variable in class org.pushingpixels.flamingo.api.common.CommandButtonLayoutManager.CommandButtonLayoutInfo
-
The action area.
- actionHandler - Variable in class org.pushingpixels.flamingo.api.common.AbstractCommandButton
-
Action handler for the button.
- actionKeyTip - Variable in class org.pushingpixels.flamingo.api.common.AbstractCommandButton
-
Key tip for the action area.
- actionPreview - Variable in class org.pushingpixels.flamingo.api.common.model.Command.BaseBuilder
-
- ActionRepeatableButtonModel - Class in org.pushingpixels.flamingo.api.common.model
-
Extension of the default button model that supports the
ActionButtonModel interface and repeated invocation of action
listeners on mouse rollover.
- ActionRepeatableButtonModel(JCommandButton) - Constructor for class org.pushingpixels.flamingo.api.common.model.ActionRepeatableButtonModel
-
Creates a new button model.
- actionRichTooltip - Variable in class org.pushingpixels.flamingo.api.common.model.Command.BaseBuilder
-
- ActionToggleButtonModel - Class in org.pushingpixels.flamingo.api.common.model
-
Extension of the default toggle button model that supports the
ActionButtonModel interface.
- ActionToggleButtonModel(JCommandToggleButton, boolean) - Constructor for class org.pushingpixels.flamingo.api.common.model.ActionToggleButtonModel
-
Creates a new model.
- activatePreview(Command) - Method in class org.pushingpixels.flamingo.api.ribbon.model.RibbonGalleryContentModel
-
- add(Component) - Method in class org.pushingpixels.flamingo.api.common.JCommandButtonStrip
-
- add(Component, int) - Method in class org.pushingpixels.flamingo.api.common.JCommandButtonStrip
-
- add(Component, Object) - Method in class org.pushingpixels.flamingo.api.common.JCommandButtonStrip
-
- add(Component, Object, int) - Method in class org.pushingpixels.flamingo.api.common.JCommandButtonStrip
-
- add(String, Component) - Method in class org.pushingpixels.flamingo.api.common.JCommandButtonStrip
-
- add(Command) - Method in class org.pushingpixels.flamingo.api.common.model.CommandToggleGroupModel
-
Adds the specified command to the group.
- addAnchoredCommand(CommandButtonProjection) - Method in class org.pushingpixels.flamingo.api.ribbon.JRibbon
-
Adds the specified ribbon command projection to the trailing edge of the task toggle strip
of this ribbon.
- addAsynchronousLoadListener(AsynchronousLoadListener) - Method in class org.pushingpixels.flamingo.api.common.icon.DecoratedResizableIcon
-
- addAsynchronousLoadListener(AsynchronousLoadListener) - Method in class org.pushingpixels.flamingo.api.common.icon.IconDeckResizableIcon
-
- addChangeListener(ChangeListener) - Method in class org.pushingpixels.flamingo.api.common.AbstractCommandButton
-
Adds the specified change listener to this button.
- addChangeListener(ChangeListener) - Method in class org.pushingpixels.flamingo.api.common.JScrollablePanel
-
- addChangeListener(ChangeListener) - Method in class org.pushingpixels.flamingo.api.common.model.Command
-
Adds the specified change listener to track changes to this model.
- addChangeListener(ChangeListener) - Method in class org.pushingpixels.flamingo.api.common.model.CommandMenuContentModel
-
Adds the specified change listener to track changes to this model.
- addChangeListener(ChangeListener) - Method in class org.pushingpixels.flamingo.api.common.model.CommandPanelContentModel
-
Adds the specified change listener to track changes to this model.
- addChangeListener(ChangeListener) - Method in class org.pushingpixels.flamingo.api.common.model.CommandPanelPresentationModel
-
Adds the specified change listener to track changes to the model.
- addChangeListener(ChangeListener) - Method in class org.pushingpixels.flamingo.api.common.popup.AbstractPopupMenu
-
Adds the specified change listener to track changes to this popup menu.
- addChangeListener(ChangeListener) - Method in class org.pushingpixels.flamingo.api.common.popup.model.ColorSelectorPopupMenuContentModel
-
Adds the specified change listener to track changes to this model.
- addChangeListener(ChangeListener) - Method in class org.pushingpixels.flamingo.api.common.popup.model.ColorSelectorPopupMenuGroupModel
-
Adds the specified change listener to track changes to this model.
- addChangeListener(ChangeListener) - Method in class org.pushingpixels.flamingo.api.ribbon.JRibbon
-
Adds the specified change listener to track changes to this ribbon.
- addChangeListener(ChangeListener) - Method in class org.pushingpixels.flamingo.api.ribbon.model.RibbonGalleryContentModel
-
Adds the specified change listener to track changes to the model.
- addColorSection(ColorSelectorPopupMenuGroupModel.ColorSectionModel) - Method in class org.pushingpixels.flamingo.api.common.popup.model.ColorSelectorPopupMenuGroupModel.Builder
-
- addColorSectionWithDerived(ColorSelectorPopupMenuGroupModel.ColorSectionModel) - Method in class org.pushingpixels.flamingo.api.common.popup.model.ColorSelectorPopupMenuGroupModel.Builder
-
- addColorToRecentlyUsed(Color) - Static method in class org.pushingpixels.flamingo.api.common.popup.JColorSelectorPopupMenu
-
- addCommand(Command) - Method in class org.pushingpixels.flamingo.api.common.model.CommandGroup
-
- addCommand(Command) - Method in class org.pushingpixels.flamingo.api.common.popup.model.ColorSelectorPopupMenuGroupModel.Builder
-
- addCommandActivationListener(RibbonGalleryContentModel.GalleryCommandAction) - Method in class org.pushingpixels.flamingo.api.ribbon.model.RibbonGalleryContentModel
-
- addCommandGroup(CommandGroup) - Method in class org.pushingpixels.flamingo.api.common.model.CommandMenuContentModel
-
- addCommandGroup(CommandGroup) - Method in class org.pushingpixels.flamingo.api.common.model.CommandPanelContentModel
-
- addCommandGroup(CommandGroup) - Method in class org.pushingpixels.flamingo.api.ribbon.model.RibbonGalleryContentModel
-
- addCommandGroupListener(CommandGroup.CommandGroupListener) - Method in class org.pushingpixels.flamingo.api.common.model.CommandGroup
-
Adds a CommandGroupListener to the model.
- addCommandListener(CommandAction) - Method in class org.pushingpixels.flamingo.api.common.AbstractCommandButton
-
Adds the specified command listener to this button.
- addCommandPreviewListener(RibbonGalleryContentModel.GalleryCommandActionPreview) - Method in class org.pushingpixels.flamingo.api.ribbon.model.RibbonGalleryContentModel
-
- addCommandToLastGroup(Command) - Method in class org.pushingpixels.flamingo.api.common.JCommandButtonPanel
-
- addContextualTaskGroup(RibbonContextualTaskGroup) - Method in class org.pushingpixels.flamingo.api.ribbon.JRibbon
-
Adds the specified contextual task group to this ribbon.
- addDescriptionSection(String) - Method in class org.pushingpixels.flamingo.api.common.RichTooltip.Builder
-
- addExceptionHandler(BreadcrumbBarExceptionHandler) - Method in class org.pushingpixels.flamingo.api.bcb.JBreadcrumbBar
-
Registers the specified exception handler.
- addExtraPopupCommandGroup(CommandGroup) - Method in class org.pushingpixels.flamingo.api.ribbon.model.RibbonGalleryContentModel
-
- addFlowComponent(Projection) - Method in class org.pushingpixels.flamingo.api.ribbon.JFlowRibbonBand
-
- addFlowComponent(ComponentProjection<? extends JComponent, ? extends ComponentContentModel>) - Method in class org.pushingpixels.flamingo.api.ribbon.JFlowRibbonBand
-
- addFooterCommand(Command) - Method in class org.pushingpixels.flamingo.api.ribbon.RibbonApplicationMenu
-
Adds the specified footer command.
- addFooterSection(String) - Method in class org.pushingpixels.flamingo.api.common.RichTooltip.Builder
-
- addIconDecorator(DecoratedResizableIcon.IconDecorator) - Method in class org.pushingpixels.flamingo.api.common.icon.DecoratedResizableIcon
-
Adds the specified decorator to the end of the decorator sequence.
- addLast(BreadcrumbItem<T>) - Method in class org.pushingpixels.flamingo.api.bcb.BreadcrumbBarModel
-
Adds the specified item at the end of the path.
- addLayoutComponent(String, Component) - Method in class org.pushingpixels.flamingo.api.layout.TransitionLayout
-
- addMenuGroup(ColorSelectorPopupMenuGroupModel) - Method in class org.pushingpixels.flamingo.api.common.popup.model.ColorSelectorPopupMenuContentModel
-
- addPathListener(BreadcrumbPathListener<T>) - Method in class org.pushingpixels.flamingo.api.bcb.BreadcrumbBarModel
-
Adds the specified path listener to this model.
- addPopup(JComponent, Popup, JPopupPanel) - Method in class org.pushingpixels.flamingo.api.common.popup.PopupPanelManager
-
Adds new popup to the tracking structures.
- addPopupActionListener(PopupActionListener) - Method in interface org.pushingpixels.flamingo.api.common.model.PopupButtonModel
-
Adds an PopupActionListener to the model.
- addPopupListener(PopupPanelManager.PopupListener) - Method in class org.pushingpixels.flamingo.api.common.popup.PopupPanelManager
-
Adds the specified popup listener.
- addPropertyChangeListener(PropertyChangeListener) - Method in class org.pushingpixels.flamingo.api.common.model.Command
-
- addPropertyChangeListener(PropertyChangeListener) - Method in class org.pushingpixels.flamingo.api.common.model.CommandGroup
-
- addPropertyChangeListener(PropertyChangeListener) - Method in interface org.pushingpixels.flamingo.api.ribbon.synapse.model.ComponentContentModel
-
- addPropertyChangeListener(PropertyChangeListener) - Method in class org.pushingpixels.flamingo.api.ribbon.synapse.model.RibbonCheckBoxContentModel
-
- addPropertyChangeListener(PropertyChangeListener) - Method in class org.pushingpixels.flamingo.api.ribbon.synapse.model.RibbonDefaultComboBoxContentModel
-
- addPropertyChangeListener(PropertyChangeListener) - Method in class org.pushingpixels.flamingo.api.ribbon.synapse.model.RibbonSpinnerDateContentModel
-
- addPropertyChangeListener(PropertyChangeListener) - Method in class org.pushingpixels.flamingo.api.ribbon.synapse.model.RibbonSpinnerNumberContentModel
-
- addRecentsSection(ColorSelectorPopupMenuGroupModel.ColorSectionModel) - Method in class org.pushingpixels.flamingo.api.common.popup.model.ColorSelectorPopupMenuGroupModel.Builder
-
- addRibbonCommand(CommandButtonProjection<? extends Command>, JRibbonBand.PresentationPriority) - Method in class org.pushingpixels.flamingo.api.ribbon.JRibbonBand
-
Adds the specified command projection to this band.
- addRibbonComponent(ComponentProjection<? extends JComponent, ? extends ComponentContentModel>) - Method in class org.pushingpixels.flamingo.api.ribbon.JRibbonBand
-
- addRibbonGallery(RibbonGalleryProjection, JRibbonBand.PresentationPriority) - Method in class org.pushingpixels.flamingo.api.ribbon.JRibbonBand
-
- addRolloverActionListener(RolloverActionListener) - Method in class org.pushingpixels.flamingo.api.common.JCommandMenuButton
-
Adds a rollover action listener that will be called when the rollover
state of this button becomes active.
- addTask(RibbonTask) - Method in class org.pushingpixels.flamingo.api.ribbon.JRibbon
-
Adds the specified task to this ribbon.
- addTaskbarAppMenuLink(Command) - Method in class org.pushingpixels.flamingo.api.ribbon.JRibbon
-
- addTaskbarCommand(Command) - Method in class org.pushingpixels.flamingo.api.ribbon.JRibbon
-
Adds the specified command to the taskbar area of this ribbon.
- addTaskbarComponent(ComponentProjection<? extends JComponent, ? extends ComponentContentModel>) - Method in class org.pushingpixels.flamingo.api.ribbon.JRibbon
-
- addTaskbarGalleryDropdown(RibbonGalleryProjection) - Method in class org.pushingpixels.flamingo.api.ribbon.JRibbon
-
- addTransitionLayoutListener(TransitionLayoutListener) - Method in class org.pushingpixels.flamingo.api.layout.TransitionLayout
-
- get() - Static method in class org.pushingpixels.flamingo.api.common.model.VoidPresentationModel
-
- get(String) - Method in class org.pushingpixels.flamingo.api.common.KeyValuePair
-
Returns the property attached to the specified key.
- getAction() - Method in class org.pushingpixels.flamingo.api.common.model.Command
-
- getActionKeyTip() - Method in class org.pushingpixels.flamingo.api.common.AbstractCommandButton
-
Returns the key tip for the action area of this button.
- getActionKeyTip() - Method in class org.pushingpixels.flamingo.api.common.model.CommandButtonPresentationModel
-
- getActionKeyTipAnchorCenterPoint(AbstractCommandButton) - Method in interface org.pushingpixels.flamingo.api.common.CommandButtonLayoutManager
-
Returns the anchor center point of the action key tip of the specified command
button.
- getActionListener() - Method in class org.pushingpixels.flamingo.api.ribbon.synapse.model.RibbonCheckBoxContentModel
-
- getActionModel() - Method in class org.pushingpixels.flamingo.api.common.AbstractCommandButton
-
Returns the action model for this button.
- getActionPreview() - Method in class org.pushingpixels.flamingo.api.common.model.Command
-
- getActionRichTooltip() - Method in class org.pushingpixels.flamingo.api.common.model.Command
-
- getAnchoredCommands() - Method in class org.pushingpixels.flamingo.api.ribbon.JRibbon
-
Returns the anchored commands for this ribbon.
- getApplicationMenuCommandProjection() - Method in class org.pushingpixels.flamingo.api.ribbon.JRibbon
-
- getApplicationMenuProjection() - Method in class org.pushingpixels.flamingo.api.ribbon.JRibbon
-
Returns the application menu of this ribbon.
- getAutoRepeatInitialInterval() - Method in class org.pushingpixels.flamingo.api.common.JCommandButton
-
Returns the initial interval for invoking the registered action listeners
in the auto-repeat action mode.
- getAutoRepeatInitialInterval() - Method in class org.pushingpixels.flamingo.api.common.model.CommandButtonPresentationModel
-
- getAutoRepeatSubsequentInterval() - Method in class org.pushingpixels.flamingo.api.common.JCommandButton
-
Returns the subsequent interval for invoking the registered action
listeners in the auto-repeat action mode.
- getAutoRepeatSubsequentInterval() - Method in class org.pushingpixels.flamingo.api.common.model.CommandButtonPresentationModel
-
- getBand(int) - Method in class org.pushingpixels.flamingo.api.ribbon.RibbonTask
-
Returns band at the specified index from this task.
- getBandCount() - Method in class org.pushingpixels.flamingo.api.ribbon.RibbonTask
-
Returns the number of bands in this task.
- getBands() - Method in class org.pushingpixels.flamingo.api.ribbon.RibbonTask
-
Returns an unmodifiable view on the ribbon bands of this task.
- getButton(int) - Method in class org.pushingpixels.flamingo.api.common.JCommandButtonStrip
-
Returns the specified button component of this strip.
- getButtonCount() - Method in class org.pushingpixels.flamingo.api.common.JCommandButtonStrip
-
Returns the number of buttons in this strip.
- getButtonMap() - Method in class org.pushingpixels.flamingo.api.common.AbstractFileViewPanel
-
Returns the button map.
- getButtonSource() - Method in class org.pushingpixels.flamingo.api.common.CommandActionEvent
-
- getCallback() - Method in class org.pushingpixels.flamingo.api.bcb.JBreadcrumbBar
-
Returns the application callback.
- getCaption() - Method in interface org.pushingpixels.flamingo.api.ribbon.synapse.model.ComponentContentModel
-
- getCaption() - Method in class org.pushingpixels.flamingo.api.ribbon.synapse.model.RibbonCheckBoxContentModel
-
- getCaption() - Method in class org.pushingpixels.flamingo.api.ribbon.synapse.model.RibbonDefaultComboBoxContentModel
-
- getCaption() - Method in class org.pushingpixels.flamingo.api.ribbon.synapse.model.RibbonSpinnerDateContentModel
-
- getCaption() - Method in class org.pushingpixels.flamingo.api.ribbon.synapse.model.RibbonSpinnerNumberContentModel
-
- getChild() - Method in class org.pushingpixels.flamingo.api.layout.TransitionLayoutEvent
-
- getCollapsedStateKeyTip() - Method in class org.pushingpixels.flamingo.api.ribbon.AbstractRibbonBand
-
Returns 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.
- getColorActivationListener() - Method in class org.pushingpixels.flamingo.api.common.popup.model.ColorSelectorPopupMenuContentModel
-
- getColorColumns() - Method in class org.pushingpixels.flamingo.api.common.popup.model.ColorSelectorPopupMenuPresentationModel
-
- getColorPreviewListener() - Method in class org.pushingpixels.flamingo.api.common.popup.model.ColorSelectorPopupMenuContentModel
-
- getColors() - Method in class org.pushingpixels.flamingo.api.common.popup.model.ColorSelectorPopupMenuGroupModel.ColorSectionModel
-
- getColorSelectorPopupMenuContentModel() - Method in class org.pushingpixels.flamingo.api.common.model.ColorSelectorCommand
-
- getCommand() - Method in class org.pushingpixels.flamingo.api.common.CommandActionEvent
-
- getCommandButtonKind() - Method in class org.pushingpixels.flamingo.api.common.JCommandButton
-
Returns the command button kind of this button.
- getCommandComponentCustomizers() - Method in class org.pushingpixels.flamingo.api.common.projection.Projection
-
- getCommandComponentSuppliers() - Method in class org.pushingpixels.flamingo.api.common.projection.Projection
-
- getCommandCount() - Method in class org.pushingpixels.flamingo.api.common.model.CommandPanelContentModel
-
- getCommandGroupByTitle(String) - Method in class org.pushingpixels.flamingo.api.ribbon.model.RibbonGalleryContentModel
-
- getCommandGroups() - Method in class org.pushingpixels.flamingo.api.common.model.CommandMenuContentModel
-
- getCommandGroups() - Method in class org.pushingpixels.flamingo.api.common.model.CommandPanelContentModel
-
- getCommandGroups() - Method in class org.pushingpixels.flamingo.api.ribbon.model.RibbonGalleryContentModel
-
- getCommandHorizontalAlignment() - Method in class org.pushingpixels.flamingo.api.common.model.CommandPanelPresentationModel
-
- getCommandIconDimension() - Method in class org.pushingpixels.flamingo.api.common.model.CommandPanelPresentationModel
-
- getCommandOverlays() - Method in class org.pushingpixels.flamingo.api.common.projection.BlackboxProjection
-
- getCommandPresentationState() - Method in class org.pushingpixels.flamingo.api.common.model.CommandPanelPresentationModel
-
- getCommandPresentationState() - Method in class org.pushingpixels.flamingo.api.common.model.CommandStripPresentationModel
-
- getCommandPresentationState() - Method in class org.pushingpixels.flamingo.api.ribbon.model.RibbonGalleryPresentationModel
-
- getCommandPreviewListener() - Method in class org.pushingpixels.flamingo.api.common.model.CommandPanelContentModel
-
- getCommands() - Method in class org.pushingpixels.flamingo.api.common.model.CommandGroup
-
- getCommands() - Method in class org.pushingpixels.flamingo.api.common.model.CommandToggleGroupModel
-
Returns an unmodifiable collection with all the commands tracked by this model.
- getComponentCustomizer() - Method in class org.pushingpixels.flamingo.api.common.projection.Projection
-
- getComponentSupplier() - Method in class org.pushingpixels.flamingo.api.common.projection.Projection
-
- getComponentSupplier(Projection<TC, CC, PC>) - Method in interface org.pushingpixels.flamingo.api.common.projection.Projection.ComponentSupplier
-
- getContentKeyTip(int) - Method in class org.pushingpixels.flamingo.api.ribbon.DefaultRibbonTaskbarKeyTipPolicy
-
- getContentKeyTip(int) - Method in interface org.pushingpixels.flamingo.api.ribbon.RibbonTaskbarKeyTipPolicy
-
Returns the keytip for the task bar content (command, component, gallery, menu link)
at the specified index.
- getContentModel() - Method in class org.pushingpixels.flamingo.api.common.projection.BlackboxProjection
-
- getContextualGroup() - Method in class org.pushingpixels.flamingo.api.ribbon.RibbonTask
-
Returns the contextual task group for this ribbon task.
- getContextualMenuContentModel() - Method in interface org.pushingpixels.flamingo.api.ribbon.JRibbon.OnShowContextualMenuListener
-
- getContextualMenuContentModel(Command) - Method in interface org.pushingpixels.flamingo.api.ribbon.JRibbon.OnShowContextualMenuListener
-
- getContextualMenuContentModel(RibbonGalleryProjection) - Method in interface org.pushingpixels.flamingo.api.ribbon.JRibbon.OnShowContextualMenuListener
-
- getContextualMenuContentModel(ComponentProjection<? extends JComponent, ? extends ComponentContentModel>) - Method in interface org.pushingpixels.flamingo.api.ribbon.JRibbon.OnShowContextualMenuListener
-
- getContextualTaskGroup(int) - Method in class org.pushingpixels.flamingo.api.ribbon.JRibbon
-
Retrieves contextual task group at specified index.
- getContextualTaskGroupCount() - Method in class org.pushingpixels.flamingo.api.ribbon.JRibbon
-
Returns the number of contextual task groups in this ribbon.
- getControlPanel() - Method in class org.pushingpixels.flamingo.api.ribbon.AbstractRibbonBand
-
Returns the control panel of this ribbon band.
- getCoreFlowPoliciesRestrictive(JFlowRibbonBand, int) - Static method in class org.pushingpixels.flamingo.api.ribbon.resize.CoreRibbonResizePolicies
-
- getCorePoliciesNone(JRibbonBand) - Static method in class org.pushingpixels.flamingo.api.ribbon.resize.CoreRibbonResizePolicies
-
Returns a list that only has a mirror resize policy that
respects the associated ribbon element priority set on the specific
components.
- getCorePoliciesPermissive(JRibbonBand) - Static method in class org.pushingpixels.flamingo.api.ribbon.resize.CoreRibbonResizePolicies
-
Returns a list that starts with a resize policy that shows all command
buttons in the
CommandButtonPresentationState.BIG and ribbon galleries
with the largest number of visible buttons.
- getCorePoliciesRestrictive(JRibbonBand) - Static method in class org.pushingpixels.flamingo.api.ribbon.resize.CoreRibbonResizePolicies
-
Returns a list that starts with a resize policy that respects the
associated ribbon element priority set on the specific components.
- getCurrentResizePolicy() - Method in class org.pushingpixels.flamingo.api.ribbon.AbstractRibbonBand
-
Returns the current resize policy of this ribbon band.
- getCustomizer() - Method in class org.pushingpixels.flamingo.api.common.popup.JPopupPanel
-
Returns the customizer of this popup panel.
- getData() - Method in class org.pushingpixels.flamingo.api.bcb.BreadcrumbItem
-
- getDelegate() - Method in class org.pushingpixels.flamingo.api.layout.TransitionLayout
-
- getDescriptionSections() - Method in class org.pushingpixels.flamingo.api.common.RichTooltip
-
Returns an unmodifiable list of description sections of this tooltip.
- getDisabledIcon() - Method in class org.pushingpixels.flamingo.api.common.AbstractCommandButton
-
Returns the associated disabled icon.
- getDisabledIconFactory() - Method in class org.pushingpixels.flamingo.api.common.model.Command
-
- getDismissDelay() - Method in class org.pushingpixels.flamingo.api.common.RichTooltipManager
-
Returns the dismissal delay value.
- getDisplayName() - Method in class org.pushingpixels.flamingo.api.common.CommandButtonPresentationState
-
Returns the display name for this state.
- getExceptionHandlers() - Method in class org.pushingpixels.flamingo.api.bcb.JBreadcrumbBar
-
Returns the list of currently registered exception handlers.
- getExpandButtonKeyTip() - Method in class org.pushingpixels.flamingo.api.ribbon.AbstractRibbonBand
-
Returns the key tip for the expand button of this ribbon band.
- getExpandButtonRichTooltip() - Method in class org.pushingpixels.flamingo.api.ribbon.AbstractRibbonBand
-
Returns the rich tooltip for the expand button of this ribbon band.
- getExpandCommandListener() - Method in class org.pushingpixels.flamingo.api.ribbon.AbstractRibbonBand
-
Returns the expand action listener of this ribbon band.
- getExpandKeyTip() - Method in class org.pushingpixels.flamingo.api.ribbon.model.RibbonGalleryPresentationModel
-
- getExtraPopupCommandGroups() - Method in class org.pushingpixels.flamingo.api.ribbon.model.RibbonGalleryContentModel
-
- getExtraText() - Method in class org.pushingpixels.flamingo.api.common.AbstractCommandButton
-
Returns the extra text of this button.
- getExtraText() - Method in class org.pushingpixels.flamingo.api.common.model.Command
-
- getFooterCommands() - Method in class org.pushingpixels.flamingo.api.ribbon.RibbonApplicationMenu
-
Returns the footer commands of this application menu.
- getFooterIcon() - Method in class org.pushingpixels.flamingo.api.common.RichTooltip
-
Returns the footer icon of this tooltip.
- getFooterSections() - Method in class org.pushingpixels.flamingo.api.common.RichTooltip
-
Returns an unmodifiable list of footer sections of this tooltip.
- getGroupButtons(int) - Method in class org.pushingpixels.flamingo.api.common.JCommandButtonPanel
-
Returns the list of all buttons in the specified button group.
- getGroupContent() - Method in class org.pushingpixels.flamingo.api.common.popup.model.ColorSelectorPopupMenuGroupModel
-
- getGroupCount() - Method in class org.pushingpixels.flamingo.api.common.JCommandButtonPanel
-
Returns the number of button groups in this panel.
- getGroupTitleAt(int) - Method in class org.pushingpixels.flamingo.api.common.JCommandButtonPanel
-
Returns the title of the command group at the specified index.
- getHGapScaleFactor() - Method in class org.pushingpixels.flamingo.api.common.AbstractCommandButton
-
Returns the horizontal gap scale factor for the content of this button.
- getHighlightedCommand() - Method in class org.pushingpixels.flamingo.api.common.model.CommandMenuContentModel
-
- getHorizontalAlignment() - Method in class org.pushingpixels.flamingo.api.common.AbstractCommandButton
-
Returns the horizontal alignment for the content of this button.
- getHorizontalAlignment() - Method in class org.pushingpixels.flamingo.api.common.model.CommandButtonPresentationModel
-
- getHorizontalAlignment() - Method in class org.pushingpixels.flamingo.api.ribbon.synapse.model.ComponentPresentationModel
-
- getHorizontalGapScaleFactor() - Method in class org.pushingpixels.flamingo.api.common.model.CommandButtonPresentationModel
-
- getHorizontalGapScaleFactor() - Method in class org.pushingpixels.flamingo.api.common.model.CommandStripPresentationModel
-
- getHueColor() - Method in class org.pushingpixels.flamingo.api.ribbon.RibbonContextualTaskGroup
-
Returns the hue color for this group.
- getIcon() - Method in class org.pushingpixels.flamingo.api.bcb.BreadcrumbItem
-
Returns the icon of this item.
- getIcon() - Method in class org.pushingpixels.flamingo.api.common.AbstractCommandButton
-
Returns the associated icon.
- getIcon(Image, Dimension) - Static method in class org.pushingpixels.flamingo.api.common.icon.ImageWrapperResizableIcon
-
Returns the icon for the specified URL.
- getIcon(InputStream, Dimension) - Static method in class org.pushingpixels.flamingo.api.common.icon.IcoWrapperResizableIcon
-
Returns the icon for the specified input stream.
- getIcon(InputStream, Dimension) - Static method in class org.pushingpixels.flamingo.api.common.icon.ImageWrapperResizableIcon
-
Returns the icon for the specified input stream.
- getIcon(URL, Dimension) - Static method in class org.pushingpixels.flamingo.api.common.icon.IcoWrapperResizableIcon
-
Returns the icon for the specified URL.
- getIcon(URL, Dimension) - Static method in class org.pushingpixels.flamingo.api.common.icon.ImageWrapperResizableIcon
-
Returns the icon for the specified URL.
- getIcon(T) - Method in interface org.pushingpixels.flamingo.api.bcb.core.BreadcrumbTreeAdapterSelector.TreeAdapter
-
Returns the icon for the specified tree node.
- getIconDimension() - Method in class org.pushingpixels.flamingo.api.common.AbstractCommandButton
-
- getIconDimension() - Method in class org.pushingpixels.flamingo.api.common.model.CommandButtonPresentationModel
-
- getIconFactory() - Method in class org.pushingpixels.flamingo.api.common.model.Command
-
- getIconFactory() - Method in class org.pushingpixels.flamingo.api.ribbon.AbstractRibbonBand
-
Returns the icon factory for the collapsed state.
- getIconFactory() - Method in class org.pushingpixels.flamingo.api.ribbon.model.RibbonGalleryContentModel
-
- getIconFactory() - Method in interface org.pushingpixels.flamingo.api.ribbon.synapse.model.ComponentContentModel
-
- getIconFactory() - Method in class org.pushingpixels.flamingo.api.ribbon.synapse.model.RibbonCheckBoxContentModel
-
- getIconFactory() - Method in class org.pushingpixels.flamingo.api.ribbon.synapse.model.RibbonDefaultComboBoxContentModel
-
- getIconFactory() - Method in class org.pushingpixels.flamingo.api.ribbon.synapse.model.RibbonSpinnerDateContentModel
-
- getIconFactory() - Method in class org.pushingpixels.flamingo.api.ribbon.synapse.model.RibbonSpinnerNumberContentModel
-
- getIconHeight() - Method in class org.pushingpixels.flamingo.api.common.icon.ColorResizableIcon
-
- getIconHeight() - Method in class org.pushingpixels.flamingo.api.common.icon.DecoratedResizableIcon
-
- getIconHeight() - Method in class org.pushingpixels.flamingo.api.common.icon.EmptyResizableIcon
-
- getIconHeight() - Method in class org.pushingpixels.flamingo.api.common.icon.FilteredResizableIcon
-
- getIconHeight() - Method in class org.pushingpixels.flamingo.api.common.icon.IconDeckResizableIcon
-
- getIconHeight() - Method in class org.pushingpixels.flamingo.api.common.icon.LayeredIcon
-
- getIconWidth() - Method in class org.pushingpixels.flamingo.api.common.icon.ColorResizableIcon
-
- getIconWidth() - Method in class org.pushingpixels.flamingo.api.common.icon.DecoratedResizableIcon
-
- getIconWidth() - Method in class org.pushingpixels.flamingo.api.common.icon.EmptyResizableIcon
-
- getIconWidth() - Method in class org.pushingpixels.flamingo.api.common.icon.FilteredResizableIcon
-
- getIconWidth() - Method in class org.pushingpixels.flamingo.api.common.icon.IconDeckResizableIcon
-
- getIconWidth() - Method in class org.pushingpixels.flamingo.api.common.icon.LayeredIcon
-
- getIndex() - Method in class org.pushingpixels.flamingo.api.bcb.BreadcrumbItem
-
Returns the index of this item.
- getIndexOfFirstChange() - Method in class org.pushingpixels.flamingo.api.bcb.BreadcrumbPathEvent
-
Returns the index of the first path item that has changed.
- getInitialDelay() - Method in class org.pushingpixels.flamingo.api.common.RichTooltipManager
-
Returns the initial delay value.
- getInstance() - Static method in class org.pushingpixels.flamingo.api.layout.TransitionLayoutManager
-
Returns the manager instance.
- getInvoker() - Method in class org.pushingpixels.flamingo.api.common.popup.JPopupPanel
-
Returns the invoker of this popup panel.
- getItem(int) - Method in class org.pushingpixels.flamingo.api.bcb.BreadcrumbBarModel
-
Returns the model item at the specified index.
- getItemCount() - Method in class org.pushingpixels.flamingo.api.bcb.BreadcrumbBarModel
-
Returns the number of items in this model.
- getItems() - Method in class org.pushingpixels.flamingo.api.bcb.BreadcrumbBarModel
-
Returns an unmodifiable list of the items in this model.
- getKey() - Method in class org.pushingpixels.flamingo.api.bcb.BreadcrumbItem
-
- getKey() - Method in class org.pushingpixels.flamingo.api.common.KeyValuePair
-
Returns the pair key.
- getKeyTip() - Method in class org.pushingpixels.flamingo.api.ribbon.RibbonTask
-
Returns the key tip for the task button of this task.
- getKeyTip() - Method in class org.pushingpixels.flamingo.api.ribbon.synapse.model.ComponentPresentationModel
-
- getLayoutInfo(AbstractCommandButton) - Method in interface org.pushingpixels.flamingo.api.common.CommandButtonLayoutManager
-
Returns the layout information for the specified command button.
- getLayoutKind() - Method in class org.pushingpixels.flamingo.api.common.model.CommandPanelPresentationModel
-
- getLeafContent(T) - Method in class org.pushingpixels.flamingo.api.bcb.BreadcrumbBarCallBack
-
Returns the input stream with the leaf content.
- getLeafContent(T) - Method in class org.pushingpixels.flamingo.api.common.AbstractFileViewPanel
-
Returns the input stream with the file contents.
- getLeafName() - Method in class org.pushingpixels.flamingo.api.common.AbstractFileViewPanel.Leaf
-
Returns the leaf name.
- getLeafProp(String) - Method in class org.pushingpixels.flamingo.api.common.AbstractFileViewPanel.Leaf
-
Returns the leaf property with the specified name.
- getLeafProps() - Method in class org.pushingpixels.flamingo.api.common.AbstractFileViewPanel.Leaf
-
Returns the map of all the properties of this leaf.
- getLeafs(List<BreadcrumbItem<T>>) - Method in class org.pushingpixels.flamingo.api.bcb.BreadcrumbBarCallBack
-
Returns the leaf elements that correspond to the specified path.
- getLeafStream() - Method in class org.pushingpixels.flamingo.api.common.AbstractFileViewPanel.Leaf
-
Returns the stream with the contents of the leaf file.
- getLoadedIconCount() - Method in class org.pushingpixels.flamingo.api.common.AbstractFileViewPanel
-
Returns the number of loaded icons.
- getLocationOrderKind() - Method in class org.pushingpixels.flamingo.api.common.AbstractCommandButton
-
Returns the location order kind for buttons placed in command button
strips or for buttons that need the visuals of segmented strips.
- getMainButtonPanel() - Method in class org.pushingpixels.flamingo.api.common.popup.JCommandPopupMenu
-
Returns the command button panel of this menu.
- getMainIcon() - Method in class org.pushingpixels.flamingo.api.common.RichTooltip
-
Returns the main icon of this tooltip.
- getMaxColumns() - Method in class org.pushingpixels.flamingo.api.common.model.CommandPanelPresentationModel
-
- getMaximum() - Method in class org.pushingpixels.flamingo.api.common.ProgressEvent
-
Returns the maximum value of the available progress range.
- getMaxRows() - Method in class org.pushingpixels.flamingo.api.common.model.CommandPanelPresentationModel
-
- getMaxVisibleMenuCommands() - Method in class org.pushingpixels.flamingo.api.common.popup.model.CommandPopupMenuPresentationModel
-
- getMenuComponents() - Method in class org.pushingpixels.flamingo.api.common.popup.AbstractPopupMenu
-
Returns an unmodifiable list of all the menu components.
- getMenuGroups() - Method in class org.pushingpixels.flamingo.api.common.popup.model.ColorSelectorPopupMenuContentModel
-
- getMenuPresentationState() - Method in class org.pushingpixels.flamingo.api.common.popup.model.ColorSelectorPopupMenuPresentationModel
-
- getMenuPresentationState() - Method in class org.pushingpixels.flamingo.api.common.popup.model.CommandPopupMenuPresentationModel
-
- getMinimum() - Method in class org.pushingpixels.flamingo.api.common.ProgressEvent
-
Returns the minimum value of the available progress range.
- getModel() - Method in class org.pushingpixels.flamingo.api.bcb.JBreadcrumbBar
-
Returns the model of this breadcrumb bar.
- getOnShowContextualMenuListener() - Method in class org.pushingpixels.flamingo.api.ribbon.JRibbon
-
- getOrientation() - Method in class org.pushingpixels.flamingo.api.common.model.CommandStripPresentationModel
-
- getOverflowButtonKeyTip() - Method in class org.pushingpixels.flamingo.api.ribbon.DefaultRibbonTaskbarKeyTipPolicy
-
- getOverflowButtonKeyTip() - Method in interface org.pushingpixels.flamingo.api.ribbon.RibbonTaskbarKeyTipPolicy
-
Returns the keytip for the overflow button of the task bar.
- getPanelContentModel() - Method in class org.pushingpixels.flamingo.api.common.model.CommandMenuContentModel
-
- getPanelPresentationModel() - Method in class org.pushingpixels.flamingo.api.common.popup.model.CommandPopupMenuPresentationModel
-
- getPathChoices(List<BreadcrumbItem<T>>) - Method in class org.pushingpixels.flamingo.api.bcb.BreadcrumbBarCallBack
-
Returns the choice elements that correspond to the specified path.
- getPopupCallback() - Method in class org.pushingpixels.flamingo.api.common.JCommandButton
-
Returns the associated popup callback.
- getPopupKeyTip() - Method in class org.pushingpixels.flamingo.api.common.JCommandButton
-
Returns the key tip for the popup area of this button.
- getPopupKeyTip() - Method in class org.pushingpixels.flamingo.api.common.model.CommandButtonPresentationModel
-
- getPopupKeyTipAnchorCenterPoint(AbstractCommandButton) - Method in interface org.pushingpixels.flamingo.api.common.CommandButtonLayoutManager
-
Returns the anchor center point of the popup key tip of the specified command
button.
- getPopupMenuCustomizer() - Method in class org.pushingpixels.flamingo.api.common.projection.CommandButtonProjection
-
- getPopupMenuPresentationModel() - Method in class org.pushingpixels.flamingo.api.common.model.CommandButtonPresentationModel
-
- getPopupMenuSupplier() - Method in class org.pushingpixels.flamingo.api.common.projection.CommandButtonProjection
-
- getPopupModel() - Method in class org.pushingpixels.flamingo.api.common.JCommandButton
-
Returns the popup model of this button.
- getPopupOrientationKind() - Method in class org.pushingpixels.flamingo.api.common.JCommandButton
-
Returns the popup orientation kind of this button.
- getPopupOrientationKind() - Method in class org.pushingpixels.flamingo.api.common.model.CommandButtonPresentationModel
-
- getPopupOrientationKind() - Method in class org.pushingpixels.flamingo.api.common.model.CommandPanelPresentationModel
-
- getPopupOrientationKind() - Method in class org.pushingpixels.flamingo.api.common.popup.model.CommandPopupMenuPresentationModel
-
- getPopupOriginator() - Method in class org.pushingpixels.flamingo.api.common.popup.PopupPanelManager.PopupEvent
-
Returns the popup originator component.
- getPopupOriginator() - Method in class org.pushingpixels.flamingo.api.common.popup.PopupPanelManager.PopupInfo
-
Returns the originating component.
- getPopupPanel() - Method in class org.pushingpixels.flamingo.api.common.popup.PopupPanelManager.PopupInfo
-
Returns the popup panel.
- getPopupPanel(JCommandButton) - Method in interface org.pushingpixels.flamingo.api.common.popup.PopupPanelCallback
-
Returns the popup panel to be shown when the popup area of the specified
command button is activated.
- getPopupRibbonBand() - Method in class org.pushingpixels.flamingo.api.ribbon.AbstractRibbonBand
-
Returns the ribbon band shown in a popup panel when this ribbon band is
in a collapsed state.
- getPreferredButtonWidth(JBandControlPanel.ControlPanelGroup, int) - Method in class org.pushingpixels.flamingo.api.ribbon.resize.CoreRibbonResizePolicies.BaseCoreRibbonBandResizePolicy
-
Returns the preferred width of all the buttons in the specified
control panel group.
- getPreferredIconSize() - Method in class org.pushingpixels.flamingo.api.common.CommandButtonPresentationState
-
Returns the preferred icon size for this state.
- getPreferredIconSize(AbstractCommandButton) - Method in interface org.pushingpixels.flamingo.api.common.CommandButtonLayoutManager
-
Returns the preferred icon size of the specified command button when it uses
this layout manager.
- getPreferredPopupMaxCommandColumns() - Method in class org.pushingpixels.flamingo.api.ribbon.model.RibbonGalleryPresentationModel
-
- getPreferredPopupMaxVisibleCommandRows() - Method in class org.pushingpixels.flamingo.api.ribbon.model.RibbonGalleryPresentationModel
-
- getPreferredScrollableViewportSize() - Method in class org.pushingpixels.flamingo.api.common.JCommandButtonPanel
-
- getPreferredSize(AbstractCommandButton) - Method in interface org.pushingpixels.flamingo.api.common.CommandButtonLayoutManager
-
Returns the preferred size of the specified command button when it uses
this layout manager.
- getPreferredVisibleCommandCounts() - Method in class org.pushingpixels.flamingo.api.ribbon.model.RibbonGalleryPresentationModel
-
- getPreferredWidth(int, int) - Method in class org.pushingpixels.flamingo.api.ribbon.resize.CoreRibbonResizePolicies.BaseCoreRibbonBandResizePolicy
-
- getPreferredWidth(int, int) - Method in class org.pushingpixels.flamingo.api.ribbon.resize.CoreRibbonResizePolicies.FlowThreeRows
-
- getPreferredWidth(int, int) - Method in class org.pushingpixels.flamingo.api.ribbon.resize.CoreRibbonResizePolicies.FlowTwoRows
-
- getPreferredWidth(int, int) - Method in class org.pushingpixels.flamingo.api.ribbon.resize.CoreRibbonResizePolicies.IconRibbonBandResizePolicy
-
- getPreferredWidth(int, int) - Method in interface org.pushingpixels.flamingo.api.ribbon.resize.RibbonBandResizePolicy
-
Returns the preferred width of the associated ribbon band under the
specified dimensions.
- getPresentationModel() - Method in class org.pushingpixels.flamingo.api.common.projection.BlackboxProjection
-
- getPresentationState() - Method in class org.pushingpixels.flamingo.api.common.AbstractCommandButton
-
Return the current presentation state of this button.
- getPresentationState() - Method in class org.pushingpixels.flamingo.api.common.model.CommandButtonPresentationModel
-
- getProgress() - Method in class org.pushingpixels.flamingo.api.common.ProgressEvent
-
Returns the current value of the progress.
- getProgressListener() - Method in class org.pushingpixels.flamingo.api.common.AbstractFileViewPanel
-
- getProjection() - Method in class org.pushingpixels.flamingo.api.common.AbstractCommandButton
-
- getProjection() - Method in class org.pushingpixels.flamingo.api.common.JCommandButtonPanel
-
- getProjection() - Method in class org.pushingpixels.flamingo.api.common.JCommandButtonStrip
-
- getProjection() - Method in class org.pushingpixels.flamingo.api.common.popup.JColorSelectorPopupMenu
-
- getProjection() - Method in class org.pushingpixels.flamingo.api.common.popup.JCommandPopupMenu
-
- getProps() - Method in class org.pushingpixels.flamingo.api.common.KeyValuePair
-
Returns all attached properties.
- getRecentlyUsedColors() - Static method in class org.pushingpixels.flamingo.api.common.popup.JColorSelectorPopupMenu
-
- getResizableIcon(AbstractFileViewPanel.Leaf, InputStream, CommandButtonPresentationState, Dimension) - Method in class org.pushingpixels.flamingo.api.common.AbstractFileViewPanel
-
Returns the icon for the specified parameters.
- getResizePolicies() - Method in class org.pushingpixels.flamingo.api.ribbon.AbstractRibbonBand
-
Returns an unmodifiable list of available resize policies of this ribbon
band.
- getResizeSequencingPolicy() - Method in class org.pushingpixels.flamingo.api.ribbon.RibbonTask
-
Returns the current resize sequencing policy of this ribbon task.
- getRibbon() - Method in class org.pushingpixels.flamingo.api.ribbon.JRibbonFrame
-
Returns the ribbon component.
- getRibbonFrame() - Method in class org.pushingpixels.flamingo.api.ribbon.JRibbon
-
Returns the ribbon frame that hosts this ribbon.
- getRichTooltip() - Method in interface org.pushingpixels.flamingo.api.ribbon.synapse.model.ComponentContentModel
-
- getRichTooltip() - Method in class org.pushingpixels.flamingo.api.ribbon.synapse.model.RibbonCheckBoxContentModel
-
- getRichTooltip() - Method in class org.pushingpixels.flamingo.api.ribbon.synapse.model.RibbonDefaultComboBoxContentModel
-
- getRichTooltip() - Method in class org.pushingpixels.flamingo.api.ribbon.synapse.model.RibbonSpinnerDateContentModel
-
- getRichTooltip() - Method in class org.pushingpixels.flamingo.api.ribbon.synapse.model.RibbonSpinnerNumberContentModel
-
- getRichTooltip(MouseEvent) - Method in class org.pushingpixels.flamingo.api.common.AbstractCommandButton
-
- getRichTooltip(MouseEvent) - Method in class org.pushingpixels.flamingo.api.common.JCommandButton
-
- getRichTooltip(MouseEvent) - Method in class org.pushingpixels.flamingo.api.common.RichTooltipManager.JTrackableComponent
-
- getScreenBounds() - Method in interface org.pushingpixels.flamingo.api.common.popup.JPopupPanel.PopupPanelCustomizer
-
Returns the requested screen bounds of the associated popup panel.
- getScrollableBlockIncrement(Rectangle, int, int) - Method in class org.pushingpixels.flamingo.api.common.JCommandButtonPanel
-
- getScrollableTracksViewportHeight() - Method in class org.pushingpixels.flamingo.api.common.JCommandButtonPanel
-
- getScrollableTracksViewportWidth() - Method in class org.pushingpixels.flamingo.api.common.JCommandButtonPanel
-
- getScrollableUnitIncrement(Rectangle, int, int) - Method in class org.pushingpixels.flamingo.api.common.JCommandButtonPanel
-
- getScrollType() - Method in class org.pushingpixels.flamingo.api.common.JScrollablePanel
-
- getSecondaryContentModel() - Method in class org.pushingpixels.flamingo.api.common.model.Command
-
- getSecondaryLevelCommandPresentationState() - Method in class org.pushingpixels.flamingo.api.ribbon.projection.RibbonApplicationMenuCommandButtonProjection
-
- getSecondaryRichTooltip() - Method in class org.pushingpixels.flamingo.api.common.model.Command
-
- getSelected() - Method in class org.pushingpixels.flamingo.api.common.model.CommandToggleGroupModel
-
Returns the selected command of this group model.
- getSelectedCommand() - Method in class org.pushingpixels.flamingo.api.common.JCommandButtonPanel
-
- getSelectedCommand() - Method in class org.pushingpixels.flamingo.api.ribbon.model.RibbonGalleryContentModel
-
- getSelectedTask() - Method in class org.pushingpixels.flamingo.api.ribbon.JRibbon
-
Returns the currently selected task.
- getShownPath() - Method in class org.pushingpixels.flamingo.api.common.popup.PopupPanelManager
-
Returns all currently shown popup panels.
- getSource() - Method in class org.pushingpixels.flamingo.api.bcb.BreadcrumbPathEvent
-
Returns the source model of this event.
- getTask(int) - Method in class org.pushingpixels.flamingo.api.ribbon.JRibbon
-
Retrieves the regular task at specified index.
- getTask(int) - Method in class org.pushingpixels.flamingo.api.ribbon.RibbonContextualTaskGroup
-
Returns task at the specified index from this group.
- getTaskbarComponents() - Method in class org.pushingpixels.flamingo.api.ribbon.JRibbon
-
- getTaskbarKeyTipPolicy() - Method in class org.pushingpixels.flamingo.api.ribbon.JRibbon
-
- getTaskCount() - Method in class org.pushingpixels.flamingo.api.ribbon.JRibbon
-
Returns the number of regular tasks in this ribbon.
- getTaskCount() - Method in class org.pushingpixels.flamingo.api.ribbon.RibbonContextualTaskGroup
-
Returns the number of tasks in this group.
- getText() - Method in class org.pushingpixels.flamingo.api.common.AbstractCommandButton
-
Returns the text of this button.
- getText() - Method in class org.pushingpixels.flamingo.api.common.model.Command
-
- getText() - Method in class org.pushingpixels.flamingo.api.ribbon.synapse.model.RibbonCheckBoxContentModel
-
- getTitle() - Method in class org.pushingpixels.flamingo.api.common.model.CommandGroup
-
- getTitle() - Method in class org.pushingpixels.flamingo.api.common.popup.model.ColorSelectorPopupMenuGroupModel.ColorSectionModel
-
- getTitle() - Method in class org.pushingpixels.flamingo.api.common.RichTooltip
-
Returns the main title of this tooltip.
- getTitle() - Method in class org.pushingpixels.flamingo.api.ribbon.AbstractRibbonBand
-
Returns the title of this band.
- getTitle() - Method in class org.pushingpixels.flamingo.api.ribbon.RibbonContextualTaskGroup
-
Returns the name of this group.
- getTitle() - Method in class org.pushingpixels.flamingo.api.ribbon.RibbonTask
-
Returns the title of this task.
- getToggleGroupModel() - Method in class org.pushingpixels.flamingo.api.common.model.Command
-
- getUI() - Method in class org.pushingpixels.flamingo.api.bcb.JBreadcrumbBar
-
Returns the UI delegate for this component.
- getUI() - Method in class org.pushingpixels.flamingo.api.common.AbstractCommandButton
-
Returns the UI delegate for this button.
- getUI() - Method in class org.pushingpixels.flamingo.api.common.JCommandButtonPanel
-
Returns the UI delegate for this component.
- getUI() - Method in class org.pushingpixels.flamingo.api.common.JCommandButtonStrip
-
Returns the UI delegate for this component.
- getUI() - Method in class org.pushingpixels.flamingo.api.common.JScrollablePanel
-
- getUI() - Method in class org.pushingpixels.flamingo.api.common.popup.JPopupPanel
-
- getUI() - Method in class org.pushingpixels.flamingo.api.ribbon.AbstractRibbonBand
-
Returns the UI delegate for this component.
- getUI() - Method in class org.pushingpixels.flamingo.api.ribbon.JRibbon
-
Returns the UI delegate for this component.
- getUIClassID() - Method in class org.pushingpixels.flamingo.api.bcb.JBreadcrumbBar
-
Returns the name of the UI delegate for this component.
- getUIClassID() - Method in class org.pushingpixels.flamingo.api.common.JCommandButton
-
- getUIClassID() - Method in class org.pushingpixels.flamingo.api.common.JCommandButtonPanel
-
- getUIClassID() - Method in class org.pushingpixels.flamingo.api.common.JCommandButtonStrip
-
Returns the name of the UI delegate for this component.
- getUIClassID() - Method in class org.pushingpixels.flamingo.api.common.JCommandMenuButton
-
- getUIClassID() - Method in class org.pushingpixels.flamingo.api.common.JCommandToggleButton
-
- getUIClassID() - Method in class org.pushingpixels.flamingo.api.common.JCommandToggleMenuButton
-
- getUIClassID() - Method in class org.pushingpixels.flamingo.api.common.JScrollablePanel
-
- getUIClassID() - Method in class org.pushingpixels.flamingo.api.common.popup.JColorSelectorPopupMenu
-
- getUIClassID() - Method in class org.pushingpixels.flamingo.api.common.popup.JCommandPopupMenu
-
- getUIClassID() - Method in class org.pushingpixels.flamingo.api.common.popup.JPopupPanel
-
- getUIClassID() - Method in class org.pushingpixels.flamingo.api.ribbon.AbstractRibbonBand
-
- getUIClassID() - Method in class org.pushingpixels.flamingo.api.ribbon.JRibbon
-
- getValue() - Method in class org.pushingpixels.flamingo.api.common.KeyValuePair
-
Returns the pair value.
- getVerticalGapScaleFactor() - Method in class org.pushingpixels.flamingo.api.common.model.CommandButtonPresentationModel
-
- getVerticalGapScaleFactor() - Method in class org.pushingpixels.flamingo.api.common.model.CommandStripPresentationModel
-
- getVGapScaleFactor() - Method in class org.pushingpixels.flamingo.api.common.AbstractCommandButton
-
Returns the vertical gap scale factor for the content of this button.
- getView() - Method in class org.pushingpixels.flamingo.api.common.JScrollablePanel
-
- getWidth(int, List<AbstractCommandButton>, List<AbstractCommandButton>, List<AbstractCommandButton>) - Method in class org.pushingpixels.flamingo.api.ribbon.resize.CoreRibbonResizePolicies.BaseCoreRibbonBandResizePolicy
-
Returns the total width of the specified buttons.
- GlobalPopupMenu(Projection<JCommandPopupMenu, CommandMenuContentModel, CommandPopupMenuPresentationModel>) - Constructor for class org.pushingpixels.flamingo.api.ribbon.JRibbonFrame.GlobalPopupMenu
-
- RECENTS_SECTION - org.pushingpixels.flamingo.api.common.popup.model.ColorSelectorPopupMenuGroupModel.GroupEntryKind
-
- registerComponent(RichTooltipManager.JTrackableComponent) - Method in class org.pushingpixels.flamingo.api.common.RichTooltipManager
-
Registers a component for tooltip management.
- remove(Command) - Method in class org.pushingpixels.flamingo.api.common.model.CommandToggleGroupModel
-
Removes the specified command from the group.
- removeAll() - Method in class org.pushingpixels.flamingo.api.common.model.CommandToggleGroupModel
-
- removeAllCommandGroups() - Method in class org.pushingpixels.flamingo.api.common.model.CommandMenuContentModel
-
- removeAllCommandGroups() - Method in class org.pushingpixels.flamingo.api.common.model.CommandPanelContentModel
-
- removeAllCommands() - Method in class org.pushingpixels.flamingo.api.common.model.CommandGroup
-
- removeAllMenuGroups() - Method in class org.pushingpixels.flamingo.api.common.popup.model.ColorSelectorPopupMenuContentModel
-
- removeAnchoredCommand(CommandButtonProjection) - Method in class org.pushingpixels.flamingo.api.ribbon.JRibbon
-
Removes the specified ribbon command from the trailing edge of the task toggle strip of this
ribbon.
- removeAsynchronousLoadListener(AsynchronousLoadListener) - Method in class org.pushingpixels.flamingo.api.common.icon.DecoratedResizableIcon
-
- removeAsynchronousLoadListener(AsynchronousLoadListener) - Method in class org.pushingpixels.flamingo.api.common.icon.IconDeckResizableIcon
-
- removeChangeListener(ChangeListener) - Method in class org.pushingpixels.flamingo.api.common.AbstractCommandButton
-
Removes the specified change listener from this button.
- removeChangeListener(ChangeListener) - Method in class org.pushingpixels.flamingo.api.common.JScrollablePanel
-
- removeChangeListener(ChangeListener) - Method in class org.pushingpixels.flamingo.api.common.model.Command
-
Removes the specified change listener from tracking changes to this model.
- removeChangeListener(ChangeListener) - Method in class org.pushingpixels.flamingo.api.common.model.CommandMenuContentModel
-
Removes the specified change listener from tracking changes to this model.
- removeChangeListener(ChangeListener) - Method in class org.pushingpixels.flamingo.api.common.model.CommandPanelContentModel
-
Removes the specified change listener from tracking changes to this model.
- removeChangeListener(ChangeListener) - Method in class org.pushingpixels.flamingo.api.common.model.CommandPanelPresentationModel
-
Removes the specified change listener from tracking changes to the model.
- removeChangeListener(ChangeListener) - Method in class org.pushingpixels.flamingo.api.common.popup.AbstractPopupMenu
-
Removes the specified change listener from tracking changes to this popup
menu.
- removeChangeListener(ChangeListener) - Method in class org.pushingpixels.flamingo.api.common.popup.model.ColorSelectorPopupMenuContentModel
-
Removes the specified change listener from tracking changes to this model.
- removeChangeListener(ChangeListener) - Method in class org.pushingpixels.flamingo.api.common.popup.model.ColorSelectorPopupMenuGroupModel
-
Removes the specified change listener from tracking changes to this model.
- removeChangeListener(ChangeListener) - Method in class org.pushingpixels.flamingo.api.ribbon.JRibbon
-
Removes the specified change listener from tracking changes to this ribbon.
- removeChangeListener(ChangeListener) - Method in class org.pushingpixels.flamingo.api.ribbon.model.RibbonGalleryContentModel
-
Removes the specified change listener from tracking changes to the model.
- removeCommand(Command) - Method in class org.pushingpixels.flamingo.api.common.model.CommandGroup
-
- removeCommandActivationListener(RibbonGalleryContentModel.GalleryCommandAction) - Method in class org.pushingpixels.flamingo.api.ribbon.model.RibbonGalleryContentModel
-
- removeCommandGroup(CommandGroup) - Method in class org.pushingpixels.flamingo.api.common.model.CommandMenuContentModel
-
- removeCommandGroup(CommandGroup) - Method in class org.pushingpixels.flamingo.api.common.model.CommandPanelContentModel
-
- removeCommandGroup(CommandGroup) - Method in class org.pushingpixels.flamingo.api.ribbon.model.RibbonGalleryContentModel
-
- removeCommandGroupListener(CommandGroup.CommandGroupListener) - Method in class org.pushingpixels.flamingo.api.common.model.CommandGroup
-
Removes a CommandGroupListener from the model.
- removeCommandListener(CommandAction) - Method in class org.pushingpixels.flamingo.api.common.AbstractCommandButton
-
Removes the specified command listener from this button.
- removeCommandPreviewListener(RibbonGalleryContentModel.GalleryCommandActionPreview) - Method in class org.pushingpixels.flamingo.api.ribbon.model.RibbonGalleryContentModel
-
- removeExceptionHandler(BreadcrumbBarExceptionHandler) - Method in class org.pushingpixels.flamingo.api.bcb.JBreadcrumbBar
-
Unregisters the specified exception handler.
- removeExtraPopupCommandGroup(CommandGroup) - Method in class org.pushingpixels.flamingo.api.ribbon.model.RibbonGalleryContentModel
-
- removeIconDecorator(DecoratedResizableIcon.IconDecorator) - Method in class org.pushingpixels.flamingo.api.common.icon.DecoratedResizableIcon
-
Removes the specified decorator.
- removeLast() - Method in class org.pushingpixels.flamingo.api.bcb.BreadcrumbBarModel
-
Removes the last item in this model.
- removeLayoutComponent(Component) - Method in class org.pushingpixels.flamingo.api.layout.TransitionLayout
-
- removeMenuGroup(ColorSelectorPopupMenuGroupModel) - Method in class org.pushingpixels.flamingo.api.common.popup.model.ColorSelectorPopupMenuContentModel
-
- removePathListener(BreadcrumbPathListener<T>) - Method in class org.pushingpixels.flamingo.api.bcb.BreadcrumbBarModel
-
Removes the specified path listener from this model.
- removePopupActionListener(PopupActionListener) - Method in interface org.pushingpixels.flamingo.api.common.model.PopupButtonModel
-
Removes an PopupActionListener from the model.
- removePopupListener(PopupPanelManager.PopupListener) - Method in class org.pushingpixels.flamingo.api.common.popup.PopupPanelManager
-
Removes the specified popup listener.
- removePropertyChangeListener(PropertyChangeListener) - Method in class org.pushingpixels.flamingo.api.common.model.Command
-
- removePropertyChangeListener(PropertyChangeListener) - Method in class org.pushingpixels.flamingo.api.common.model.CommandGroup
-
- removePropertyChangeListener(PropertyChangeListener) - Method in interface org.pushingpixels.flamingo.api.ribbon.synapse.model.ComponentContentModel
-
- removePropertyChangeListener(PropertyChangeListener) - Method in class org.pushingpixels.flamingo.api.ribbon.synapse.model.RibbonCheckBoxContentModel
-
- removePropertyChangeListener(PropertyChangeListener) - Method in class org.pushingpixels.flamingo.api.ribbon.synapse.model.RibbonDefaultComboBoxContentModel
-
- removePropertyChangeListener(PropertyChangeListener) - Method in class org.pushingpixels.flamingo.api.ribbon.synapse.model.RibbonSpinnerDateContentModel
-
- removePropertyChangeListener(PropertyChangeListener) - Method in class org.pushingpixels.flamingo.api.ribbon.synapse.model.RibbonSpinnerNumberContentModel
-
- removeRolloverActionListener(RolloverActionListener) - Method in class org.pushingpixels.flamingo.api.common.JCommandMenuButton
-
Removes the specified rollover action listener.
- removeTaskbarCommand(Command) - Method in class org.pushingpixels.flamingo.api.ribbon.JRibbon
-
- removeTaskbarComponent(ComponentContentModel) - Method in class org.pushingpixels.flamingo.api.ribbon.JRibbon
-
- removeTaskbarGallery(RibbonGalleryContentModel) - Method in class org.pushingpixels.flamingo.api.ribbon.JRibbon
-
- removeTransitionLayoutListener(TransitionLayoutListener) - Method in class org.pushingpixels.flamingo.api.layout.TransitionLayout
-
- repaint(Component) - Method in class org.pushingpixels.flamingo.api.layout.TransitionLayout
-
- replace(List<BreadcrumbItem<T>>) - Method in class org.pushingpixels.flamingo.api.bcb.BreadcrumbBarModel
-
Replaces the current item list with the specified list.
- reproject(CommandButtonPresentationModel) - Method in class org.pushingpixels.flamingo.api.common.projection.CommandButtonProjection
-
- reproject(CommandButtonPresentationModel) - Method in class org.pushingpixels.flamingo.api.ribbon.projection.RibbonApplicationMenuCommandButtonProjection
-
- reset() - Method in class org.pushingpixels.flamingo.api.bcb.BreadcrumbBarModel
-
Resets this model, removing all the items.
- reset() - Method in class org.pushingpixels.flamingo.api.ribbon.resize.CoreRibbonResizeSequencingPolicies.CollapseFromLast
-
- reset() - Method in class org.pushingpixels.flamingo.api.ribbon.resize.CoreRibbonResizeSequencingPolicies.RoundRobin
-
- reset() - Method in interface org.pushingpixels.flamingo.api.ribbon.resize.RibbonBandResizeSequencingPolicy
-
Resets this policy.
- resizePolicies - Variable in class org.pushingpixels.flamingo.api.ribbon.AbstractRibbonBand
-
The list of available resize policies.
- RIBBON_APP_MENU_SECONDARY_LEVEL - Static variable in class org.pushingpixels.flamingo.api.ribbon.projection.RibbonApplicationMenuCommandButtonProjection
-
- RibbonApplicationMenu - Class in org.pushingpixels.flamingo.api.ribbon
-
Metadata description of the application menu of the
JRibbon component.
- RibbonApplicationMenu(List<CommandGroup>) - Constructor for class org.pushingpixels.flamingo.api.ribbon.RibbonApplicationMenu
-
- RibbonApplicationMenu(CommandGroup) - Constructor for class org.pushingpixels.flamingo.api.ribbon.RibbonApplicationMenu
-
- RibbonApplicationMenu(CommandGroup...) - Constructor for class org.pushingpixels.flamingo.api.ribbon.RibbonApplicationMenu
-
- RibbonApplicationMenuCommandButtonProjection - Class in org.pushingpixels.flamingo.api.ribbon.projection
-
- RibbonApplicationMenuCommandButtonProjection(Command, CommandButtonPresentationModel) - Constructor for class org.pushingpixels.flamingo.api.ribbon.projection.RibbonApplicationMenuCommandButtonProjection
-
- ribbonBand - Variable in class org.pushingpixels.flamingo.api.ribbon.resize.CoreRibbonResizePolicies.BaseRibbonBandResizePolicy
-
The associated ribbon band.
- RibbonBandResizePolicy - Interface in org.pushingpixels.flamingo.api.ribbon.resize
-
- RibbonBandResizeSequencingPolicy - Interface in org.pushingpixels.flamingo.api.ribbon.resize
-
Defines the resize sequencing policies for
RibbonTasks.
- RibbonCheckBoxContentModel - Class in org.pushingpixels.flamingo.api.ribbon.synapse.model
-
- RibbonCheckBoxContentModel.Builder - Class in org.pushingpixels.flamingo.api.ribbon.synapse.model
-
- RibbonCheckBoxProjection - Class in org.pushingpixels.flamingo.api.ribbon.synapse.projection
-
- RibbonCheckBoxProjection(RibbonCheckBoxContentModel, ComponentPresentationModel) - Constructor for class org.pushingpixels.flamingo.api.ribbon.synapse.projection.RibbonCheckBoxProjection
-
- RibbonComboBoxContentModel<E> - Interface in org.pushingpixels.flamingo.api.ribbon.synapse.model
-
- RibbonComboBoxProjection - Class in org.pushingpixels.flamingo.api.ribbon.synapse.projection
-
- RibbonComboBoxProjection(RibbonComboBoxContentModel, ComponentPresentationModel) - Constructor for class org.pushingpixels.flamingo.api.ribbon.synapse.projection.RibbonComboBoxProjection
-
- RibbonContextualTaskGroup - Class in org.pushingpixels.flamingo.api.ribbon
-
- RibbonContextualTaskGroup(String, Color, Iterable<RibbonTask>) - Constructor for class org.pushingpixels.flamingo.api.ribbon.RibbonContextualTaskGroup
-
Creates a task contextual group that contains the specified tasks.
- RibbonContextualTaskGroup(String, Color, RibbonTask...) - Constructor for class org.pushingpixels.flamingo.api.ribbon.RibbonContextualTaskGroup
-
Creates a task contextual group that contains the specified tasks.
- RibbonDefaultComboBoxContentModel<E> - Class in org.pushingpixels.flamingo.api.ribbon.synapse.model
-
- RibbonDefaultComboBoxContentModel.Builder<E> - Class in org.pushingpixels.flamingo.api.ribbon.synapse.model
-
- RibbonGalleryContentModel - Class in org.pushingpixels.flamingo.api.ribbon.model
-
- RibbonGalleryContentModel(ResizableIcon.Factory, List<CommandGroup>) - Constructor for class org.pushingpixels.flamingo.api.ribbon.model.RibbonGalleryContentModel
-
- RibbonGalleryContentModel.GalleryCommandAction - Interface in org.pushingpixels.flamingo.api.ribbon.model
-
Listener for tracking command activation events.
- RibbonGalleryContentModel.GalleryCommandActionPreview - Interface in org.pushingpixels.flamingo.api.ribbon.model
-
Listener for tracking command preview events.
- RibbonGalleryPresentationModel - Class in org.pushingpixels.flamingo.api.ribbon.model
-
- RibbonGalleryPresentationModel.Builder - Class in org.pushingpixels.flamingo.api.ribbon.model
-
- RibbonGalleryProjection - Class in org.pushingpixels.flamingo.api.ribbon.projection
-
- RibbonGalleryProjection(RibbonGalleryContentModel, RibbonGalleryPresentationModel) - Constructor for class org.pushingpixels.flamingo.api.ribbon.projection.RibbonGalleryProjection
-
- RibbonSpinnerContentModel - Interface in org.pushingpixels.flamingo.api.ribbon.synapse.model
-
- RibbonSpinnerDateContentModel - Class in org.pushingpixels.flamingo.api.ribbon.synapse.model
-
- RibbonSpinnerDateContentModel() - Constructor for class org.pushingpixels.flamingo.api.ribbon.synapse.model.RibbonSpinnerDateContentModel
-
- RibbonSpinnerDateContentModel(Date, Comparable, Comparable, int) - Constructor for class org.pushingpixels.flamingo.api.ribbon.synapse.model.RibbonSpinnerDateContentModel
-
- RibbonSpinnerDateContentModel.Builder - Class in org.pushingpixels.flamingo.api.ribbon.synapse.model
-
- RibbonSpinnerNumberContentModel - Class in org.pushingpixels.flamingo.api.ribbon.synapse.model
-
- RibbonSpinnerNumberContentModel(int, int, int, int) - Constructor for class org.pushingpixels.flamingo.api.ribbon.synapse.model.RibbonSpinnerNumberContentModel
-
- RibbonSpinnerNumberContentModel.Builder - Class in org.pushingpixels.flamingo.api.ribbon.synapse.model
-
- RibbonSpinnerProjection - Class in org.pushingpixels.flamingo.api.ribbon.synapse.projection
-
- RibbonSpinnerProjection(RibbonSpinnerContentModel, ComponentPresentationModel) - Constructor for class org.pushingpixels.flamingo.api.ribbon.synapse.projection.RibbonSpinnerProjection
-
- ribbonTask - Variable in class org.pushingpixels.flamingo.api.ribbon.resize.BaseRibbonBandResizeSequencingPolicy
-
The associated ribbon task.
- RibbonTask - Class in org.pushingpixels.flamingo.api.ribbon
-
- RibbonTask(String, Iterable<AbstractRibbonBand>) - Constructor for class org.pushingpixels.flamingo.api.ribbon.RibbonTask
-
Creates a ribbon task that contains the specified bands.
- RibbonTask(String, AbstractRibbonBand...) - Constructor for class org.pushingpixels.flamingo.api.ribbon.RibbonTask
-
Creates a ribbon task that contains the specified bands.
- RibbonTaskbarKeyTipPolicy - Interface in org.pushingpixels.flamingo.api.ribbon
-
Defines the task bar keytip policy for
JRibbon.
- RichTooltip - Class in org.pushingpixels.flamingo.api.common
-
Rich tooltip for command buttons.
- RichTooltip.Builder - Class in org.pushingpixels.flamingo.api.common
-
- RichTooltipManager - Class in org.pushingpixels.flamingo.api.common
-
- RichTooltipManager.JTrackableComponent - Class in org.pushingpixels.flamingo.api.common
-
- RolloverActionListener - Interface in org.pushingpixels.flamingo.api.common
-
Rollover action listener.
- RoundRobin(RibbonTask) - Constructor for class org.pushingpixels.flamingo.api.ribbon.resize.CoreRibbonResizeSequencingPolicies.RoundRobin
-
Creates a new round robin resize sequencing policy for the specified
task.
- ROW_FILL - org.pushingpixels.flamingo.api.common.model.CommandPanelPresentationModel.LayoutKind
-
The buttons are laid out in rows respecting the available width.
- scrollToIfNecessary(int, int) - Method in class org.pushingpixels.flamingo.api.common.JScrollablePanel
-
- scrollToSelectedCommand() - Method in class org.pushingpixels.flamingo.api.common.JCommandButtonPanel
-
- secondaryContentModel - Variable in class org.pushingpixels.flamingo.api.common.model.Command.BaseBuilder
-
- secondaryRichTooltip - Variable in class org.pushingpixels.flamingo.api.common.model.Command.BaseBuilder
-
- separatorArea - Variable in class org.pushingpixels.flamingo.api.common.CommandButtonLayoutManager.CommandButtonLayoutInfo
-
The separator area.
- separatorOrientation - Variable in class org.pushingpixels.flamingo.api.common.CommandButtonLayoutManager.CommandButtonLayoutInfo
-
- set(String, Object) - Method in class org.pushingpixels.flamingo.api.common.KeyValuePair
-
Sets the property specified by the key and value.
- setAction(CommandAction) - Method in class org.pushingpixels.flamingo.api.common.model.Command.BaseBuilder
-
- setAction(CommandAction) - Method in class org.pushingpixels.flamingo.api.common.model.Command
-
- setActionEnabled(boolean) - Method in class org.pushingpixels.flamingo.api.common.model.Command.BaseBuilder
-
- setActionEnabled(boolean) - Method in class org.pushingpixels.flamingo.api.common.model.Command
-
- setActionKeyTip(String) - Method in class org.pushingpixels.flamingo.api.common.AbstractCommandButton
-
Sets the key tip for the action area of this button.
- setActionKeyTip(String) - Method in class org.pushingpixels.flamingo.api.common.model.CommandButtonPresentationModel.Builder
-
- setActionKeyTip(String) - Method in class org.pushingpixels.flamingo.api.common.model.CommandButtonPresentationModel.Overlay
-
- setActionListener(ActionListener) - Method in class org.pushingpixels.flamingo.api.ribbon.synapse.model.RibbonCheckBoxContentModel.Builder
-
- setActionModel(ActionButtonModel) - Method in class org.pushingpixels.flamingo.api.common.AbstractCommandButton
-
Sets the new action model for this button.
- setActionPreview(Command.CommandActionPreview) - Method in class org.pushingpixels.flamingo.api.common.model.Command.BaseBuilder
-
- setActionPreview(Command.CommandActionPreview) - Method in class org.pushingpixels.flamingo.api.common.model.Command
-
- setActionRichTooltip(RichTooltip) - Method in class org.pushingpixels.flamingo.api.common.AbstractCommandButton
-
Sets the rich tooltip for the action area of this button.
- setActionRichTooltip(RichTooltip) - Method in class org.pushingpixels.flamingo.api.common.model.Command.BaseBuilder
-
- setActionRichTooltip(RichTooltip) - Method in class org.pushingpixels.flamingo.api.common.model.Command
-
- setAllowsClearingSelection(boolean) - Method in class org.pushingpixels.flamingo.api.common.model.CommandToggleGroupModel
-
Sets the new value for clearing selection.
- setApplicationIcon(ResizableIcon.Factory) - Method in class org.pushingpixels.flamingo.api.ribbon.JRibbonFrame
-
- setApplicationMenuCommand(RibbonApplicationMenuCommandButtonProjection) - Method in class org.pushingpixels.flamingo.api.ribbon.JRibbon
-
Sets the application menu command for this ribbon.
- setAutoRepeatAction(boolean) - Method in class org.pushingpixels.flamingo.api.common.JCommandButton
-
Sets the auto-repeat action indication.
- setAutoRepeatAction(boolean) - Method in class org.pushingpixels.flamingo.api.common.model.CommandButtonPresentationModel.Builder
-
- setAutoRepeatAction(boolean) - Method in class org.pushingpixels.flamingo.api.common.model.CommandButtonPresentationModel.Overlay
-
- setAutoRepeatActionIntervals(int, int) - Method in class org.pushingpixels.flamingo.api.common.JCommandButton
-
Sets the intervals for the auto-repeat action mode.
- setAutoRepeatActionIntervals(int, int) - Method in class org.pushingpixels.flamingo.api.common.model.CommandButtonPresentationModel.Builder
-
- setAutoRepeatActionIntervals(int, int) - Method in class org.pushingpixels.flamingo.api.common.model.CommandButtonPresentationModel.Overlay
-
- setCaption(String) - Method in class org.pushingpixels.flamingo.api.ribbon.synapse.model.RibbonCheckBoxContentModel.Builder
-
- setCaption(String) - Method in class org.pushingpixels.flamingo.api.ribbon.synapse.model.RibbonDefaultComboBoxContentModel.Builder
-
- setCaption(String) - Method in class org.pushingpixels.flamingo.api.ribbon.synapse.model.RibbonSpinnerDateContentModel.Builder
-
- setCaption(String) - Method in class org.pushingpixels.flamingo.api.ribbon.synapse.model.RibbonSpinnerNumberContentModel.Builder
-
- setCollapsedStateKeyTip(String) - Method in class org.pushingpixels.flamingo.api.ribbon.AbstractRibbonBand
-
Changes 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.
- setColorActivationListener(ColorSelectorPopupMenuContentModel.ColorActivationListener) - Method in class org.pushingpixels.flamingo.api.common.popup.model.ColorSelectorPopupMenuContentModel
-
- setColorColumns(int) - Method in class org.pushingpixels.flamingo.api.common.popup.model.ColorSelectorPopupMenuPresentationModel.Builder
-
- setColorPreviewListener(ColorSelectorPopupMenuContentModel.ColorPreviewListener) - Method in class org.pushingpixels.flamingo.api.common.popup.model.ColorSelectorPopupMenuContentModel
-
- setColorSelectorPopupMenuContentModel(ColorSelectorPopupMenuContentModel) - Method in class org.pushingpixels.flamingo.api.common.model.ColorSelectorCommand.Builder
-
- setCommandButtonKind(JCommandButton.CommandButtonKind) - Method in class org.pushingpixels.flamingo.api.common.JCommandButton
-
Sets the kind for this button.
- setCommandComponentCustomizers(Map<Command, Projection.ComponentCustomizer<AbstractCommandButton>>) - Method in class org.pushingpixels.flamingo.api.common.projection.Projection
-
- setCommandComponentSuppliers(Map<Command, Projection.ComponentSupplier<AbstractCommandButton, Command, CommandButtonPresentationModel>>) - Method in class org.pushingpixels.flamingo.api.common.projection.Projection
-
- setCommandHorizontalAlignment(int) - Method in class org.pushingpixels.flamingo.api.common.model.CommandPanelPresentationModel.Builder
-
- setCommandIconDimension(Integer) - Method in class org.pushingpixels.flamingo.api.common.model.CommandPanelPresentationModel.Builder
-
- setCommandIconDimension(Integer) - Method in class org.pushingpixels.flamingo.api.common.model.CommandPanelPresentationModel
-
- setCommandOverlays(Map<Command, CommandButtonPresentationModel.Overlay>) - Method in class org.pushingpixels.flamingo.api.common.projection.BlackboxProjection
-
- setCommandPresentationState(CommandButtonPresentationState) - Method in class org.pushingpixels.flamingo.api.common.model.CommandPanelPresentationModel.Builder
-
- setCommandPresentationState(CommandButtonPresentationState) - Method in class org.pushingpixels.flamingo.api.common.model.CommandPanelPresentationModel
-
- setCommandPresentationState(CommandButtonPresentationState) - Method in class org.pushingpixels.flamingo.api.common.model.CommandStripPresentationModel.Builder
-
- setCommandPresentationState(CommandButtonPresentationState) - Method in class org.pushingpixels.flamingo.api.ribbon.model.RibbonGalleryPresentationModel.Builder
-
- setCommandPreviewListener(Command.CommandActionPreview) - Method in class org.pushingpixels.flamingo.api.common.model.CommandPanelContentModel
-
- setComponentCustomizer(Projection.ComponentCustomizer<T>) - Method in class org.pushingpixels.flamingo.api.common.projection.Projection
-
- setComponentSupplier(Projection.ComponentSupplier<T, C, P>) - Method in class org.pushingpixels.flamingo.api.common.projection.Projection
-
- setContentPane(Container) - Method in class org.pushingpixels.flamingo.api.ribbon.JRibbonFrame
-
- setControlPanel(AbstractBandControlPanel) - Method in class org.pushingpixels.flamingo.api.ribbon.AbstractRibbonBand
-
Sets the control panel of this ribbon band.
- setCumulative(boolean) - Method in class org.pushingpixels.flamingo.api.bcb.BreadcrumbBarModel
-
Starts or ends the cumulative mode.
- setCurrentResizePolicy(RibbonBandResizePolicy) - Method in class org.pushingpixels.flamingo.api.ribbon.AbstractRibbonBand
-
Sets the specified parameter to be the current resize policy of this
ribbon band.
- setCustomizer(JPopupPanel.PopupPanelCustomizer) - Method in class org.pushingpixels.flamingo.api.common.popup.JPopupPanel
-
Sets the customizer for this popup panel.
- setDimension(Dimension) - Method in class org.pushingpixels.flamingo.api.common.icon.ColorResizableIcon
-
- setDimension(Dimension) - Method in class org.pushingpixels.flamingo.api.common.icon.DecoratedResizableIcon
-
- setDimension(Dimension) - Method in class org.pushingpixels.flamingo.api.common.icon.EmptyResizableIcon
-
- setDimension(Dimension) - Method in class org.pushingpixels.flamingo.api.common.icon.FilteredResizableIcon
-
- setDimension(Dimension) - Method in class org.pushingpixels.flamingo.api.common.icon.IconDeckResizableIcon
-
- setDimension(Dimension) - Method in class org.pushingpixels.flamingo.api.common.icon.IcoWrapperResizableIcon
-
- setDimension(Dimension) - Method in class org.pushingpixels.flamingo.api.common.icon.ImageWrapperResizableIcon
-
- setDimension(Dimension) - Method in class org.pushingpixels.flamingo.api.common.icon.LayeredIcon
-
- setDisabledIcon(ResizableIcon) - Method in class org.pushingpixels.flamingo.api.common.AbstractCommandButton
-
Sets the disabled icon for this button.
- setDisabledIconFactory(ResizableIcon.Factory) - Method in class org.pushingpixels.flamingo.api.common.model.Command.BaseBuilder
-
- setDisabledIconFactory(ResizableIcon.Factory) - Method in class org.pushingpixels.flamingo.api.common.model.Command
-
- setDismissDelay(int) - Method in class org.pushingpixels.flamingo.api.common.RichTooltipManager
-
Specifies the dismissal delay value.
- setEnabled(boolean) - Method in class org.pushingpixels.flamingo.api.common.AbstractCommandButton
-
- setEnabled(boolean) - Method in class org.pushingpixels.flamingo.api.common.JCommandButton
-
- setEnabled(boolean) - Method in interface org.pushingpixels.flamingo.api.ribbon.synapse.model.ComponentContentModel
-
- setEnabled(boolean) - Method in class org.pushingpixels.flamingo.api.ribbon.synapse.model.RibbonCheckBoxContentModel.Builder
-
- setEnabled(boolean) - Method in class org.pushingpixels.flamingo.api.ribbon.synapse.model.RibbonCheckBoxContentModel
-
- setEnabled(boolean) - Method in class org.pushingpixels.flamingo.api.ribbon.synapse.model.RibbonDefaultComboBoxContentModel.Builder
-
- setEnabled(boolean) - Method in class org.pushingpixels.flamingo.api.ribbon.synapse.model.RibbonDefaultComboBoxContentModel
-
- setEnabled(boolean) - Method in class org.pushingpixels.flamingo.api.ribbon.synapse.model.RibbonSpinnerDateContentModel.Builder
-
- setEnabled(boolean) - Method in class org.pushingpixels.flamingo.api.ribbon.synapse.model.RibbonSpinnerDateContentModel
-
- setEnabled(boolean) - Method in class org.pushingpixels.flamingo.api.ribbon.synapse.model.RibbonSpinnerNumberContentModel.Builder
-
- setEnabled(boolean) - Method in class org.pushingpixels.flamingo.api.ribbon.synapse.model.RibbonSpinnerNumberContentModel
-
- setExpandButtonKeyTip(String) - Method in class org.pushingpixels.flamingo.api.ribbon.AbstractRibbonBand
-
Changes the key tip for the expand button of this ribbon band.
- setExpandButtonRichTooltip(RichTooltip) - Method in class org.pushingpixels.flamingo.api.ribbon.AbstractRibbonBand
-
Changes the rich tooltip for the expand button of this ribbon band.
- setExpandCommandListener(CommandAction) - Method in class org.pushingpixels.flamingo.api.ribbon.AbstractRibbonBand
-
Sets the specified action listener to be activated when the user clicks
the expand button on this ribbon band.
- setExpandKeyTip(String) - Method in class org.pushingpixels.flamingo.api.ribbon.model.RibbonGalleryPresentationModel.Builder
-
- setExtraText(String) - Method in class org.pushingpixels.flamingo.api.common.AbstractCommandButton
-
Sets the extra text for this button.
- setExtraText(String) - Method in class org.pushingpixels.flamingo.api.common.model.Command.BaseBuilder
-
- setExtraText(String) - Method in class org.pushingpixels.flamingo.api.common.model.Command
-
- setFireActionOnPress(boolean) - Method in interface org.pushingpixels.flamingo.api.common.model.ActionButtonModel
-
Sets indication whether the associated actions should be fired on mouse
press instead of mouse release.
- setFireActionOnPress(boolean) - Method in class org.pushingpixels.flamingo.api.common.model.ActionRepeatableButtonModel
-
- setFireActionOnPress(boolean) - Method in class org.pushingpixels.flamingo.api.common.model.ActionToggleButtonModel
-
- setFireActionOnPress(boolean) - Method in class org.pushingpixels.flamingo.api.common.model.CommandButtonPresentationModel.Builder
-
- setFireActionOnPress(boolean) - Method in class org.pushingpixels.flamingo.api.common.model.CommandButtonPresentationModel.Overlay
-
- setFireActionOnRollover(boolean) - Method in class org.pushingpixels.flamingo.api.common.JCommandButton
-
Sets action-on-rollover mode.
- setFireActionOnRollover(boolean) - Method in class org.pushingpixels.flamingo.api.common.model.CommandButtonPresentationModel.Builder
-
- setFireActionOnRollover(boolean) - Method in class org.pushingpixels.flamingo.api.common.model.CommandButtonPresentationModel.Overlay
-
- setFlat(boolean) - Method in class org.pushingpixels.flamingo.api.common.AbstractCommandButton
-
Sets the flat appearance of this button.
- setFlat(boolean) - Method in class org.pushingpixels.flamingo.api.common.model.CommandButtonPresentationModel.Builder
-
- setFlat(boolean) - Method in class org.pushingpixels.flamingo.api.common.model.CommandButtonPresentationModel.Overlay
-
- setFlat(boolean) - Method in class org.pushingpixels.flamingo.api.common.model.CommandStripPresentationModel.Builder
-
- setFlat(boolean) - Method in class org.pushingpixels.flamingo.api.ribbon.synapse.model.ComponentPresentationModel.Builder
-
- setFocusable(boolean) - Method in class org.pushingpixels.flamingo.api.common.model.CommandButtonPresentationModel.Builder
-
- setFocusable(boolean) - Method in class org.pushingpixels.flamingo.api.common.model.CommandButtonPresentationModel.Overlay
-
- setFocusable(boolean) - Method in class org.pushingpixels.flamingo.api.common.model.CommandStripPresentationModel.Builder
-
- setFolder(List<StringValuePair<T>>) - Method in class org.pushingpixels.flamingo.api.common.AbstractFileViewPanel
-
Sets the current entries to show.
- setFooterIconFactory(ResizableIcon.Factory) - Method in class org.pushingpixels.flamingo.api.common.RichTooltip.Builder
-
- setGapScaleFactor(double) - Method in class org.pushingpixels.flamingo.api.common.AbstractCommandButton
-
Sets new gap scale factor for the content of this button.
- setGroupTitle(int, String) - Method in class org.pushingpixels.flamingo.api.ribbon.JRibbonBand
-
Changes the title of the specified group.
- setHGapScaleFactor(double) - Method in class org.pushingpixels.flamingo.api.common.AbstractCommandButton
-
Sets new horizontal gap scale factor for the content of this button.
- setHighlightedCommand(Command) - Method in class org.pushingpixels.flamingo.api.common.model.CommandMenuContentModel
-
- setHorizontalAlignment(int) - Method in class org.pushingpixels.flamingo.api.common.AbstractCommandButton
-
Sets new horizontal alignment for the content of this button.
- setHorizontalAlignment(int) - Method in class org.pushingpixels.flamingo.api.common.model.CommandButtonPresentationModel.Builder
-
- setHorizontalAlignment(int) - Method in class org.pushingpixels.flamingo.api.common.model.CommandButtonPresentationModel.Overlay
-
- setHorizontalAlignment(HorizontalAlignment) - Method in class org.pushingpixels.flamingo.api.ribbon.synapse.model.ComponentPresentationModel.Builder
-
- setHorizontalGapScaleFactor(double) - Method in class org.pushingpixels.flamingo.api.common.model.CommandButtonPresentationModel.Builder
-
- setHorizontalGapScaleFactor(double) - Method in class org.pushingpixels.flamingo.api.common.model.CommandButtonPresentationModel.Overlay
-
- setHorizontalGapScaleFactor(double) - Method in class org.pushingpixels.flamingo.api.common.model.CommandStripPresentationModel.Builder
-
- setIcon(Icon) - Method in class org.pushingpixels.flamingo.api.bcb.BreadcrumbItem
-
Sets the new icon on this item.
- setIcon(ResizableIcon) - Method in class org.pushingpixels.flamingo.api.common.AbstractCommandButton
-
Sets new icon for this button.
- setIcon(T) - Method in class org.pushingpixels.flamingo.api.common.icon.IconDeckResizableIcon
-
Sets the currently shown icon.
- setIconDimension(int) - Method in class org.pushingpixels.flamingo.api.common.AbstractCommandButton
-
- setIconDimension(Integer) - Method in class org.pushingpixels.flamingo.api.common.model.CommandButtonPresentationModel.Builder
-
- setIconDimension(Integer) - Method in class org.pushingpixels.flamingo.api.common.model.CommandButtonPresentationModel.Overlay
-
- setIconFactory(ResizableIcon.Factory) - Method in class org.pushingpixels.flamingo.api.common.model.Command.BaseBuilder
-
- setIconFactory(ResizableIcon.Factory) - Method in class org.pushingpixels.flamingo.api.common.model.Command
-
- setIconFactory(ResizableIcon.Factory) - Method in class org.pushingpixels.flamingo.api.ribbon.synapse.model.RibbonCheckBoxContentModel.Builder
-
- setIconFactory(ResizableIcon.Factory) - Method in class org.pushingpixels.flamingo.api.ribbon.synapse.model.RibbonDefaultComboBoxContentModel.Builder
-
- setIconFactory(ResizableIcon.Factory) - Method in class org.pushingpixels.flamingo.api.ribbon.synapse.model.RibbonSpinnerDateContentModel.Builder
-
- setIconFactory(ResizableIcon.Factory) - Method in class org.pushingpixels.flamingo.api.ribbon.synapse.model.RibbonSpinnerNumberContentModel.Builder
-
- setIconImages(List<? extends Image>) - Method in class org.pushingpixels.flamingo.api.ribbon.JRibbonFrame
-
- setIndex(int) - Method in class org.pushingpixels.flamingo.api.bcb.BreadcrumbItem
-
Sets the index of this item.
- setInitialDelay(int) - Method in class org.pushingpixels.flamingo.api.common.RichTooltipManager
-
Specifies the initial delay value.
- setInvoker(JComponent) - Method in class org.pushingpixels.flamingo.api.common.popup.JPopupPanel
-
Sets the invoker of this popup panel.
- setItems(E[]) - Method in class org.pushingpixels.flamingo.api.ribbon.synapse.model.RibbonDefaultComboBoxContentModel.Builder
-
- setJMenuBar(JMenuBar) - Method in class org.pushingpixels.flamingo.api.ribbon.JRibbonFrame
-
- setKey(String) - Method in class org.pushingpixels.flamingo.api.bcb.BreadcrumbItem
-
- setKeyTip(String) - Method in class org.pushingpixels.flamingo.api.ribbon.RibbonTask
-
Sets the specified parameter to be the new key tip for the task button of
this task.
- setKeyTip(String) - Method in class org.pushingpixels.flamingo.api.ribbon.synapse.model.ComponentPresentationModel.Builder
-
- setLayout(LayoutManager) - Method in class org.pushingpixels.flamingo.api.ribbon.JRibbonFrame
-
- setLayoutKind(CommandPanelPresentationModel.LayoutKind) - Method in class org.pushingpixels.flamingo.api.common.model.CommandPanelPresentationModel.Builder
-
- setLayoutKind(CommandPanelPresentationModel.LayoutKind) - Method in class org.pushingpixels.flamingo.api.common.model.CommandPanelPresentationModel
-
- setLeafProp(String, Object) - Method in class org.pushingpixels.flamingo.api.common.AbstractFileViewPanel.Leaf
-
Sets the leaf property with the specified name.
- setLocationOrderKind(AbstractCommandButton.CommandButtonLocationOrderKind) - Method in class org.pushingpixels.flamingo.api.common.AbstractCommandButton
-
Sets the location order kind for buttons placed in command button strips
or for buttons that need the visuals of segmented strips.
- setMainIconFactory(ResizableIcon.Factory) - Method in class org.pushingpixels.flamingo.api.common.RichTooltip.Builder
-
- setMaxColumns(int) - Method in class org.pushingpixels.flamingo.api.common.model.CommandPanelPresentationModel.Builder
-
- setMaxColumns(int) - Method in class org.pushingpixels.flamingo.api.common.model.CommandPanelPresentationModel
-
- setMaxRows(int) - Method in class org.pushingpixels.flamingo.api.common.model.CommandPanelPresentationModel.Builder
-
- setMaxRows(int) - Method in class org.pushingpixels.flamingo.api.common.model.CommandPanelPresentationModel
-
- setMaxVisibleMenuCommands(int) - Method in class org.pushingpixels.flamingo.api.common.popup.model.CommandPopupMenuPresentationModel.Builder
-
- setMenu(boolean) - Method in class org.pushingpixels.flamingo.api.common.model.CommandButtonPresentationModel.Builder
-
- setMenu(boolean) - Method in class org.pushingpixels.flamingo.api.common.model.CommandButtonPresentationModel.Overlay
-
- setMenu(boolean) - Method in class org.pushingpixels.flamingo.api.common.model.CommandPanelPresentationModel.Builder
-
- setMenuPresentationState(CommandButtonPresentationState) - Method in class org.pushingpixels.flamingo.api.common.popup.model.ColorSelectorPopupMenuPresentationModel.Builder
-
- setMenuPresentationState(CommandButtonPresentationState) - Method in class org.pushingpixels.flamingo.api.common.popup.model.CommandPopupMenuPresentationModel.Builder
-
- setMinimized(boolean) - Method in class org.pushingpixels.flamingo.api.ribbon.JRibbon
-
Changes the minimized state of this ribbon.
- setOnShowContextualMenuListener(JRibbon.OnShowContextualMenuListener) - Method in class org.pushingpixels.flamingo.api.ribbon.JRibbon
-
- setOrientation(CommandStripPresentationModel.StripOrientation) - Method in class org.pushingpixels.flamingo.api.common.model.CommandStripPresentationModel.Builder
-
- setPanelPresentationModel(CommandPanelPresentationModel) - Method in class org.pushingpixels.flamingo.api.common.popup.model.CommandPopupMenuPresentationModel.Builder
-
- setPath(File) - Method in class org.pushingpixels.flamingo.api.bcb.core.BreadcrumbFileSelector
-
Sets the selected path based of the specified file.
- setPath(List<BreadcrumbItem<T>>) - Method in class org.pushingpixels.flamingo.api.bcb.JBreadcrumbBar
-
Sets new path as the current path in this breadcrumb bar.
- setPopupCallback(PopupPanelCallback) - Method in class org.pushingpixels.flamingo.api.common.JCommandButton
-
Sets new popup callback for this button.
- setPopupKeyTip(String) - Method in class org.pushingpixels.flamingo.api.common.JCommandButton
-
Sets the key tip for the popup area of this button.
- setPopupKeyTip(String) - Method in class org.pushingpixels.flamingo.api.common.model.CommandButtonPresentationModel.Builder
-
- setPopupKeyTip(String) - Method in class org.pushingpixels.flamingo.api.common.model.CommandButtonPresentationModel.Overlay
-
- setPopupMenuCustomizer(Projection.ComponentCustomizer<? extends AbstractPopupMenu>) - Method in class org.pushingpixels.flamingo.api.common.projection.CommandButtonProjection
-
- setPopupMenuPresentationModel(AbstractPopupMenuPresentationModel) - Method in class org.pushingpixels.flamingo.api.common.model.CommandButtonPresentationModel.Builder
-
- setPopupMenuPresentationModel(AbstractPopupMenuPresentationModel) - Method in class org.pushingpixels.flamingo.api.common.model.CommandButtonPresentationModel.Overlay
-
- setPopupMenuSupplier(Projection.ComponentSupplier<? extends AbstractPopupMenu, ? extends CommandMenuContentModel, ? extends AbstractPopupMenuPresentationModel>) - Method in class org.pushingpixels.flamingo.api.common.projection.CommandButtonProjection
-
- setPopupModel(PopupButtonModel) - Method in class org.pushingpixels.flamingo.api.common.JCommandButton
-
Sets the new popup model for this button.
- setPopupOrientationKind(CommandButtonPresentationModel.PopupOrientationKind) - Method in class org.pushingpixels.flamingo.api.common.JCommandButton
-
Sets the popup orientation for this button.
- setPopupOrientationKind(CommandButtonPresentationModel.PopupOrientationKind) - Method in class org.pushingpixels.flamingo.api.common.model.CommandButtonPresentationModel.Builder
-
- setPopupOrientationKind(CommandButtonPresentationModel.PopupOrientationKind) - Method in class org.pushingpixels.flamingo.api.common.model.CommandButtonPresentationModel.Overlay
-
- setPopupOrientationKind(CommandButtonPresentationModel.PopupOrientationKind) - Method in class org.pushingpixels.flamingo.api.common.model.CommandPanelPresentationModel.Builder
-
- setPopupOrientationKind(CommandButtonPresentationModel.PopupOrientationKind) - Method in class org.pushingpixels.flamingo.api.common.popup.model.CommandPopupMenuPresentationModel.Builder
-
- setPopupRibbonBand(AbstractRibbonBand) - Method in class org.pushingpixels.flamingo.api.ribbon.AbstractRibbonBand
-
Sets the specified parameter to be the ribbon band shown in a popup panel
when this ribbon band is in a collapsed state.
- setPopupRichTooltip(RichTooltip) - Method in class org.pushingpixels.flamingo.api.common.JCommandButton
-
Sets the rich tooltip for the popup area of this button.
- setPopupShowing(boolean) - Method in interface org.pushingpixels.flamingo.api.common.model.PopupButtonModel
-
Sets indication on the visibility status of the associated popup.
- setPreferredPopupMaxCommandColumns(int) - Method in class org.pushingpixels.flamingo.api.ribbon.model.RibbonGalleryPresentationModel.Builder
-
- setPreferredPopupMaxVisibleCommandRows(int) - Method in class org.pushingpixels.flamingo.api.ribbon.model.RibbonGalleryPresentationModel.Builder
-
- setPreferredVisibleCommandCounts(Map<JRibbonBand.PresentationPriority, Integer>) - Method in class org.pushingpixels.flamingo.api.ribbon.model.RibbonGalleryPresentationModel.Builder
-
- setPresentationState(CommandButtonPresentationState) - Method in class org.pushingpixels.flamingo.api.common.AbstractCommandButton
-
Sets new presentation state for this button.
- setPresentationState(CommandButtonPresentationState) - Method in class org.pushingpixels.flamingo.api.common.model.CommandButtonPresentationModel.Builder
-
- setPresentationState(CommandButtonPresentationState) - Method in class org.pushingpixels.flamingo.api.common.model.CommandButtonPresentationModel.Overlay
-
- setPressed(boolean) - Method in class org.pushingpixels.flamingo.api.common.model.ActionRepeatableButtonModel
-
- setPressed(boolean) - Method in class org.pushingpixels.flamingo.api.common.model.ActionToggleButtonModel
-
- setProgressListener(ProgressListener) - Method in class org.pushingpixels.flamingo.api.common.AbstractFileViewPanel
-
- setResizePolicies(List<RibbonBandResizePolicy>) - Method in class org.pushingpixels.flamingo.api.ribbon.AbstractRibbonBand
-
Sets the specified parameter as the available resize policies of this
ribbon band.
- setResizeSequencingPolicy(RibbonBandResizeSequencingPolicy) - Method in class org.pushingpixels.flamingo.api.ribbon.RibbonTask
-
Sets the specified parameter as the new resize sequencing policy of this
ribbon task.
- setResizingAware(boolean) - Method in class org.pushingpixels.flamingo.api.ribbon.synapse.model.ComponentPresentationModel.Builder
-
- setRichTooltip(RichTooltip) - Method in class org.pushingpixels.flamingo.api.ribbon.synapse.model.RibbonCheckBoxContentModel.Builder
-
- setRichTooltip(RichTooltip) - Method in class org.pushingpixels.flamingo.api.ribbon.synapse.model.RibbonDefaultComboBoxContentModel.Builder
-
- setRichTooltip(RichTooltip) - Method in class org.pushingpixels.flamingo.api.ribbon.synapse.model.RibbonSpinnerDateContentModel.Builder
-
- setRichTooltip(RichTooltip) - Method in class org.pushingpixels.flamingo.api.ribbon.synapse.model.RibbonSpinnerNumberContentModel.Builder
-
- setRollover(boolean) - Method in class org.pushingpixels.flamingo.api.common.model.ActionRepeatableButtonModel
-
- setScrollOnRollover(boolean) - Method in class org.pushingpixels.flamingo.api.common.JScrollablePanel
-
- setSecondaryContentModel(CommandMenuContentModel) - Method in class org.pushingpixels.flamingo.api.common.model.Command.BaseBuilder
-
- setSecondaryEnabled(boolean) - Method in class org.pushingpixels.flamingo.api.common.model.Command.BaseBuilder
-
- setSecondaryEnabled(boolean) - Method in class org.pushingpixels.flamingo.api.common.model.Command
-
- setSecondaryLevelCommandPresentationState(Map<Command, CommandButtonPresentationState>) - Method in class org.pushingpixels.flamingo.api.ribbon.projection.RibbonApplicationMenuCommandButtonProjection
-
- setSecondaryRichTooltip(RichTooltip) - Method in class org.pushingpixels.flamingo.api.common.model.Command.BaseBuilder
-
- setSecondaryRichTooltip(RichTooltip) - Method in class org.pushingpixels.flamingo.api.common.model.Command
-
- setSelected(boolean) - Method in class org.pushingpixels.flamingo.api.ribbon.synapse.model.RibbonCheckBoxContentModel.Builder
-
- setSelected(boolean) - Method in class org.pushingpixels.flamingo.api.ribbon.synapse.model.RibbonCheckBoxContentModel
-
- setSelected(Command, boolean) - Method in class org.pushingpixels.flamingo.api.common.model.CommandToggleGroupModel
-
Changes the selected status of the specified command.
- setSelectedCommand(Command) - Method in class org.pushingpixels.flamingo.api.ribbon.model.RibbonGalleryContentModel
-
- setSelectedTask(RibbonTask) - Method in class org.pushingpixels.flamingo.api.ribbon.JRibbon
-
Selects the specified task.
- setSingleSelectionMode(boolean) - Method in class org.pushingpixels.flamingo.api.common.model.CommandPanelContentModel
-
Sets the selection mode for the panel.
- setTaskbarKeyTipPolicy(RibbonTaskbarKeyTipPolicy) - Method in class org.pushingpixels.flamingo.api.ribbon.JRibbon
-
- setText(String) - Method in class org.pushingpixels.flamingo.api.common.AbstractCommandButton
-
Sets the new text for this button.
- setText(String) - Method in class org.pushingpixels.flamingo.api.common.model.Command.BaseBuilder
-
- setText(String) - Method in class org.pushingpixels.flamingo.api.common.model.Command
-
- setText(String) - Method in class org.pushingpixels.flamingo.api.ribbon.synapse.model.RibbonCheckBoxContentModel.Builder
-
- setTextClickAction() - Method in class org.pushingpixels.flamingo.api.common.model.CommandButtonPresentationModel.Builder
-
- setTextClickAction() - Method in class org.pushingpixels.flamingo.api.common.model.CommandButtonPresentationModel.Overlay
-
- setTextClickPopup() - Method in class org.pushingpixels.flamingo.api.common.model.CommandButtonPresentationModel.Builder
-
- setTextClickPopup() - Method in class org.pushingpixels.flamingo.api.common.model.CommandButtonPresentationModel.Overlay
-
- setThrowsExceptions(boolean) - Method in class org.pushingpixels.flamingo.api.bcb.BreadcrumbBarCallBack
-
- setThrowsExceptions(boolean) - Method in class org.pushingpixels.flamingo.api.bcb.JBreadcrumbBar
-
- setTitle(String) - Method in class org.pushingpixels.flamingo.api.common.model.CommandGroup
-
- setTitle(String) - Method in class org.pushingpixels.flamingo.api.common.RichTooltip.Builder
-
- setTitle(String) - Method in class org.pushingpixels.flamingo.api.ribbon.AbstractRibbonBand
-
Changes the title of this ribbon band.
- setTitle(String) - Method in class org.pushingpixels.flamingo.api.ribbon.RibbonContextualTaskGroup
-
Changes the title of this ribbon contextual task group.
- setTitle(String) - Method in class org.pushingpixels.flamingo.api.ribbon.RibbonTask
-
Changes the title of this ribbon task.
- setToDismissOnCommandActivation(boolean) - Method in class org.pushingpixels.flamingo.api.common.popup.model.CommandPopupMenuPresentationModel.Builder
-
- setToDismissPopupsOnActivation(boolean) - Method in class org.pushingpixels.flamingo.api.common.model.CommandButtonPresentationModel.Builder
-
- setToDismissPopupsOnActivation(boolean) - Method in class org.pushingpixels.flamingo.api.common.model.CommandButtonPresentationModel.Overlay
-
- setToDismissPopupsOnActivation(boolean) - Method in class org.pushingpixels.flamingo.api.common.model.CommandStripPresentationModel.Builder
-
- setToggle() - Method in class org.pushingpixels.flamingo.api.common.model.Command.BaseBuilder
-
- setToggleSelected(boolean) - Method in class org.pushingpixels.flamingo.api.common.model.Command.BaseBuilder
-
- setToggleSelected(boolean) - Method in class org.pushingpixels.flamingo.api.common.model.Command
-
- setToolTipText(String) - Method in class org.pushingpixels.flamingo.api.common.AbstractCommandButton
-
- setToShowGroupLabels(boolean) - Method in class org.pushingpixels.flamingo.api.common.model.CommandPanelPresentationModel.Builder
-
- setToShowGroupLabels(boolean) - Method in class org.pushingpixels.flamingo.api.common.model.CommandPanelPresentationModel
-
- setUI(BreadcrumbBarUI) - Method in class org.pushingpixels.flamingo.api.bcb.JBreadcrumbBar
-
Sets the new UI delegate.
- setUI(CommandButtonStripUI) - Method in class org.pushingpixels.flamingo.api.common.JCommandButtonStrip
-
Sets the new UI delegate.
- setUI(CommandButtonUI) - Method in class org.pushingpixels.flamingo.api.common.AbstractCommandButton
-
Sets the new UI delegate.
- setUI(PopupPanelUI) - Method in class org.pushingpixels.flamingo.api.common.popup.JPopupPanel
-
Sets the popup panel UI delegate that renders this component.
- setUI(RibbonBandUI) - Method in class org.pushingpixels.flamingo.api.ribbon.AbstractRibbonBand
-
Sets the new UI delegate.
- setup() - Method in class org.pushingpixels.flamingo.api.bcb.BreadcrumbBarCallBack
-
Sets up the callback.
- setUseNativeIcons(boolean) - Method in class org.pushingpixels.flamingo.api.bcb.core.BreadcrumbFileSelector
-
Sets indication whether the path selectors should use native icons.
- setValues(int, int, int, int) - Method in class org.pushingpixels.flamingo.api.ribbon.synapse.model.RibbonSpinnerNumberContentModel.Builder
-
- setValues(Date, Comparable, Comparable, int) - Method in class org.pushingpixels.flamingo.api.ribbon.synapse.model.RibbonSpinnerDateContentModel.Builder
-
- setVerticalGapScaleFactor(double) - Method in class org.pushingpixels.flamingo.api.common.model.CommandButtonPresentationModel.Builder
-
- setVerticalGapScaleFactor(double) - Method in class org.pushingpixels.flamingo.api.common.model.CommandButtonPresentationModel.Overlay
-
- setVerticalGapScaleFactor(double) - Method in class org.pushingpixels.flamingo.api.common.model.CommandStripPresentationModel.Builder
-
- setVGapScaleFactor(double) - Method in class org.pushingpixels.flamingo.api.common.AbstractCommandButton
-
Sets new vertical gap scale factor for the content of this button.
- setVisible(boolean) - Method in class org.pushingpixels.flamingo.api.ribbon.JRibbon
-
- setVisible(RibbonContextualTaskGroup, boolean) - Method in class org.pushingpixels.flamingo.api.ribbon.JRibbon
-
Sets the visibility of ribbon tasks in the specified contextual task group.
- sharedInstance() - Static method in class org.pushingpixels.flamingo.api.common.RichTooltipManager
-
Returns a shared ToolTipManager instance.
- shownPath - Variable in class org.pushingpixels.flamingo.api.common.popup.PopupPanelManager
-
All currently shown popup panels.
- SIDEWARD - org.pushingpixels.flamingo.api.common.model.CommandButtonPresentationModel.PopupOrientationKind
-
Indicates that the popup should be displayed to the side of the
button.
- SMALL - Static variable in class org.pushingpixels.flamingo.api.common.CommandButtonPresentationState
-
Small state.
- startGroup() - Method in class org.pushingpixels.flamingo.api.ribbon.JRibbonBand
-
Starts a new unnamed group.
- startGroup(String) - Method in class org.pushingpixels.flamingo.api.ribbon.JRibbonBand
-
Starts a new named group.
- StringValuePair<V> - Class in org.pushingpixels.flamingo.api.common
-
Key-value pair with a String key.
- StringValuePair(String, V) - Constructor for class org.pushingpixels.flamingo.api.common.StringValuePair
-
Creates a new pair.
- value - Variable in class org.pushingpixels.flamingo.api.common.KeyValuePair
-
Pair value.
- valueOf(String) - Static method in enum org.pushingpixels.flamingo.api.common.AbstractCommandButton.CommandButtonLocationOrderKind
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pushingpixels.flamingo.api.common.CommandButtonLayoutManager.CommandButtonSeparatorOrientation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pushingpixels.flamingo.api.common.HorizontalAlignment
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pushingpixels.flamingo.api.common.JCommandButton.CommandButtonKind
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pushingpixels.flamingo.api.common.JScrollablePanel.ScrollType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pushingpixels.flamingo.api.common.model.CommandButtonPresentationModel.PopupOrientationKind
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pushingpixels.flamingo.api.common.model.CommandPanelPresentationModel.LayoutKind
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pushingpixels.flamingo.api.common.model.CommandStripPresentationModel.StripOrientation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pushingpixels.flamingo.api.common.popup.model.ColorSelectorPopupMenuGroupModel.GroupEntryKind
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pushingpixels.flamingo.api.ribbon.JRibbonBand.PresentationPriority
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.pushingpixels.flamingo.api.common.AbstractCommandButton.CommandButtonLocationOrderKind
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pushingpixels.flamingo.api.common.CommandButtonLayoutManager.CommandButtonSeparatorOrientation
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pushingpixels.flamingo.api.common.HorizontalAlignment
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pushingpixels.flamingo.api.common.JCommandButton.CommandButtonKind
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pushingpixels.flamingo.api.common.JScrollablePanel.ScrollType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pushingpixels.flamingo.api.common.model.CommandButtonPresentationModel.PopupOrientationKind
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pushingpixels.flamingo.api.common.model.CommandPanelPresentationModel.LayoutKind
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pushingpixels.flamingo.api.common.model.CommandStripPresentationModel.StripOrientation
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pushingpixels.flamingo.api.common.popup.model.ColorSelectorPopupMenuGroupModel.GroupEntryKind
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.pushingpixels.flamingo.api.ribbon.JRibbonBand.PresentationPriority
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VERTICAL - org.pushingpixels.flamingo.api.common.CommandButtonLayoutManager.CommandButtonSeparatorOrientation
-
Vertical separator orientation.
- VERTICAL - org.pushingpixels.flamingo.api.common.model.CommandStripPresentationModel.StripOrientation
-
Vertical strip orientation.
- VERTICALLY - org.pushingpixels.flamingo.api.common.JScrollablePanel.ScrollType
-
- VoidPresentationModel - Class in org.pushingpixels.flamingo.api.common.model
-