A B C D E F G H I J K L M N O P R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AbstractBandControlPanel - Class in org.pushingpixels.flamingo.internal.ui.ribbon
-
Control panel of a single
JRibbonBand
. - AbstractBandControlPanel() - Constructor for class org.pushingpixels.flamingo.internal.ui.ribbon.AbstractBandControlPanel
- AbstractCommandButton - Class in org.pushingpixels.flamingo.api.common
-
Base class for command buttons.
- AbstractCommandButton(String, ResizableIcon) - Constructor for class org.pushingpixels.flamingo.api.common.AbstractCommandButton
-
Creates a new command button.
- 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, ProgressListener) - Constructor for class org.pushingpixels.flamingo.api.common.AbstractFileViewPanel
-
Creates a new panel.
- AbstractFileViewPanel(CommandButtonDisplayState, ProgressListener) - 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.
- AbstractFilter - Class in org.pushingpixels.flamingo.internal.utils
-
Provides an abstract implementation of the
BufferedImageOp
interface. - AbstractFilter() - Constructor for class org.pushingpixels.flamingo.internal.utils.AbstractFilter
- AbstractRibbonBand<T extends AbstractBandControlPanel> - Class in org.pushingpixels.flamingo.api.ribbon
-
Ribbon band.
- AbstractRibbonBand(String, ResizableIcon, ActionListener, T) - Constructor for class org.pushingpixels.flamingo.api.ribbon.AbstractRibbonBand
-
Creates a new ribbon band.
- 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
-
Model for the action area of
AbstractCommandButton
component. - 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.
- actionListener - Variable in class org.pushingpixels.flamingo.internal.ui.common.popup.BasicColorSelectorComponentUI
- actionModel - Variable in class org.pushingpixels.flamingo.api.common.AbstractCommandButton
-
The button action model.
- actionPerformed(ActionEvent) - Method in class org.pushingpixels.flamingo.api.common.RichToolTipManager.DismissTimerAction
- actionPerformed(ActionEvent) - Method in class org.pushingpixels.flamingo.api.common.RichToolTipManager.InitialDelayTimerAction
- 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.
- ActionToggleButtonModel - Class in org.pushingpixels.flamingo.api.common.model
-
Extension of the default toggle button model that supports the
ActionButtonModel
interface. - ActionToggleButtonModel(boolean) - Constructor for class org.pushingpixels.flamingo.api.common.model.ActionToggleButtonModel
-
Creates a new model.
- 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(JCommandToggleButton) - Method in class org.pushingpixels.flamingo.api.common.CommandToggleButtonGroup
-
Adds the specified button to the group.
- addActionListener(ActionListener) - Method in class org.pushingpixels.flamingo.api.common.AbstractCommandButton
-
Adds the specified action listener to this button.
- addAsynchronousLoadListener(AsynchronousLoadListener) - Method in interface org.pushingpixels.flamingo.api.common.AsynchronousLoading
-
Adds listener on the asynchronous loading events.
- addAsynchronousLoadListener(AsynchronousLoadListener) - Method in class org.pushingpixels.flamingo.api.common.icon.DecoratedResizableIcon
- addAsynchronousLoadListener(AsynchronousLoadListener) - Method in class org.pushingpixels.flamingo.api.common.icon.IconDeckResizableIcon
- addButtonGroup(String) - Method in class org.pushingpixels.flamingo.api.common.JCommandButtonPanel
-
Adds a new button group after all the existing button groups.
- addButtonGroup(String, int) - Method in class org.pushingpixels.flamingo.api.common.JCommandButtonPanel
-
Adds a new button group at the specified index.
- addButtonToGroup(String, int, AbstractCommandButton) - Method in class org.pushingpixels.flamingo.api.common.JCommandButtonPanel
-
Adds a new button to the specified button group.
- addButtonToGroup(String, AbstractCommandButton) - Method in class org.pushingpixels.flamingo.api.common.JCommandButtonPanel
-
Adds a new button to the specified button group.
- addButtonToLastGroup(AbstractCommandButton) - Method in class org.pushingpixels.flamingo.api.common.JCommandButtonPanel
-
Adds a new button to the specified button group.
- 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.JCommandButtonPanel
-
Adds the specified change listener to this button panel.
- addChangeListener(ChangeListener) - Method in class org.pushingpixels.flamingo.api.common.JCommandButtonStrip
-
Adds the specified change listener to track changes to this command button strip.
- addChangeListener(ChangeListener) - Method in class org.pushingpixels.flamingo.api.common.JScrollablePanel
- addChangeListener(ChangeListener) - Method in class org.pushingpixels.flamingo.api.common.popup.JCommandPopupMenu
-
Adds the specified change listener to track changes to this popup menu.
- 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.internal.ui.ribbon.JBandControlPanel
- addColorSection(String, Color[]) - Method in class org.pushingpixels.flamingo.api.common.popup.JColorSelectorPopupMenu
- addColorSectionWithDerived(String, Color[]) - Method in class org.pushingpixels.flamingo.api.common.popup.JColorSelectorPopupMenu
- addColorSelectorCallback(JColorSelectorPopupMenu.ColorSelectorCallback) - Method in class org.pushingpixels.flamingo.internal.ui.common.popup.JColorSelectorComponent
- addColorToRecentlyUsed(Color) - Static method in class org.pushingpixels.flamingo.api.common.popup.JColorSelectorPopupMenu
- addCommandButton(AbstractCommandButton, RibbonElementPriority) - Method in class org.pushingpixels.flamingo.api.ribbon.JRibbonBand
-
Adds the specified command button to
this
band. - addCommandButton(AbstractCommandButton, RibbonElementPriority) - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.JBandControlPanel
-
Adds a new ribbon button to
this
control panel. - addCommandButton(AbstractCommandButton, RibbonElementPriority) - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.JBandControlPanel.ControlPanelGroup
-
Adds a new ribbon button to
this
control panel. - 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
-
Adds the specified description section to this tooltip.
- addExceptionHandler(BreadcrumbBarExceptionHandler) - Method in class org.pushingpixels.flamingo.api.bcb.JBreadcrumbBar
-
Registers the specified exception handler.
- addFlowComponent(JComponent) - Method in class org.pushingpixels.flamingo.api.ribbon.JFlowRibbonBand
-
Adds the specified component to this flow ribbon band.
- addFlowComponent(JComponent) - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.JFlowBandControlPanel
-
Adds new panel to
this
control panel. - addFooterEntry(RibbonApplicationMenuEntryFooter) - Method in class org.pushingpixels.flamingo.api.ribbon.RibbonApplicationMenu
-
Adds the specified footer menu entry.
- addFooterSection(String) - Method in class org.pushingpixels.flamingo.api.common.RichTooltip
-
Adds the specified footer section to this tooltip.
- addHelpPanelComponent(Component) - Method in class org.pushingpixels.flamingo.api.ribbon.JRibbon
-
Adds a component to the 'Help Panel.' This is the area where the help button lives.
- addIconDecorator(DecoratedResizableIcon.IconDecorator) - Method in class org.pushingpixels.flamingo.api.common.icon.DecoratedResizableIcon
-
Adds the specified decorator to the end of the decorator sequence.
- addKeyTipListener(KeyTipManager.KeyTipListener) - Method in class org.pushingpixels.flamingo.internal.utils.KeyTipManager
- 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.internal.ui.bcb.BasicBreadcrumbBarUI.BreadcrumbBarLayout
- addLayoutComponent(String, Component) - Method in class org.pushingpixels.flamingo.internal.ui.common.BasicCommandButtonPanelUI.ColumnFillLayout
- addLayoutComponent(String, Component) - Method in class org.pushingpixels.flamingo.internal.ui.common.BasicCommandButtonPanelUI.RowFillLayout
- addLayoutComponent(String, Component) - Method in class org.pushingpixels.flamingo.internal.ui.common.BasicRichTooltipPanelUI.RichTooltipPanelLayout
- addLayoutComponent(String, Component) - Method in class org.pushingpixels.flamingo.internal.ui.common.BasicScrollablePanelUI.ScrollablePanelLayout
- addLayoutComponent(String, Component) - Method in class org.pushingpixels.flamingo.internal.ui.common.popup.BasicColorSelectorPanelUI.PanelLayout
- addLayoutComponent(String, Component) - Method in class org.pushingpixels.flamingo.internal.ui.common.popup.BasicCommandPopupMenuUI.PopupMenuLayoutManager
- addLayoutComponent(String, Component) - Method in class org.pushingpixels.flamingo.internal.ui.common.popup.BasicCommandPopupMenuUI.ScrollableCommandButtonPanel.IconPopupLayout
- addLayoutComponent(String, Component) - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonComponentUI.ExtComponentLayout
- addLayoutComponent(String, Component) - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonUI.RibbonLayout
- addLink(KeyTipManager.KeyTipLink) - Method in class org.pushingpixels.flamingo.internal.utils.KeyTipManager.KeyTipChain
- addMenuButton(JCommandMenuButton) - Method in class org.pushingpixels.flamingo.api.common.popup.JColorSelectorPopupMenu
- addMenuButton(JCommandMenuButton) - Method in class org.pushingpixels.flamingo.api.common.popup.JCommandPopupMenu
-
Adds the specified menu button to this menu.
- addMenuButton(JCommandToggleMenuButton) - Method in class org.pushingpixels.flamingo.api.common.popup.JColorSelectorPopupMenu
- addMenuButton(JCommandToggleMenuButton) - Method in class org.pushingpixels.flamingo.api.common.popup.JCommandPopupMenu
-
Adds the specified toggle menu button to this menu.
- addMenuEntry(RibbonApplicationMenuEntryPrimary) - Method in class org.pushingpixels.flamingo.api.ribbon.RibbonApplicationMenu
-
Adds the specified primary menu entry.
- addMenuPanel(JPanel) - Method in class org.pushingpixels.flamingo.api.common.popup.JCommandPopupMenu
-
Adds a menu panel to this menu.
- addMenuSeparator() - Method in class org.pushingpixels.flamingo.api.common.popup.JColorSelectorPopupMenu
- addMenuSeparator() - Method in class org.pushingpixels.flamingo.api.common.popup.JCommandPopupMenu
-
Adds a menu separator to this menu.
- addMenuSeparator() - Method in class org.pushingpixels.flamingo.api.ribbon.RibbonApplicationMenu
- addPathListener(BreadcrumbPathListener) - 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.CommandToggleButtonGroup
-
Adds the specified property change listener on this button group.
- addRecentSection(String) - Method in class org.pushingpixels.flamingo.api.common.popup.JColorSelectorPopupMenu
- addRibbonComponent(JRibbonComponent) - Method in class org.pushingpixels.flamingo.api.ribbon.JRibbonBand
-
Adds the specified ribbon component to this ribbon band.
- addRibbonComponent(JRibbonComponent) - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.JBandControlPanel
- addRibbonComponent(JRibbonComponent, int) - Method in class org.pushingpixels.flamingo.api.ribbon.JRibbonBand
-
Adds the specified ribbon component to this ribbon band.
- addRibbonComponent(JRibbonComponent, int) - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.JBandControlPanel
- addRibbonComponent(JRibbonComponent, int) - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.JBandControlPanel.ControlPanelGroup
- addRibbonGallery(String, List<StringValuePair<List<JCommandToggleButton>>>, Map<RibbonElementPriority, Integer>, int, int, CommandButtonDisplayState, RibbonElementPriority) - Method in class org.pushingpixels.flamingo.api.ribbon.JRibbonBand
-
Adds a new ribbon gallery to
this
band. - addRibbonGallery(String, List<StringValuePair<List<JCommandToggleButton>>>, Map<RibbonElementPriority, Integer>, int, int, RibbonElementPriority) - Method in class org.pushingpixels.flamingo.api.ribbon.JRibbonBand
- addRibbonGallery(JRibbonGallery) - Method in class org.pushingpixels.flamingo.api.ribbon.JRibbonBand
-
Adds the
gallery
to the ribbon band with a priority ofRibbonElementPriority.TOP
. - addRibbonGallery(JRibbonGallery, RibbonElementPriority) - Method in class org.pushingpixels.flamingo.api.ribbon.JRibbonBand
-
Adds the
gallery
to the ribbon band with the specifiedpriority
. - addRibbonGallery(JRibbonGallery, RibbonElementPriority) - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.JBandControlPanel
-
Adds a new in-ribbon gallery to
this
control panel. - addRibbonGallery(JRibbonGallery, RibbonElementPriority) - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.JBandControlPanel.ControlPanelGroup
-
Adds a new in-ribbon gallery to
this
control panel. - addRibbonGalleryButtons(String, String, JCommandToggleButton...) - Method in class org.pushingpixels.flamingo.api.ribbon.JRibbonBand
-
Adds the specified command toggle buttons to a button group in the specified ribbon gallery.
- addRibbonGalleryButtons(String, JCommandToggleButton...) - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.JRibbonGallery
-
Adds toggle command buttons to the specified button group in this ribbon gallery.
- 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.
- addSecondaryMenuGroup(String, RibbonApplicationMenuEntrySecondary...) - Method in class org.pushingpixels.flamingo.api.ribbon.RibbonApplicationMenuEntryPrimary
-
Adds a titled group of secondary menu entries.
- addTask(RibbonTask) - Method in class org.pushingpixels.flamingo.api.ribbon.JRibbon
-
Adds the specified task to this ribbon.
- addTaskbarComponent(Component) - Method in class org.pushingpixels.flamingo.api.ribbon.JRibbon
-
Adds the specified taskbar component to this ribbon.
- allowsClearingSelection - Variable in class org.pushingpixels.flamingo.api.common.CommandToggleButtonGroup
-
If
false
, the selection cannot be cleared. - applicationIcon - Variable in class org.pushingpixels.flamingo.api.ribbon.JRibbon
-
The application icon.
- applicationIcon - Variable in class org.pushingpixels.flamingo.internal.ui.ribbon.RibbonUI
-
The application icon.
- applicationMenuButton - Variable in class org.pushingpixels.flamingo.internal.ui.ribbon.appmenu.BasicRibbonApplicationMenuButtonUI
-
The associated application menu button.
- applicationMenuButton - Variable in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonUI
- applicationMenuPopupPanel - Variable in class org.pushingpixels.flamingo.internal.ui.ribbon.appmenu.BasicRibbonApplicationMenuPopupPanelUI
-
The associated application menu button.
- appMenuButton - Variable in class org.pushingpixels.flamingo.internal.ui.ribbon.appmenu.JRibbonApplicationMenuPopupPanel
- ArrowResizableIcon - Class in org.pushingpixels.flamingo.internal.utils
-
Helper implementation of
ResizableIcon
that draws an arrow. - ArrowResizableIcon(int, int) - Constructor for class org.pushingpixels.flamingo.internal.utils.ArrowResizableIcon
-
Creates a new arrow resizable icon.
- ArrowResizableIcon(Dimension, int) - Constructor for class org.pushingpixels.flamingo.internal.utils.ArrowResizableIcon
-
Creates a new arrow resizable icon.
- ArrowResizableIcon.CommandButtonPopupIcon - Class in org.pushingpixels.flamingo.internal.utils
- AsynchronousLoading - Interface in org.pushingpixels.flamingo.api.common
-
This interface is used for asynchronously-loaded contents.
- AsynchronousLoadListener - Interface in org.pushingpixels.flamingo.api.common
-
This interface is used for asynchronously-loaded contents.
- autoRepeatInitialInterval - Variable in class org.pushingpixels.flamingo.api.common.JCommandButton
-
The initial interval for invoking the registered action listeners in the auto-repeat action mode.
- autoRepeatSubsequentInterval - Variable in class org.pushingpixels.flamingo.api.common.JCommandButton
-
The subsequent interval for invoking the registered action listeners in the auto-repeat action mode.
- autoRepeatTimer - Variable in class org.pushingpixels.flamingo.api.common.model.ActionRepeatableButtonModel
-
Timer for the auto-repeat action mode.
B
- BandControlPanelUI - Class in org.pushingpixels.flamingo.internal.ui.ribbon
-
UI for control panel of ribbon band (
JBandControlPanel
). - BandControlPanelUI() - Constructor for class org.pushingpixels.flamingo.internal.ui.ribbon.BandControlPanelUI
- BandHostPanel() - Constructor for class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonUI.BandHostPanel
- BandHostPopupPanel(Component, Dimension) - Constructor for class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonUI.BandHostPopupPanel
-
The main component of
this
popup panel. - bandScrollablePanel - Variable in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonUI
- BaseCoreRibbonBandResizePolicy(JBandControlPanel, CoreRibbonResizePolicies.Mapping) - Constructor for class org.pushingpixels.flamingo.api.ribbon.resize.CoreRibbonResizePolicies.BaseCoreRibbonBandResizePolicy
-
Creates a new resize policy.
- BaseRibbonBandResizePolicy<T extends AbstractBandControlPanel> - Class in org.pushingpixels.flamingo.api.ribbon.resize
-
Base class for the core ribbon band resize policies.
- BaseRibbonBandResizePolicy(T) - Constructor for class org.pushingpixels.flamingo.api.ribbon.resize.BaseRibbonBandResizePolicy
-
Creates a new resize policy.
- BaseRibbonBandResizeSequencingPolicy - Class in org.pushingpixels.flamingo.api.ribbon.resize
-
Base class for the core ribbon band resize sequencing policies.
- BaseRibbonBandResizeSequencingPolicy(RibbonTask) - Constructor for class org.pushingpixels.flamingo.api.ribbon.resize.BaseRibbonBandResizeSequencingPolicy
-
Creates a new resize sequencing policy.
- BasicBandControlPanelUI - Class in org.pushingpixels.flamingo.internal.ui.ribbon
-
Basic UI for control panel of ribbon band
JBandControlPanel
. - BasicBandControlPanelUI() - Constructor for class org.pushingpixels.flamingo.internal.ui.ribbon.BasicBandControlPanelUI
- BasicBreadcrumbBarUI - Class in org.pushingpixels.flamingo.internal.ui.bcb
-
Basic UI for breadcrumb bar (
JBreadcrumbBar
). - BasicBreadcrumbBarUI() - Constructor for class org.pushingpixels.flamingo.internal.ui.bcb.BasicBreadcrumbBarUI
- BasicBreadcrumbBarUI.BreadcrumbBarLayout - Class in org.pushingpixels.flamingo.internal.ui.bcb
-
Layout for the breadcrumb bar.
- BasicColorSelectorComponentUI - Class in org.pushingpixels.flamingo.internal.ui.common.popup
-
Basic UI for color selector component
JColorSelectorComponent
. - BasicColorSelectorComponentUI() - Constructor for class org.pushingpixels.flamingo.internal.ui.common.popup.BasicColorSelectorComponentUI
- BasicColorSelectorPanelUI - Class in org.pushingpixels.flamingo.internal.ui.common.popup
-
Basic UI for color selector panel
JColorSelectorPanel
. - BasicColorSelectorPanelUI() - Constructor for class org.pushingpixels.flamingo.internal.ui.common.popup.BasicColorSelectorPanelUI
- BasicColorSelectorPanelUI.PanelLayout - Class in org.pushingpixels.flamingo.internal.ui.common.popup
- BasicCommandButtonListener - Class in org.pushingpixels.flamingo.internal.ui.common
-
Listener to track user interaction with the command buttons.
- BasicCommandButtonListener() - Constructor for class org.pushingpixels.flamingo.internal.ui.common.BasicCommandButtonListener
- BasicCommandButtonPanelUI - Class in org.pushingpixels.flamingo.internal.ui.common
-
Basic UI for command button panel
JCommandButtonPanel
. - BasicCommandButtonPanelUI() - Constructor for class org.pushingpixels.flamingo.internal.ui.common.BasicCommandButtonPanelUI
- BasicCommandButtonPanelUI.ColumnFillLayout - Class in org.pushingpixels.flamingo.internal.ui.common
-
Column-fill layout for the button panel.
- BasicCommandButtonPanelUI.RowFillLayout - Class in org.pushingpixels.flamingo.internal.ui.common
-
Row-fill layout for the button panel.
- BasicCommandButtonStripUI - Class in org.pushingpixels.flamingo.internal.ui.common
-
Basic UI for button strip
JCommandButtonStrip
. - BasicCommandButtonStripUI() - Constructor for class org.pushingpixels.flamingo.internal.ui.common.BasicCommandButtonStripUI
- BasicCommandButtonUI - Class in org.pushingpixels.flamingo.internal.ui.common
-
Basic UI for command button
JCommandButton
. - BasicCommandButtonUI() - Constructor for class org.pushingpixels.flamingo.internal.ui.common.BasicCommandButtonUI
-
Creates a new UI delegate.
- BasicCommandMenuButtonUI - Class in org.pushingpixels.flamingo.internal.ui.common
-
Basic UI delegate for the
JCommandMenuButton
component. - BasicCommandMenuButtonUI() - Constructor for class org.pushingpixels.flamingo.internal.ui.common.BasicCommandMenuButtonUI
- BasicCommandPopupMenuUI - Class in org.pushingpixels.flamingo.internal.ui.common.popup
- BasicCommandPopupMenuUI() - Constructor for class org.pushingpixels.flamingo.internal.ui.common.popup.BasicCommandPopupMenuUI
- BasicCommandPopupMenuUI.MenuPanel - Class in org.pushingpixels.flamingo.internal.ui.common.popup
- BasicCommandPopupMenuUI.PopupMenuLayoutManager - Class in org.pushingpixels.flamingo.internal.ui.common.popup
- BasicCommandPopupMenuUI.ScrollableCommandButtonPanel - Class in org.pushingpixels.flamingo.internal.ui.common.popup
-
Popup panel that hosts groups of icons.
- BasicCommandPopupMenuUI.ScrollableCommandButtonPanel.IconPopupLayout - Class in org.pushingpixels.flamingo.internal.ui.common.popup
-
Layout manager for
this
popup gallery. - BasicCommandToggleButtonUI - Class in org.pushingpixels.flamingo.internal.ui.common
-
Basic UI for command toggle button
JCommandToggleButton
. - BasicCommandToggleButtonUI() - Constructor for class org.pushingpixels.flamingo.internal.ui.common.BasicCommandToggleButtonUI
-
Creates a new UI delegate.
- BasicCommandToggleMenuButtonUI - Class in org.pushingpixels.flamingo.internal.ui.common
-
Basic UI delegate for the
JCommandToggleMenuButton
component. - BasicCommandToggleMenuButtonUI() - Constructor for class org.pushingpixels.flamingo.internal.ui.common.BasicCommandToggleMenuButtonUI
- BasicFlowBandControlPanelUI - Class in org.pushingpixels.flamingo.internal.ui.ribbon
-
Basic UI for control panel of ribbon band
JBandControlPanel
. - BasicFlowBandControlPanelUI() - Constructor for class org.pushingpixels.flamingo.internal.ui.ribbon.BasicFlowBandControlPanelUI
- basicPopupButtonListener - Variable in class org.pushingpixels.flamingo.internal.ui.common.BasicCommandButtonUI
-
Tracks user interaction with the command button (including keyboard and mouse).
- BasicPopupPanelUI - Class in org.pushingpixels.flamingo.internal.ui.common.popup
-
Basic UI for popup panel
JPopupPanel
. - BasicPopupPanelUI() - Constructor for class org.pushingpixels.flamingo.internal.ui.common.popup.BasicPopupPanelUI
- BasicPopupPanelUI.PopupPanelEscapeDismisser - Class in org.pushingpixels.flamingo.internal.ui.common.popup
-
This class is used to trace the changes in the shown popup panels and install ESC key listener on the matching root pane so that the popup panels can be dismissed with the ESC key.
- BasicPopupPanelUI.WindowTracker - Class in org.pushingpixels.flamingo.internal.ui.common.popup
-
This class is used to dismiss popup panels on the following events: Mouse click outside any shown popup panel. Closing, iconifying or deactivation of a top-level window. Any change in the component hierarchy of a top-level window. Only one top-level window is tracked at any time.
- BasicRibbonApplicationMenuButtonUI - Class in org.pushingpixels.flamingo.internal.ui.ribbon.appmenu
-
Basic UI for ribbon application menu button
JRibbonApplicationMenuButton
. - BasicRibbonApplicationMenuButtonUI(JRibbon) - Constructor for class org.pushingpixels.flamingo.internal.ui.ribbon.appmenu.BasicRibbonApplicationMenuButtonUI
-
Constructs a
BasicRibbonApplicationMenuButtonUI
specifying theJRibbon
the button UI is created for. - BasicRibbonApplicationMenuPopupPanelUI - Class in org.pushingpixels.flamingo.internal.ui.ribbon.appmenu
-
Basic UI for ribbon application menu button
JRibbonApplicationMenuButton
. - BasicRibbonApplicationMenuPopupPanelUI() - Constructor for class org.pushingpixels.flamingo.internal.ui.ribbon.appmenu.BasicRibbonApplicationMenuPopupPanelUI
- BasicRibbonBandUI - Class in org.pushingpixels.flamingo.internal.ui.ribbon
-
Basic UI for ribbon band
JRibbonBand
. - BasicRibbonBandUI() - Constructor for class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonBandUI
- BasicRibbonBandUI.CollapsedButtonPopupPanel - Class in org.pushingpixels.flamingo.internal.ui.ribbon
-
Popup panel that shows the contents of the ribbon band when it is in a collapsed state.
- BasicRibbonBandUI.RoundBorder - Class in org.pushingpixels.flamingo.internal.ui.ribbon
-
Round border for the ribbon bands.
- BasicRibbonComponentUI - Class in org.pushingpixels.flamingo.internal.ui.ribbon
- BasicRibbonComponentUI() - Constructor for class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonComponentUI
- BasicRibbonComponentUI.ExtComponentLayout - Class in org.pushingpixels.flamingo.internal.ui.ribbon
- BasicRibbonGalleryUI - Class in org.pushingpixels.flamingo.internal.ui.ribbon
-
Basic UI for ribbon gallery
JRibbonGallery
. - BasicRibbonGalleryUI() - Constructor for class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonGalleryUI
- BasicRibbonGalleryUI.ExpandCommandButton - Class in org.pushingpixels.flamingo.internal.ui.ribbon
- BasicRibbonGalleryUI.JButtonStripUIResource - Class in org.pushingpixels.flamingo.internal.ui.ribbon
-
Button strip as a UI resource.
- BasicRibbonTaskToggleButtonUI - Class in org.pushingpixels.flamingo.internal.ui.ribbon
-
Basic UI for toggle button of ribbon tasks
JRibbonTaskToggleButton
. - BasicRibbonTaskToggleButtonUI() - Constructor for class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonTaskToggleButtonUI
- BasicRibbonUI - Class in org.pushingpixels.flamingo.internal.ui.ribbon
-
Basic UI for ribbon
JRibbon
. - BasicRibbonUI() - Constructor for class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonUI
-
Creates a new basic ribbon UI delegate.
- BasicRibbonUI.BandHostPanel - Class in org.pushingpixels.flamingo.internal.ui.ribbon
- BasicRibbonUI.BandHostPopupPanel - Class in org.pushingpixels.flamingo.internal.ui.ribbon
- BasicRibbonUI.RibbonLayout - Class in org.pushingpixels.flamingo.internal.ui.ribbon
-
Layout for the ribbon.
- BasicRibbonUI.TaskToggleButtonsHostPanel - Class in org.pushingpixels.flamingo.internal.ui.ribbon
- BasicRichTooltipPanelUI - Class in org.pushingpixels.flamingo.internal.ui.common
-
Basic UI for rich tooltip panel
JRichTooltipPanel
. - BasicRichTooltipPanelUI() - Constructor for class org.pushingpixels.flamingo.internal.ui.common.BasicRichTooltipPanelUI
- BasicRichTooltipPanelUI.RichTooltipPanelLayout - Class in org.pushingpixels.flamingo.internal.ui.common
- BasicScrollablePanelUI - Class in org.pushingpixels.flamingo.internal.ui.common
-
Basic UI for scrollable panel
JScrollablePanel
. - BasicScrollablePanelUI() - Constructor for class org.pushingpixels.flamingo.internal.ui.common.BasicScrollablePanelUI
- BasicScrollablePanelUI.ScrollablePanelLayout - Class in org.pushingpixels.flamingo.internal.ui.common
-
Layout for the scrollable panel.
- BIG - Static variable in class org.pushingpixels.flamingo.api.common.CommandButtonDisplayState
-
Big state.
- BIG_FIXED - Static variable in class org.pushingpixels.flamingo.api.ribbon.JRibbonBand
-
Big size with landscape orientation.
- BIG_FIXED_LANDSCAPE - Static variable in class org.pushingpixels.flamingo.api.ribbon.JRibbonBand
-
Big size with landscape orientation.
- breadcrumbBar - Variable in class org.pushingpixels.flamingo.internal.ui.bcb.BasicBreadcrumbBarUI
-
The associated breadcrumb bar.
- BreadcrumbBarCallBack<T> - Class in org.pushingpixels.flamingo.api.bcb
-
The application callback that can be set on
JBreadcrumbBar
. - BreadcrumbBarCallBack() - Constructor for class org.pushingpixels.flamingo.api.bcb.BreadcrumbBarCallBack
- BreadcrumbBarException - Exception in org.pushingpixels.flamingo.api.bcb
-
Generic runtime exception for the breadcrumb bar.
- BreadcrumbBarException(Throwable) - Constructor for exception org.pushingpixels.flamingo.api.bcb.BreadcrumbBarException
-
Creates the new exception instance.
- BreadcrumbBarExceptionHandler - Interface in org.pushingpixels.flamingo.api.bcb
-
Generic exception handler for the breadcrumb bar.
- BreadcrumbBarLayout() - Constructor for class org.pushingpixels.flamingo.internal.ui.bcb.BasicBreadcrumbBarUI.BreadcrumbBarLayout
-
Creates new layout manager.
- BreadcrumbBarModel<T> - Class in org.pushingpixels.flamingo.api.bcb
-
Model for the breadcrumb bar component (
JBreadcrumbBar
). - BreadcrumbBarModel() - Constructor for class org.pushingpixels.flamingo.api.bcb.BreadcrumbBarModel
-
Creates a new empty model.
- BreadcrumbBarUI - Class in org.pushingpixels.flamingo.internal.ui.bcb
-
UI for breadcrumb bar (
JBreadcrumbBar
). - BreadcrumbBarUI() - Constructor for class org.pushingpixels.flamingo.internal.ui.bcb.BreadcrumbBarUI
- BreadcrumbFileSelector - Class in org.pushingpixels.flamingo.api.bcb.core
-
Breadcrumb bar that allows browsing the local file system.
- BreadcrumbFileSelector() - Constructor for class org.pushingpixels.flamingo.api.bcb.core.BreadcrumbFileSelector
-
Creates a new breadcrumb bar file selector that uses native icons and the default file system view.
- BreadcrumbFileSelector(boolean) - Constructor for class org.pushingpixels.flamingo.api.bcb.core.BreadcrumbFileSelector
-
Creates a new breadcrumb bar file selector that uses the default file system view.
- BreadcrumbFileSelector(FileSystemView, boolean) - Constructor for class org.pushingpixels.flamingo.api.bcb.core.BreadcrumbFileSelector
-
Creates a new breadcrumb bar file selector.
- BreadcrumbFileSelector.DirCallback - Class in org.pushingpixels.flamingo.api.bcb.core
-
Local file system specific implementation of the
BreadcrumbBarCallBack
. - BreadcrumbItem<T> - Class in org.pushingpixels.flamingo.api.bcb
-
A single item in the
JBreadcrumbBar
model. - BreadcrumbItem(String) - Constructor for class org.pushingpixels.flamingo.api.bcb.BreadcrumbItem
-
Creates a new item.
- BreadcrumbItem(String, T) - Constructor for class org.pushingpixels.flamingo.api.bcb.BreadcrumbItem
-
Creates a new item.
- breadcrumbPathEvent(BreadcrumbPathEvent) - Method in interface org.pushingpixels.flamingo.api.bcb.BreadcrumbPathListener
-
Called on breadcrumb bar events.
- BreadcrumbPathEvent - Class in org.pushingpixels.flamingo.api.bcb
-
Event on the breadcrumb bar path.
- BreadcrumbPathEvent(Object, int) - Constructor for class org.pushingpixels.flamingo.api.bcb.BreadcrumbPathEvent
-
Creates a new breadcrumb bar path event.
- BreadcrumbPathListener - Interface in org.pushingpixels.flamingo.api.bcb
-
The application listener on breadcrumb path events.
- BreadcrumbTreeAdapterSelector - Class in org.pushingpixels.flamingo.api.bcb.core
- BreadcrumbTreeAdapterSelector(JTree) - Constructor for class org.pushingpixels.flamingo.api.bcb.core.BreadcrumbTreeAdapterSelector
-
Creates an adapter for the specified tree.
- BreadcrumbTreeAdapterSelector(JTree, BreadcrumbTreeAdapterSelector.TreeAdapter) - Constructor for class org.pushingpixels.flamingo.api.bcb.core.BreadcrumbTreeAdapterSelector
-
Creates an adapter for the specified tree.
- BreadcrumbTreeAdapterSelector(TreeModel, BreadcrumbTreeAdapterSelector.TreeAdapter, boolean) - Constructor for class org.pushingpixels.flamingo.api.bcb.core.BreadcrumbTreeAdapterSelector
-
Creates an adapter for the specified tree model.
- BreadcrumbTreeAdapterSelector.TreeAdapter - Class in org.pushingpixels.flamingo.api.bcb.core
-
Tree adapter that allows plugging a custom rendering logic.
- BreadcrumbTreeAdapterSelector.TreeCallback - Class in org.pushingpixels.flamingo.api.bcb.core
-
Tree-adapter specific implementation of the
BreadcrumbBarCallBack
. - buttonGroup - Variable in class org.pushingpixels.flamingo.api.common.JCommandButtonPanel
-
The button group for the single selection mode.
- buttonGroups - Variable in class org.pushingpixels.flamingo.internal.ui.ribbon.JRibbonGallery
-
Gallery button groups.
- buttonMap - Variable in class org.pushingpixels.flamingo.api.common.AbstractFileViewPanel
-
Maps from file name to the buttons.
- buttonModel - Variable in class org.pushingpixels.flamingo.internal.ui.common.popup.BasicColorSelectorComponentUI
- buttonPanel - Variable in class org.pushingpixels.flamingo.internal.ui.common.BasicCommandButtonPanelUI
-
The associated command button panel.
- buttonPanel - Variable in class org.pushingpixels.flamingo.internal.ui.common.popup.BasicCommandPopupMenuUI.ScrollableCommandButtonPanel
-
The internal panel that hosts the icon command buttons.
- buttonRendererPane - Variable in class org.pushingpixels.flamingo.internal.ui.common.BasicCommandButtonUI
-
Used to provide a LAF-consistent appearance under core LAFs.
- buttons - Variable in class org.pushingpixels.flamingo.api.common.CommandToggleButtonGroup
-
Contains all group buttons.
- buttons - Variable in class org.pushingpixels.flamingo.api.common.JCommandButtonPanel
-
List of all button groups.
- buttons - Variable in class org.pushingpixels.flamingo.internal.ui.ribbon.JRibbonGallery
-
The buttons of
this
gallery. - buttonSelectionGroup - Variable in class org.pushingpixels.flamingo.internal.ui.ribbon.JRibbonGallery
-
Button group for ensuring that only one button is selected.
- ButtonSizingUtils - Class in org.pushingpixels.flamingo.internal.utils
- buttonStack - Variable in class org.pushingpixels.flamingo.internal.ui.bcb.BasicBreadcrumbBarUI
- buttonStrip - Variable in class org.pushingpixels.flamingo.internal.ui.common.BasicCommandButtonStripUI
-
The associated button strip.
- buttonStrip - Variable in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonGalleryUI
-
Contains the scroll down, scroll up and show popup buttons.
C
- cachedImages - Variable in class org.pushingpixels.flamingo.api.common.icon.FilteredResizableIcon
-
Image cache to speed up rendering.
- callback - Variable in class org.pushingpixels.flamingo.api.bcb.JBreadcrumbBar
-
Application callback.
- cancelMainWorker() - Method in class org.pushingpixels.flamingo.api.common.AbstractFileViewPanel
-
Cancels the pending processing.
- captionLabel - Variable in class org.pushingpixels.flamingo.internal.ui.common.popup.BasicColorSelectorPanelUI
- captionLabel - Variable in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonComponentUI
- CENTER - org.pushingpixels.flamingo.api.common.HorizontalAlignment
-
If the preferred width is less than the available width, the relevant component is horizontally centerd in its parent.
- chainParentComponent - Variable in class org.pushingpixels.flamingo.internal.utils.KeyTipManager.KeyTipChain
- changeListener - Variable in class org.pushingpixels.flamingo.internal.ui.common.BasicCommandButtonPanelUI
-
Change listener on
BasicCommandButtonPanelUI.buttonPanel
. - changeListener - Variable in class org.pushingpixels.flamingo.internal.ui.common.BasicCommandButtonStripUI
- changeListener - Variable in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicBandControlPanelUI
- checkResizePoliciesConsistency(AbstractRibbonBand) - Static method in class org.pushingpixels.flamingo.internal.utils.FlamingoUtilities
- checkResizePoliciesConsistencyBase(AbstractRibbonBand) - Static method in class org.pushingpixels.flamingo.internal.utils.FlamingoUtilities
- clearSelection() - Method in class org.pushingpixels.flamingo.api.common.CommandToggleButtonGroup
-
Clears the selection of this button group.
- clipString(FontMetrics, int, String) - Static method in class org.pushingpixels.flamingo.internal.utils.FlamingoUtilities
-
Clips string based on specified font metrics and available width (in pixels).
- cloneBand() - Method in class org.pushingpixels.flamingo.api.ribbon.AbstractRibbonBand
-
Returns a clone of this ribbon band.
- cloneBand() - Method in class org.pushingpixels.flamingo.api.ribbon.JFlowRibbonBand
- cloneBand() - Method in class org.pushingpixels.flamingo.api.ribbon.JRibbonBand
- collapsedButton - Variable in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonBandUI
-
The button for collapsed state.
- CollapsedButtonPopupPanel(Component, Dimension) - Constructor for class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonBandUI.CollapsedButtonPopupPanel
-
Creates popup gallery with the specified component.
- CollapseFromLast(RibbonTask) - Constructor for class org.pushingpixels.flamingo.api.ribbon.resize.CoreRibbonResizeSequencingPolicies.CollapseFromLast
-
Creates a new collapse from last resize sequencing policy for the specified task.
- color - Variable in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonBandUI.RoundBorder
-
Border color.
- colorSelectorComponent - Variable in class org.pushingpixels.flamingo.internal.ui.common.popup.BasicColorSelectorComponentUI
- ColorSelectorComponentUI - Class in org.pushingpixels.flamingo.internal.ui.common.popup
-
UI for command button (
JColorSelectorComponent
). - ColorSelectorComponentUI() - Constructor for class org.pushingpixels.flamingo.internal.ui.common.popup.ColorSelectorComponentUI
- colorSelectorContainer - Variable in class org.pushingpixels.flamingo.internal.ui.common.popup.BasicColorSelectorPanelUI
- colorSelectorPanel - Variable in class org.pushingpixels.flamingo.internal.ui.common.popup.BasicColorSelectorPanelUI
- ColorSelectorPanelUI - Class in org.pushingpixels.flamingo.internal.ui.common.popup
-
UI for command button (
JColorSelectorPanel
). - ColorSelectorPanelUI() - Constructor for class org.pushingpixels.flamingo.internal.ui.common.popup.ColorSelectorPanelUI
- ColorShiftFilter - Class in org.pushingpixels.flamingo.internal.utils
-
Image filter that shifts the colors of the original image.
- ColorShiftFilter(Color, double) - Constructor for class org.pushingpixels.flamingo.internal.utils.ColorShiftFilter
-
Creates a new color shift filter.
- COLUMN_FILL - org.pushingpixels.flamingo.api.common.JCommandButtonPanel.LayoutKind
-
The buttons are layed out in columns respecting the available height.
- ColumnFillLayout() - Constructor for class org.pushingpixels.flamingo.internal.ui.common.BasicCommandButtonPanelUI.ColumnFillLayout
- commandButton - Variable in class org.pushingpixels.flamingo.internal.ui.common.BasicCommandButtonUI
-
The associated command button.
- commandButton - Variable in class org.pushingpixels.flamingo.internal.ui.common.CommandButtonLayoutManagerBig
- CommandButtonDisplayState - Class in org.pushingpixels.flamingo.api.common
-
Display state for command buttons.
- CommandButtonDisplayState(String, int) - Constructor for class org.pushingpixels.flamingo.api.common.CommandButtonDisplayState
-
Creates a new element state.
- commandButtonKind - Variable in class org.pushingpixels.flamingo.api.common.JCommandButton
-
The command button kind of this button.
- CommandButtonLayoutInfo() - Constructor for class org.pushingpixels.flamingo.api.common.CommandButtonLayoutManager.CommandButtonLayoutInfo
- CommandButtonLayoutManager - Interface in org.pushingpixels.flamingo.api.common
-
Definition of a layout manager for
AbstractCommandButton
s. - CommandButtonLayoutManager.CommandButtonLayoutInfo - Class in org.pushingpixels.flamingo.api.common
-
Layout information on different visual parts of a single command button.
- CommandButtonLayoutManager.CommandButtonSeparatorOrientation - Enum in org.pushingpixels.flamingo.api.common
-
Enumerates the available values for separator orientations.
- CommandButtonLayoutManager.TextLayoutInfo - Class in org.pushingpixels.flamingo.api.common
-
Layout information on a single line of text.
- CommandButtonLayoutManagerBig - Class in org.pushingpixels.flamingo.internal.ui.common
- CommandButtonLayoutManagerBig(AbstractCommandButton) - Constructor for class org.pushingpixels.flamingo.internal.ui.common.CommandButtonLayoutManagerBig
- CommandButtonLayoutManagerBigFixed - Class in org.pushingpixels.flamingo.internal.ui.ribbon
- CommandButtonLayoutManagerBigFixed() - Constructor for class org.pushingpixels.flamingo.internal.ui.ribbon.CommandButtonLayoutManagerBigFixed
- CommandButtonLayoutManagerBigFixedLandscape - Class in org.pushingpixels.flamingo.internal.ui.ribbon
- CommandButtonLayoutManagerBigFixedLandscape() - Constructor for class org.pushingpixels.flamingo.internal.ui.ribbon.CommandButtonLayoutManagerBigFixedLandscape
- CommandButtonLayoutManagerCustom - Class in org.pushingpixels.flamingo.internal.ui.common
- CommandButtonLayoutManagerCustom(AbstractCommandButton) - Constructor for class org.pushingpixels.flamingo.internal.ui.common.CommandButtonLayoutManagerCustom
- CommandButtonLayoutManagerMedium - Class in org.pushingpixels.flamingo.internal.ui.common
- CommandButtonLayoutManagerMedium() - Constructor for class org.pushingpixels.flamingo.internal.ui.common.CommandButtonLayoutManagerMedium
- CommandButtonLayoutManagerMenuTileLevel1 - Class in org.pushingpixels.flamingo.internal.ui.ribbon.appmenu
- CommandButtonLayoutManagerMenuTileLevel1() - Constructor for class org.pushingpixels.flamingo.internal.ui.ribbon.appmenu.CommandButtonLayoutManagerMenuTileLevel1
- CommandButtonLayoutManagerMenuTileLevel2 - Class in org.pushingpixels.flamingo.internal.ui.ribbon.appmenu
- CommandButtonLayoutManagerMenuTileLevel2() - Constructor for class org.pushingpixels.flamingo.internal.ui.ribbon.appmenu.CommandButtonLayoutManagerMenuTileLevel2
- CommandButtonLayoutManagerSmall - Class in org.pushingpixels.flamingo.internal.ui.common
- CommandButtonLayoutManagerSmall() - Constructor for class org.pushingpixels.flamingo.internal.ui.common.CommandButtonLayoutManagerSmall
- CommandButtonLayoutManagerTile - Class in org.pushingpixels.flamingo.internal.ui.common
- CommandButtonLayoutManagerTile() - Constructor for class org.pushingpixels.flamingo.internal.ui.common.CommandButtonLayoutManagerTile
- commandButtonPanel - Variable in class org.pushingpixels.flamingo.internal.ui.common.popup.BasicCommandPopupMenuUI
- CommandButtonPanelUI - Class in org.pushingpixels.flamingo.internal.ui.common
-
UI for icon panel (
JCommandButtonPanel
). - CommandButtonPanelUI() - Constructor for class org.pushingpixels.flamingo.internal.ui.common.CommandButtonPanelUI
- CommandButtonPopupIcon(int, int) - Constructor for class org.pushingpixels.flamingo.internal.utils.ArrowResizableIcon.CommandButtonPopupIcon
- CommandButtonStripUI - Class in org.pushingpixels.flamingo.internal.ui.common
-
UI for button strip (
JCommandButtonStrip
). - CommandButtonStripUI() - Constructor for class org.pushingpixels.flamingo.internal.ui.common.CommandButtonStripUI
- CommandButtonUI - Class in org.pushingpixels.flamingo.internal.ui.common
-
UI for command button (
JCommandButton
). - CommandButtonUI() - Constructor for class org.pushingpixels.flamingo.internal.ui.common.CommandButtonUI
- CommandToggleButtonGroup - Class in org.pushingpixels.flamingo.api.common
-
Group of command toggle buttons.
- CommandToggleButtonGroup() - Constructor for class org.pushingpixels.flamingo.api.common.CommandToggleButtonGroup
-
Creates a new button group.
- comp - Variable in class org.pushingpixels.flamingo.internal.utils.KeyTipManager.KeyTipLink
- completed(boolean) - Method in interface org.pushingpixels.flamingo.api.common.AsynchronousLoadListener
-
Indicates that the asynchronous load has been completed.
- component - Variable in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonBandUI.CollapsedButtonPopupPanel
-
The main component of
this
popup panel. - componentHidden(ComponentEvent) - Method in class org.pushingpixels.flamingo.internal.ui.common.popup.BasicPopupPanelUI.WindowTracker
- componentListener - Variable in class org.pushingpixels.flamingo.internal.ui.bcb.BasicBreadcrumbBarUI
- componentMoved(ComponentEvent) - Method in class org.pushingpixels.flamingo.internal.ui.common.popup.BasicPopupPanelUI.WindowTracker
- componentResized(ComponentEvent) - Method in class org.pushingpixels.flamingo.internal.ui.common.popup.BasicPopupPanelUI.WindowTracker
- componentShown(ComponentEvent) - Method in class org.pushingpixels.flamingo.internal.ui.common.popup.BasicPopupPanelUI.WindowTracker
- configureCommandButton(AbstractFileViewPanel.Leaf, JCommandButton, ResizableIcon) - Method in class org.pushingpixels.flamingo.api.common.AbstractFileViewPanel
-
Configures the specified command button.
- configureExpandButton() - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonBandUI
- configureHelp(ResizableIcon, ActionListener) - Method in class org.pushingpixels.flamingo.api.ribbon.JRibbon
-
Configures the help button of this ribbon.
- configureLeftScrollerButtonAction() - Method in class org.pushingpixels.flamingo.internal.ui.common.BasicScrollablePanelUI
- configureRenderer() - Method in class org.pushingpixels.flamingo.internal.ui.common.BasicCommandButtonUI
- configureRenderer() - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.appmenu.BasicRibbonApplicationMenuButtonUI
- configureRightScrollerButtonAction() - Method in class org.pushingpixels.flamingo.internal.ui.common.BasicScrollablePanelUI
- controlPanel - Variable in class org.pushingpixels.flamingo.api.ribbon.AbstractRibbonBand
-
Band control panel.
- controlPanel - Variable in class org.pushingpixels.flamingo.api.ribbon.resize.BaseRibbonBandResizePolicy
-
The control panel of the associated ribbon band.
- ControlPanelGroup(String) - Constructor for class org.pushingpixels.flamingo.internal.ui.ribbon.JBandControlPanel.ControlPanelGroup
- CoreRibbonResizePolicies - Class in org.pushingpixels.flamingo.api.ribbon.resize
-
The core resize policies.
- CoreRibbonResizePolicies() - Constructor for class org.pushingpixels.flamingo.api.ribbon.resize.CoreRibbonResizePolicies
- CoreRibbonResizePolicies.BaseCoreRibbonBandResizePolicy - Class in org.pushingpixels.flamingo.api.ribbon.resize
-
The base class for mapping-based core resize policies.
- CoreRibbonResizePolicies.FlowThreeRows - Class in org.pushingpixels.flamingo.api.ribbon.resize
-
Core resize policy for
JFlowRibbonBand
that places the content in three rows. - CoreRibbonResizePolicies.FlowTwoRows - Class in org.pushingpixels.flamingo.api.ribbon.resize
-
Core resize policy for
JFlowRibbonBand
that places the content in two rows. - CoreRibbonResizePolicies.High2Low - Class in org.pushingpixels.flamingo.api.ribbon.resize
-
Core resize policy that maps all
RibbonElementPriority
s toRibbonElementPriority.LOW
. - CoreRibbonResizePolicies.High2Mid - Class in org.pushingpixels.flamingo.api.ribbon.resize
-
Core resize policy that maps:
RibbonElementPriority.TOP
->RibbonElementPriority.MEDIUM
RibbonElementPriority.MEDIUM
->RibbonElementPriority.LOW
RibbonElementPriority.LOW
->RibbonElementPriority.LOW
- CoreRibbonResizePolicies.Low2Mid - Class in org.pushingpixels.flamingo.api.ribbon.resize
-
Core resize policy that maps:
RibbonElementPriority.TOP
->RibbonElementPriority.TOP
RibbonElementPriority.MEDIUM
->RibbonElementPriority.TOP
RibbonElementPriority.LOW
->RibbonElementPriority.MEDIUM
- CoreRibbonResizePolicies.Mid2Low - Class in org.pushingpixels.flamingo.api.ribbon.resize
-
Core resize policy that maps:
RibbonElementPriority.TOP
->RibbonElementPriority.TOP
RibbonElementPriority.MEDIUM
->RibbonElementPriority.LOW
RibbonElementPriority.LOW
->RibbonElementPriority.LOW
- CoreRibbonResizePolicies.Mid2Mid - Class in org.pushingpixels.flamingo.api.ribbon.resize
-
Core resize policy that maps:
RibbonElementPriority.TOP
->RibbonElementPriority.TOP
RibbonElementPriority.MEDIUM
->RibbonElementPriority.MEDIUM
RibbonElementPriority.LOW
->RibbonElementPriority.MEDIUM
- CoreRibbonResizePolicies.Mirror - Class in org.pushingpixels.flamingo.api.ribbon.resize
-
Mirror core resize policy that maps the values of
RibbonElementPriority
s to themselves. - CoreRibbonResizePolicies.None - Class in org.pushingpixels.flamingo.api.ribbon.resize
-
Core resize policy that maps all
RibbonElementPriority
s toRibbonElementPriority.TOP
. - CoreRibbonResizeSequencingPolicies - Class in org.pushingpixels.flamingo.api.ribbon.resize
-
The core resize sequencing policies.
- CoreRibbonResizeSequencingPolicies() - Constructor for class org.pushingpixels.flamingo.api.ribbon.resize.CoreRibbonResizeSequencingPolicies
- CoreRibbonResizeSequencingPolicies.CollapseFromLast - Class in org.pushingpixels.flamingo.api.ribbon.resize
-
The collapse from last resize sequencing policy.
- CoreRibbonResizeSequencingPolicies.RoundRobin - Class in org.pushingpixels.flamingo.api.ribbon.resize
-
The round robin resize sequencing policy.
- createBandHostPanel() - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonUI
- createBandHostPanelLayoutManager() - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonUI
- createButtonListener(AbstractCommandButton) - Method in class org.pushingpixels.flamingo.internal.ui.common.BasicCommandButtonUI
-
Creates the button listener for the specified command button.
- createCompatibleDestImage(BufferedImage, ColorModel) - Method in class org.pushingpixels.flamingo.internal.utils.AbstractFilter
- createDisabledIcon() - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonComponentUI
- createExpandButton() - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonBandUI
-
Creates the expand button for the associated ribbon band.
- createExpandButton() - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonGalleryUI
-
Creates the expand button.
- createLayoutManager() - Method in class org.pushingpixels.flamingo.internal.ui.bcb.BasicBreadcrumbBarUI
-
Invoked by
installUI
to create a layout manager object to manage theJBreadcrumbBar
. - createLayoutManager() - Method in class org.pushingpixels.flamingo.internal.ui.common.BasicCommandButtonPanelUI
-
Returns the layout manager for the associated button panel.
- createLayoutManager() - Method in class org.pushingpixels.flamingo.internal.ui.common.BasicCommandButtonStripUI
-
Invoked by
installUI
to create a layout manager object to manage theJCommandButtonStrip
. - createLayoutManager() - Method in class org.pushingpixels.flamingo.internal.ui.common.BasicRichTooltipPanelUI
- createLayoutManager() - Method in class org.pushingpixels.flamingo.internal.ui.common.popup.BasicCommandPopupMenuUI
- createLayoutManager() - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicBandControlPanelUI
-
Invoked by
installUI
to create a layout manager object to manage theJBandControlPanel
. - createLayoutManager() - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicFlowBandControlPanelUI
- createLayoutManager() - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonBandUI
-
Invoked by
installUI
to create a layout manager object to manage theJCommandButtonStrip
. - createLayoutManager() - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonComponentUI
- createLayoutManager() - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonGalleryUI
-
Invoked by
installUI
to create a layout manager object to manage theJCommandButtonStrip
. - createLayoutManager() - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonUI
-
Invoked by
installUI
to create a layout manager object to manage theJRibbon
. - createLayoutManager(AbstractCommandButton) - Method in class org.pushingpixels.flamingo.api.common.CommandButtonDisplayState
-
Creates a layout manager for the specified button.
- createLeadingScroller() - Method in class org.pushingpixels.flamingo.internal.ui.common.BasicScrollablePanelUI
- createMainPanel() - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.appmenu.BasicRibbonApplicationMenuPopupPanelUI
- createMenuPanel() - Method in class org.pushingpixels.flamingo.internal.ui.common.popup.BasicCommandPopupMenuUI
- createPopupActionIcon() - Method in class org.pushingpixels.flamingo.internal.ui.common.BasicCommandButtonUI
-
Creates the icon for the popup area.
- createPopupActionListener() - Method in class org.pushingpixels.flamingo.internal.ui.common.BasicCommandButtonUI
-
Creates the popup action listener for this command button.
- createRendererButton() - Method in class org.pushingpixels.flamingo.internal.ui.common.BasicCommandButtonUI
-
Creates the renderer button.
- createRendererButton() - Method in class org.pushingpixels.flamingo.internal.ui.common.BasicCommandToggleButtonUI
- createRootPane() - Method in class org.pushingpixels.flamingo.api.ribbon.JRibbonFrame
- createScrollableButtonPanel() - Method in class org.pushingpixels.flamingo.internal.ui.common.popup.BasicCommandPopupMenuUI
- createScrollDownButton() - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonGalleryUI
-
Creates the scroll-down button.
- createScrollUpButton() - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonGalleryUI
-
Creates the scroll-up button.
- createTaskbarLayoutManager() - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonUI
-
Invoked by
installUI
to create a layout manager object to manage theJRibbon
taskbar. - createTaskToggleButtonsHostPanel() - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonUI
- createTaskToggleButtonsHostPanelLayoutManager() - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonUI
- createThumbnail(BufferedImage, int) - Static method in class org.pushingpixels.flamingo.internal.utils.FlamingoUtilities
-
Creates a thumbnail of the specified width.
- createTrailingScroller() - Method in class org.pushingpixels.flamingo.internal.ui.common.BasicScrollablePanelUI
- createUI(JComponent) - Static method in class org.pushingpixels.flamingo.internal.ui.bcb.BasicBreadcrumbBarUI
- createUI(JComponent) - Static method in class org.pushingpixels.flamingo.internal.ui.common.BasicCommandButtonPanelUI
- createUI(JComponent) - Static method in class org.pushingpixels.flamingo.internal.ui.common.BasicCommandButtonStripUI
- createUI(JComponent) - Static method in class org.pushingpixels.flamingo.internal.ui.common.BasicCommandButtonUI
- createUI(JComponent) - Static method in class org.pushingpixels.flamingo.internal.ui.common.BasicCommandMenuButtonUI
- createUI(JComponent) - Static method in class org.pushingpixels.flamingo.internal.ui.common.BasicCommandToggleButtonUI
- createUI(JComponent) - Static method in class org.pushingpixels.flamingo.internal.ui.common.BasicCommandToggleMenuButtonUI
- createUI(JComponent) - Static method in class org.pushingpixels.flamingo.internal.ui.common.BasicRichTooltipPanelUI
- createUI(JComponent) - Static method in class org.pushingpixels.flamingo.internal.ui.common.BasicScrollablePanelUI
- createUI(JComponent) - Static method in class org.pushingpixels.flamingo.internal.ui.common.popup.BasicColorSelectorComponentUI
- createUI(JComponent) - Static method in class org.pushingpixels.flamingo.internal.ui.common.popup.BasicColorSelectorPanelUI
- createUI(JComponent) - Static method in class org.pushingpixels.flamingo.internal.ui.common.popup.BasicCommandPopupMenuUI
- createUI(JComponent) - Static method in class org.pushingpixels.flamingo.internal.ui.common.popup.BasicPopupPanelUI
- createUI(JComponent) - Static method in class org.pushingpixels.flamingo.internal.ui.ribbon.appmenu.BasicRibbonApplicationMenuButtonUI
-
Creates a UI delegate for a
JRibbonApplicationMenuButton
. - createUI(JComponent) - Static method in class org.pushingpixels.flamingo.internal.ui.ribbon.appmenu.BasicRibbonApplicationMenuPopupPanelUI
- createUI(JComponent) - Static method in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicBandControlPanelUI
- createUI(JComponent) - Static method in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicFlowBandControlPanelUI
- createUI(JComponent) - Static method in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonBandUI
- createUI(JComponent) - Static method in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonComponentUI
- createUI(JComponent) - Static method in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonGalleryUI
- createUI(JComponent) - Static method in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonTaskToggleButtonUI
- createUI(JComponent) - Static method in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonUI
- currDimension - Variable in class org.pushingpixels.flamingo.api.common.JCommandButtonPanel
-
Current icon dimension.
- currState - Variable in class org.pushingpixels.flamingo.api.common.JCommandButtonPanel
-
Current icon state.
- customDimension - Variable in class org.pushingpixels.flamingo.api.common.AbstractCommandButton
-
The dimension of the icon of the associated command button in the
CommandButtonDisplayState.FIT_TO_ICON
state. - customizer - Variable in class org.pushingpixels.flamingo.api.common.popup.JPopupPanel
-
The customizer for this popup panel.
D
- data - Variable in class org.pushingpixels.flamingo.api.bcb.BreadcrumbItem
-
Data value for this item.
- DecoratedResizableIcon - Class in org.pushingpixels.flamingo.api.common.icon
-
Implementation of
ResizableIcon
that adds decorations to a main icon. - DecoratedResizableIcon(ResizableIcon) - Constructor for class org.pushingpixels.flamingo.api.common.icon.DecoratedResizableIcon
-
Creates a new decorated icon with no decorators.
- DecoratedResizableIcon(ResizableIcon, DecoratedResizableIcon.IconDecorator...) - Constructor for class org.pushingpixels.flamingo.api.common.icon.DecoratedResizableIcon
-
Creates a new decorated icon.
- DecoratedResizableIcon.IconDecorator - Interface in org.pushingpixels.flamingo.api.common.icon
-
Icon decorator interface.
- decorators - Variable in class org.pushingpixels.flamingo.api.common.icon.DecoratedResizableIcon
-
List of icon decorators.
- defaultManager() - Static method in class org.pushingpixels.flamingo.api.common.popup.PopupPanelManager
-
Returns the default popup panel manager.
- defaultManager() - Static method in class org.pushingpixels.flamingo.internal.utils.KeyTipManager
- delegate - Variable in class org.pushingpixels.flamingo.api.common.icon.DecoratedResizableIcon
-
The main delegate icon.
- delegate - Variable in class org.pushingpixels.flamingo.api.common.icon.FilteredResizableIcon
-
The main (pre-filtered) icon.
- descriptionLabels - Variable in class org.pushingpixels.flamingo.internal.ui.common.BasicRichTooltipPanelUI
- descriptionSections - Variable in class org.pushingpixels.flamingo.api.common.RichTooltip
-
The description sections of this tooltip.
- descriptionText - Variable in class org.pushingpixels.flamingo.api.ribbon.RibbonApplicationMenuEntrySecondary
-
Extra description text for this secondary menu entry.
- DirCallback(boolean) - Constructor for class org.pushingpixels.flamingo.api.bcb.core.BreadcrumbFileSelector.DirCallback
-
Creates a new callback.
- DirCallback(FileSystemView, boolean) - Constructor for class org.pushingpixels.flamingo.api.bcb.core.BreadcrumbFileSelector.DirCallback
-
Creates a new callback.
- direction - Variable in class org.pushingpixels.flamingo.internal.utils.ArrowResizableIcon
-
Arrow direction.
- direction - Variable in class org.pushingpixels.flamingo.internal.utils.DoubleArrowResizableIcon
-
Arrow direction.
- disabledIcon - Variable in class org.pushingpixels.flamingo.api.common.AbstractCommandButton
-
Associated disabled icon.
- disabledIcon - Variable in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonComponentUI
- DismissTimerAction() - Constructor for class org.pushingpixels.flamingo.api.common.RichToolTipManager.DismissTimerAction
- displayPriority - Variable in class org.pushingpixels.flamingo.internal.ui.ribbon.JRibbonGallery
-
The current display priority of
this
in-ribbon gallery. - displayState - Variable in class org.pushingpixels.flamingo.api.common.AbstractCommandButton
-
Current display state of
this
button. - displayState - Variable in class org.pushingpixels.flamingo.api.common.JCommandButtonStrip
-
Element state for the buttons in this button strip.
- dispose() - Method in class org.pushingpixels.flamingo.api.ribbon.JRibbonFrame
- disposePopupsActionListener - Variable in class org.pushingpixels.flamingo.internal.ui.common.BasicCommandButtonUI
-
This listener disposes all popup panels when button's action is activated.
- doActionClick() - Method in class org.pushingpixels.flamingo.api.common.AbstractCommandButton
-
Programmatically perform an action "click".
- doActionRollover() - Method in class org.pushingpixels.flamingo.api.common.JCommandMenuButton
-
Programmatically perform a "rollover" on the action area.
- doLayout() - Method in class org.pushingpixels.flamingo.api.common.JScrollablePanel
- DONT_DISPOSE_POPUPS - Static variable in class org.pushingpixels.flamingo.internal.ui.common.BasicCommandButtonUI
-
Client property to mark the command button to not dispose the popups on activation.
- doPopupClick() - Method in class org.pushingpixels.flamingo.api.common.JCommandButton
-
Programmatically perform a "click" on the popup area.
- DoubleArrowResizableIcon - Class in org.pushingpixels.flamingo.internal.utils
-
Helper implementation of
ResizableIcon
that draws a double arrow. - DoubleArrowResizableIcon(int, int) - Constructor for class org.pushingpixels.flamingo.internal.utils.DoubleArrowResizableIcon
-
Creates a new double arrow resizable icon.
- DoubleArrowResizableIcon(Dimension, int) - Constructor for class org.pushingpixels.flamingo.internal.utils.DoubleArrowResizableIcon
-
Creates a new double arrow resizable icon.
- DOWNWARD - org.pushingpixels.flamingo.api.common.JCommandButton.CommandButtonPopupOrientationKind
-
Indicates that the popup should be displayed below the button.
- dummy - Variable in class org.pushingpixels.flamingo.internal.ui.bcb.BasicBreadcrumbBarUI
E
- EMPTY_GALLERY_BUTTONS_LIST - Static variable in class org.pushingpixels.flamingo.internal.ui.ribbon.JBandControlPanel
-
Empty list of buttons.
- EMPTY_RIBBON_GALLERIES_LIST - Static variable in class org.pushingpixels.flamingo.internal.ui.ribbon.JBandControlPanel
-
Empty list of galleries.
- EmptyResizableIcon - Class in org.pushingpixels.flamingo.api.common.icon
-
Implementation of
ResizableIcon
that paints nothing. - EmptyResizableIcon(int) - Constructor for class org.pushingpixels.flamingo.api.common.icon.EmptyResizableIcon
-
Creates a new empty resizable icon of the specified size.
- EmptyResizableIcon(Dimension) - Constructor for class org.pushingpixels.flamingo.api.common.icon.EmptyResizableIcon
-
Creates a new empty resizable icon of the specified size.
- EMULATE_SQUARE_BUTTON - Static variable in class org.pushingpixels.flamingo.internal.ui.common.BasicCommandButtonUI
-
Client property to mark the command button to have square corners.
- enabled - Variable in class org.pushingpixels.flamingo.internal.utils.KeyTipManager.KeyTipLink
- eventDispatched(AWTEvent) - Method in class org.pushingpixels.flamingo.internal.ui.common.popup.BasicPopupPanelUI.WindowTracker
- exceptionHandlers - Variable in class org.pushingpixels.flamingo.api.bcb.JBreadcrumbBar
-
List of registered exception handlers.
- expandActionButton - Variable in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonGalleryUI
-
The button that shows the associated popup gallery.
- expandButton - Variable in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonBandUI
-
The band expand button.
- expandButtonActionListener - Variable in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonBandUI
-
Action listener on the expand button.
- ExpandCommandButton(ResizableIcon) - Constructor for class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonGalleryUI.ExpandCommandButton
- expandListener - Variable in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonGalleryUI
-
Listener on the gallery expand button.
- ExtComponentLayout() - Constructor for class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonComponentUI.ExtComponentLayout
- extraText - Variable in class org.pushingpixels.flamingo.api.common.AbstractCommandButton
-
Additional text.
- extraTextLayoutInfoList - Variable in class org.pushingpixels.flamingo.api.common.CommandButtonLayoutManager.CommandButtonLayoutInfo
-
Layout information for the command button extra text (that can span multiple lines).
F
- FILL - org.pushingpixels.flamingo.api.common.HorizontalAlignment
-
The component is placed to fill all available width from its parent.
- filter(BufferedImage, BufferedImage) - Method in class org.pushingpixels.flamingo.internal.utils.ColorShiftFilter
- FilteredResizableIcon - Class in org.pushingpixels.flamingo.api.common.icon
-
Implementation of
ResizableIcon
that allows applying aBufferedImageOp
on another icon. - FilteredResizableIcon(ResizableIcon, BufferedImageOp) - Constructor for class org.pushingpixels.flamingo.api.common.icon.FilteredResizableIcon
-
Creates a new filtered icon.
- fireActionPerformed(ActionEvent) - Method in class org.pushingpixels.flamingo.api.common.AbstractCommandButton
-
Notifies all listeners that have registered interest for notification on this event type.
- fireChanged() - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.JBandControlPanel
- fireKeyTipsHidden(JRibbonFrame) - Method in class org.pushingpixels.flamingo.internal.utils.KeyTipManager
- fireKeyTipsShown(JRibbonFrame) - Method in class org.pushingpixels.flamingo.internal.utils.KeyTipManager
- firePathChanged(int) - Method in class org.pushingpixels.flamingo.api.bcb.BreadcrumbBarModel
-
Fires a
BreadcrumbPathEvent
. - firePopupActionPerformed(ActionEvent) - Method in class org.pushingpixels.flamingo.api.common.JCommandButton
-
Notifies all listeners that have registered interest for notification on this event type.
- firePopupHidden(JPopupPanel, JComponent) - Method in class org.pushingpixels.flamingo.api.common.popup.PopupPanelManager
-
Fires an event on hiding the specified popup panel.
- firePopupShown(JPopupPanel, JComponent) - Method in class org.pushingpixels.flamingo.api.common.popup.PopupPanelManager
-
Fires an event on showing the specified popup panel.
- firePropertyChange(String, Object, Object) - Method in class org.pushingpixels.flamingo.api.common.CommandToggleButtonGroup
-
Fires a property change event on all registered listeners.
- fireRolloverActionPerformed(ActionEvent) - Method in class org.pushingpixels.flamingo.internal.ui.common.BasicCommandMenuButtonUI
-
Fires the rollover action on all registered handlers.
- fireStateChanged() - Method in class org.pushingpixels.flamingo.api.common.AbstractCommandButton
-
Notifies all listeners that have registered interest for notification on this event type.
- fireStateChanged() - Method in class org.pushingpixels.flamingo.api.common.JCommandButtonPanel
-
Notifies all registered listener that the state of this command button panel has changed.
- fireStateChanged() - Method in class org.pushingpixels.flamingo.api.common.JCommandButtonStrip
-
Notifies all registered listener that the state of this command button strip has changed.
- fireStateChanged() - Method in class org.pushingpixels.flamingo.api.common.JScrollablePanel
- fireStateChanged() - Method in class org.pushingpixels.flamingo.api.common.popup.JCommandPopupMenu
-
Notifies all registered listener that the state of this popup menu has changed.
- fireStateChanged() - Method in class org.pushingpixels.flamingo.api.ribbon.JRibbon
-
Notifies all registered listeners that the state of this ribbon has changed.
- FIRST - org.pushingpixels.flamingo.api.common.AbstractCommandButton.CommandButtonLocationOrderKind
-
Indicates that this button is the first button in the strip.
- firstVisibleButtonIndex - Variable in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonGalleryUI
-
The index of the first visible button.
- FIT_TO_ICON - Static variable in class org.pushingpixels.flamingo.api.common.CommandButtonDisplayState
-
Fit to icon state.
- FlamingoUtilities - Class in org.pushingpixels.flamingo.internal.utils
-
Helper utilities for Flamingo project.
- FlamingoUtilities() - Constructor for class org.pushingpixels.flamingo.internal.utils.FlamingoUtilities
- FlowThreeRows(JFlowBandControlPanel) - Constructor for class org.pushingpixels.flamingo.api.ribbon.resize.CoreRibbonResizePolicies.FlowThreeRows
-
Creates a new three-row resize policy for
JFlowRibbonBand
s. - FlowTwoRows(JFlowBandControlPanel) - Constructor for class org.pushingpixels.flamingo.api.ribbon.resize.CoreRibbonResizePolicies.FlowTwoRows
-
Creates a new two-row resize policy for
JFlowRibbonBand
s. - focusGained(FocusEvent) - Method in class org.pushingpixels.flamingo.internal.ui.common.BasicCommandButtonListener
- focusLost(FocusEvent) - Method in class org.pushingpixels.flamingo.internal.ui.common.BasicCommandButtonListener
- footerImage - Variable in class org.pushingpixels.flamingo.api.common.RichTooltip
-
The footer image of this tooltip.
- footerImageLabel - Variable in class org.pushingpixels.flamingo.internal.ui.common.BasicRichTooltipPanelUI
- footerLabels - Variable in class org.pushingpixels.flamingo.internal.ui.common.BasicRichTooltipPanelUI
- footerPanel - Variable in class org.pushingpixels.flamingo.internal.ui.ribbon.appmenu.BasicRibbonApplicationMenuPopupPanelUI
- footerSections - Variable in class org.pushingpixels.flamingo.api.common.RichTooltip
-
The footer sections of this tooltip.
- footerSeparator - Variable in class org.pushingpixels.flamingo.internal.ui.common.BasicRichTooltipPanelUI
- FORCE_ICON - Static variable in class org.pushingpixels.flamingo.internal.ui.common.popup.BasicCommandPopupMenuUI
- fsv - Variable in class org.pushingpixels.flamingo.api.bcb.core.BreadcrumbFileSelector.DirCallback
-
File system view.
G
- get(String) - Method in class org.pushingpixels.flamingo.api.common.KeyValuePair
-
Returns the property attached to the specified key.
- getActionKeyTip() - Method in class org.pushingpixels.flamingo.api.common.AbstractCommandButton
-
Returns the key tip for the action area of this button.
- getActionModel() - Method in class org.pushingpixels.flamingo.api.common.AbstractCommandButton
-
Returns the action model for this button.
- getAlphaColor(Color, int) - Static method in class org.pushingpixels.flamingo.internal.utils.FlamingoUtilities
-
Returns the alpha version of the specified color.
- getApplicationIcon() - Method in class org.pushingpixels.flamingo.api.ribbon.JRibbon
-
Returns the application icon.
- getApplicationIcon() - Method in class org.pushingpixels.flamingo.api.ribbon.JRibbonFrame
- getApplicationIcon() - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.RibbonUI
-
Returns the application icon.
- getApplicationMenu() - Method in class org.pushingpixels.flamingo.api.ribbon.JRibbon
-
Returns the application menu of this ribbon.
- getApplicationMenuButton(Component) - Static method in class org.pushingpixels.flamingo.internal.utils.FlamingoUtilities
-
Recursively searches the
comp
child components for aJRibbonApplicationMenuButton
and returns it. - getApplicationMenuKeyTip() - Method in class org.pushingpixels.flamingo.api.ribbon.JRibbon
-
Returns the key tip of the application menu button.
- getApplicationMenuRichTooltip() - Method in class org.pushingpixels.flamingo.api.ribbon.JRibbon
-
Returns the rich tooltip of the application menu button.
- getAppMenuButton() - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.appmenu.JRibbonApplicationMenuPopupPanel
- 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.
- 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.
- 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. - getBandGap() - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonUI
-
Returns the layout gap for the bands in the associated ribbon.
- getBands() - Method in class org.pushingpixels.flamingo.api.ribbon.RibbonTask
-
Returns an unmodifiable view on the ribbon bands of this task.
- getBandTitleHeight() - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonBandUI
-
Returns the height of the ribbon band title area.
- getBandTitleHeight() - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.RibbonBandUI
- getBlankImage(int, int) - Static method in class org.pushingpixels.flamingo.internal.utils.FlamingoUtilities
-
Retrieves transparent image of specified dimension.
- getBorderColor() - Static method in class org.pushingpixels.flamingo.internal.utils.FlamingoUtilities
- getBorderInsets(Component) - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonBandUI.RoundBorder
- getBounds2D(BufferedImage) - Method in class org.pushingpixels.flamingo.internal.utils.AbstractFilter
- getButton(int) - Method in class org.pushingpixels.flamingo.api.common.JCommandButtonStrip
-
Returns the specified button component of
this
strip. - getButtonAt(int) - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.JRibbonGallery
-
Returns the gallery button at specified index.
- getButtonCount() - Method in class org.pushingpixels.flamingo.api.common.JCommandButtonPanel
-
Returns the number of buttons in this panel.
- getButtonCount() - Method in class org.pushingpixels.flamingo.api.common.JCommandButtonStrip
-
Returns the number of buttons in
this
strip. - getButtonCount() - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.JRibbonGallery
-
Returns the number of gallery buttons in
this
in-ribbon gallery. - getButtonDisplayState() - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.JRibbonGallery
- getButtonGroup(String) - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.JRibbonGallery
-
Returns the list of buttons in the specifed button group.
- getButtonGroupCount() - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.JRibbonGallery
-
Returns the number of button groups in
this
in-ribbon gallery. - getButtonMap() - Method in class org.pushingpixels.flamingo.api.common.AbstractFileViewPanel
-
Returns the button map.
- getCallback() - Method in class org.pushingpixels.flamingo.api.bcb.JBreadcrumbBar
-
Returns the application callback.
- getCaption() - Method in class org.pushingpixels.flamingo.api.ribbon.JRibbonComponent
-
Returns the caption of this wrapper component.
- getCaption() - Method in class org.pushingpixels.flamingo.internal.ui.common.popup.JColorSelectorPanel
- getCollapsedButton() - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonBandUI
-
Deprecated.
- 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.
- getColor() - Method in class org.pushingpixels.flamingo.internal.ui.common.popup.JColorSelectorComponent
- getColor(Color, String...) - Static method in class org.pushingpixels.flamingo.internal.utils.FlamingoUtilities
-
Gets the color based on the specified
UIManager
keys. - getColorSelectionContainer() - Method in class org.pushingpixels.flamingo.internal.ui.common.popup.JColorSelectorPanel
- getColorSelectorCallback() - Method in class org.pushingpixels.flamingo.api.common.popup.JColorSelectorPopupMenu
- getCommandButtonKind() - Method in class org.pushingpixels.flamingo.api.common.JCommandButton
-
Returns the command button kind of this button.
- getCommandButtonPopupActionIcon(JCommandButton) - Static method in class org.pushingpixels.flamingo.internal.utils.FlamingoUtilities
-
Returns a popup action icon for the specific command button.
- getComponent() - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonBandUI.CollapsedButtonPopupPanel
-
Returns the main component of
this
popup gallery. - getContextualGroup() - Method in class org.pushingpixels.flamingo.api.ribbon.RibbonTask
-
Returns the contextual task group for this ribbon task.
- getContextualGroupHueColor() - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.JRibbonTaskToggleButton
-
Returns the hue color of the matching contextual task group if the associated task is contextual.
- getContextualTaskGroup(int) - Method in class org.pushingpixels.flamingo.api.ribbon.JRibbon
-
Retrieves contextual task group at specified index.
- getContextualTaskGroupBounds(RibbonContextualTaskGroup) - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonUI
- getContextualTaskGroupBounds(RibbonContextualTaskGroup) - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.RibbonUI
-
Returns the bounds of the specified contextual task group.
- 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. - getControlPanelGroupCount() - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.JBandControlPanel
- getControlPanelGroups() - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.JBandControlPanel
- getControlPanelGroupTitle(int) - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.JBandControlPanel
- getCoreFlowPoliciesRestrictive(JFlowRibbonBand, int) - Static method in class org.pushingpixels.flamingo.api.ribbon.resize.CoreRibbonResizePolicies
-
Returns a list that has
CoreRibbonResizePolicies.FlowTwoRows
policy followed by theCoreRibbonResizePolicies.FlowThreeRows
resize policy. - 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
CommandButtonDisplayState.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.
- getCurrentlyShownKeyTipChain() - Method in class org.pushingpixels.flamingo.internal.utils.KeyTipManager
- getCurrentlyShownKeyTips() - Method in class org.pushingpixels.flamingo.internal.utils.KeyTipManager
- getCurrentlyShownRibbonTasks() - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonUI
-
Returns the list of currently shown ribbon tasks.
- getCurrentResizePolicy() - Method in class org.pushingpixels.flamingo.api.ribbon.AbstractRibbonBand
-
Returns the current resize policy of this ribbon band.
- getCustomDimension() - Method in class org.pushingpixels.flamingo.api.common.AbstractCommandButton
-
Returns the dimension of the icon of the associated command button in the
CommandButtonDisplayState.FIT_TO_ICON
state. - 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
- getDefaultCallback() - Method in class org.pushingpixels.flamingo.api.ribbon.RibbonApplicationMenu
-
Returns the default callback of this ribbon application menu.
- getDescriptionSections() - Method in class org.pushingpixels.flamingo.api.common.RichTooltip
-
Returns an unmodifiable list of description sections of this tooltip.
- getDescriptionText() - Method in class org.pushingpixels.flamingo.api.ribbon.RibbonApplicationMenuEntrySecondary
-
Returns the description text of this secondary menu entry.
- getDescriptionTextWidth() - Method in class org.pushingpixels.flamingo.internal.ui.common.BasicRichTooltipPanelUI
- getDisabledIcon() - Method in class org.pushingpixels.flamingo.api.common.AbstractCommandButton
-
Returns the associated disabled icon.
- getDismissDelay() - Method in class org.pushingpixels.flamingo.api.common.RichToolTipManager
-
Returns the dismissal delay value.
- getDisplayName() - Method in class org.pushingpixels.flamingo.api.common.CommandButtonDisplayState
-
Returns the display name for this state.
- getDisplayPriority() - Method in class org.pushingpixels.flamingo.api.ribbon.JRibbonComponent
- getDisplayPriority() - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.JRibbonGallery
-
Returns the current display priority for
this
in-ribbon gallery. - getDisplayState() - Method in class org.pushingpixels.flamingo.api.common.AbstractCommandButton
-
Return the current display state of
this
button. - getExceptionHandlers() - Method in class org.pushingpixels.flamingo.api.bcb.JBreadcrumbBar
-
Returns the list of currently registered exception handlers.
- getExpandActionListener() - Method in class org.pushingpixels.flamingo.api.ribbon.AbstractRibbonBand
-
Returns the expand action listener of
this
ribbon band. - getExpandButton() - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonBandUI
-
Deprecated.
- 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.
- getExpandKeyTip() - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.JRibbonGallery
- getExtraText() - Method in class org.pushingpixels.flamingo.api.common.AbstractCommandButton
-
Returns the extra text of this button.
- getFlowComponents() - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.JFlowBandControlPanel
-
Returns regular panels of
this
control panel. - getFont(Component, String...) - Static method in class org.pushingpixels.flamingo.internal.utils.FlamingoUtilities
-
Gets the component font.
- getFooterEntries() - Method in class org.pushingpixels.flamingo.api.ribbon.RibbonApplicationMenu
-
Returns an unmodifiable list of all footer menu entries of this application menu.
- getFooterImage() - Method in class org.pushingpixels.flamingo.api.common.RichTooltip
-
Returns the footer image of this tooltip.
- getFooterSections() - Method in class org.pushingpixels.flamingo.api.common.RichTooltip
-
Returns an unmodifiable list of footer sections of this tooltip.
- getForegroundColor(boolean) - Method in class org.pushingpixels.flamingo.internal.ui.common.BasicCommandButtonUI
- getGroupButtons(int) - Method in class org.pushingpixels.flamingo.api.common.JCommandButtonPanel
-
Returns the list of all buttons in the specified button group.
- getGroupCount() - Method in class org.pushingpixels.flamingo.api.common.JCommandButtonPanel
-
Returns the number of button groups in this panel.
- getGroupInsets() - Method in class org.pushingpixels.flamingo.internal.ui.common.BasicCommandButtonPanelUI
-
Returns the insets of button panel groups.
- getGroupTitle() - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.JBandControlPanel.ControlPanelGroup
- getGroupTitleAt(int) - Method in class org.pushingpixels.flamingo.api.common.JCommandButtonPanel
-
Returns the title of the button group at the specified index.
- getGroupTitleHeight(int) - Method in class org.pushingpixels.flamingo.internal.ui.common.BasicCommandButtonPanelUI
-
Returns the height of the group title strip.
- getHelpActionListener() - Method in class org.pushingpixels.flamingo.api.ribbon.JRibbon
-
Returns the action listener for the help button.
- getHelpIcon() - Method in class org.pushingpixels.flamingo.api.ribbon.JRibbon
-
Returns the icon for the help button.
- getHelpRichTooltip() - Method in class org.pushingpixels.flamingo.api.ribbon.JRibbon
-
Returns the rich tooltip of the help button.
- getHGapScaleFactor() - Method in class org.pushingpixels.flamingo.api.common.AbstractCommandButton
-
Returns the horizontal gap scale factor for the content of this button.
- getHLayoutGap(AbstractCommandButton) - Static method in class org.pushingpixels.flamingo.internal.utils.FlamingoUtilities
- 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.ribbon.JRibbonComponent
-
Returns the horizontal alignment for this wrapper component.
- 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() - Method in class org.pushingpixels.flamingo.api.ribbon.AbstractRibbonBand
-
Returns the icon for the collapsed state.
- getIcon() - Method in class org.pushingpixels.flamingo.api.ribbon.JRibbonComponent
-
Returns the wrapper icon of this wrapper component.
- 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(Object) - Method in class org.pushingpixels.flamingo.api.bcb.core.BreadcrumbTreeAdapterSelector.TreeAdapter
-
Returns the icon for the specified tree node.
- 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.
- 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
- getIconHeight() - Method in class org.pushingpixels.flamingo.internal.ui.common.ResizableIconUIResource
- getIconHeight() - Method in class org.pushingpixels.flamingo.internal.utils.ArrowResizableIcon
- getIconHeight() - Method in class org.pushingpixels.flamingo.internal.utils.DoubleArrowResizableIcon
- getIconTextGapFactor() - Method in class org.pushingpixels.flamingo.internal.ui.common.CommandButtonLayoutManagerMedium
- getIconToPaint() - Method in class org.pushingpixels.flamingo.internal.ui.common.BasicCommandButtonUI
-
Returns the current icon.
- 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
- getIconWidth() - Method in class org.pushingpixels.flamingo.internal.ui.common.ResizableIconUIResource
- getIconWidth() - Method in class org.pushingpixels.flamingo.internal.utils.ArrowResizableIcon
- getIconWidth() - Method in class org.pushingpixels.flamingo.internal.utils.DoubleArrowResizableIcon
- getIndex() - Method in class org.pushingpixels.flamingo.api.bcb.BreadcrumbItem
-
Returns the index of
this
item. - getIndex() - Method in interface org.pushingpixels.flamingo.api.bcb.JBreadcrumbBar.BreadcrumbBarElement
-
Returns the index of
this
element. - 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.internal.utils.ButtonSizingUtils
- 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.JRibbonComponent
-
Returns the key tip for this wrapper component.
- 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.internal.ui.ribbon.JRibbonTaskToggleButton
- getKeyTipAnchorCenterPoint() - Method in class org.pushingpixels.flamingo.internal.ui.common.BasicCommandButtonUI
- getKeyTipAnchorCenterPoint() - Method in class org.pushingpixels.flamingo.internal.ui.common.CommandButtonUI
- getKeyTipAnchorCenterPoint() - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonComponentUI
- getKeyTipAnchorCenterPoint() - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.RibbonComponentUI
- getKeyTipAnchorCenterPoint(AbstractCommandButton) - Method in interface org.pushingpixels.flamingo.api.common.CommandButtonLayoutManager
-
Returns the anchor center point of the key tip of the specified command button.
- getKeyTipAnchorCenterPoint(AbstractCommandButton) - Method in class org.pushingpixels.flamingo.internal.ui.common.CommandButtonLayoutManagerBig
- getKeyTipAnchorCenterPoint(AbstractCommandButton) - Method in class org.pushingpixels.flamingo.internal.ui.common.CommandButtonLayoutManagerMedium
- getKeyTipAnchorCenterPoint(AbstractCommandButton) - Method in class org.pushingpixels.flamingo.internal.ui.common.CommandButtonLayoutManagerSmall
- getKeyTipAnchorCenterPoint(AbstractCommandButton) - Method in class org.pushingpixels.flamingo.internal.ui.common.CommandButtonLayoutManagerTile
- getKeyTipAnchorCenterPoint(AbstractCommandButton) - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.appmenu.CommandButtonLayoutManagerMenuTileLevel1
- getKeyTipAnchorCenterPoint(AbstractCommandButton) - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.appmenu.CommandButtonLayoutManagerMenuTileLevel2
- getKeyTipAnchorCenterPoint(AbstractCommandButton) - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.CommandButtonLayoutManagerBigFixed
- getKeyTipAnchorCenterPoint(AbstractCommandButton) - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.CommandButtonLayoutManagerBigFixedLandscape
- getLayoutGap() - Method in class org.pushingpixels.flamingo.internal.ui.common.BasicCommandButtonPanelUI
-
Returns the layout gap for button panel components.
- getLayoutGap() - Method in class org.pushingpixels.flamingo.internal.ui.common.BasicCommandButtonUI
-
Returns the layout gap for the visuals of the associated command button.
- getLayoutGap() - Method in class org.pushingpixels.flamingo.internal.ui.common.BasicRichTooltipPanelUI
- getLayoutGap() - Method in class org.pushingpixels.flamingo.internal.ui.common.popup.BasicColorSelectorPanelUI
-
Returns the layout gap for button panel components.
- getLayoutGap() - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.BandControlPanelUI
-
Returns the layout gap for the controls in the associated control panel.
- getLayoutGap() - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonComponentUI
- getLayoutGap() - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonGalleryUI
-
Returns the layout gap for the controls in the associated ribbon gallery.
- getLayoutInfo() - Method in class org.pushingpixels.flamingo.internal.ui.common.BasicCommandButtonUI
- getLayoutInfo() - Method in class org.pushingpixels.flamingo.internal.ui.common.CommandButtonUI
-
Returns the layout information for the associated button.
- getLayoutInfo(AbstractCommandButton, Graphics) - Method in interface org.pushingpixels.flamingo.api.common.CommandButtonLayoutManager
-
Returns the layout information for the specified command button.
- getLayoutInfo(AbstractCommandButton, Graphics) - Method in class org.pushingpixels.flamingo.internal.ui.common.CommandButtonLayoutManagerBig
- getLayoutInfo(AbstractCommandButton, Graphics) - Method in class org.pushingpixels.flamingo.internal.ui.common.CommandButtonLayoutManagerMedium
- getLayoutInfo(AbstractCommandButton, Graphics) - Method in class org.pushingpixels.flamingo.internal.ui.common.CommandButtonLayoutManagerSmall
- getLayoutInfo(AbstractCommandButton, Graphics) - Method in class org.pushingpixels.flamingo.internal.ui.common.CommandButtonLayoutManagerTile
- getLayoutInfo(AbstractCommandButton, Graphics) - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.appmenu.CommandButtonLayoutManagerMenuTileLevel1
- getLayoutInfo(AbstractCommandButton, Graphics) - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.appmenu.CommandButtonLayoutManagerMenuTileLevel2
- getLayoutInfo(AbstractCommandButton, Graphics) - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.CommandButtonLayoutManagerBigFixed
- getLayoutInfo(AbstractCommandButton, Graphics) - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.CommandButtonLayoutManagerBigFixedLandscape
- getLayoutKind() - Method in class org.pushingpixels.flamingo.api.common.JCommandButtonPanel
-
Returns the layout kind of this panel.
- getLeafContent(File) - Method in class org.pushingpixels.flamingo.api.bcb.core.BreadcrumbFileSelector.DirCallback
- getLeafContent(Object) - Method in class org.pushingpixels.flamingo.api.bcb.core.BreadcrumbTreeAdapterSelector.TreeCallback
- 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<File>>) - Method in class org.pushingpixels.flamingo.api.bcb.core.BreadcrumbFileSelector.DirCallback
- getLeafs(List<BreadcrumbItem<Object>>) - Method in class org.pushingpixels.flamingo.api.bcb.core.BreadcrumbTreeAdapterSelector.TreeCallback
- getLeafs(List<BreadcrumbItem<T>>) - Method in class org.pushingpixels.flamingo.api.bcb.BreadcrumbBarCallBack
-
Returns the choice element that corresponds 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.
- getLighterColor(Color, double) - Static method in class org.pushingpixels.flamingo.internal.utils.FlamingoUtilities
-
Returns lighter version of the specified color.
- 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.
- getMainComponent() - Method in class org.pushingpixels.flamingo.api.ribbon.JRibbonComponent
-
Returns the wrapped component of this wrapper component.
- getMainImage() - Method in class org.pushingpixels.flamingo.api.common.RichTooltip
-
Returns the main image of this tooltip.
- getMaxButtonColumns() - Method in class org.pushingpixels.flamingo.api.common.JCommandButtonPanel
-
Returns the maximum button columns for this panel.
- getMaxButtonColumns() - Method in class org.pushingpixels.flamingo.api.common.popup.JCommandPopupMenu
-
Returns the maximum number of button columns visible in the command button panel of this menu.
- getMaxButtonRows() - Method in class org.pushingpixels.flamingo.api.common.JCommandButtonPanel
-
Returns the maximum button rows for this panel.
- getMaximum() - Method in class org.pushingpixels.flamingo.api.common.ProgressEvent
-
Returns the maximum value of the available progress range.
- getMaxVisibleButtonRows() - Method in class org.pushingpixels.flamingo.api.common.popup.JCommandPopupMenu
-
Returns the maximum number of button rows visible in the command button panel of this menu.
- getMaxVisibleMenuButtons() - Method in class org.pushingpixels.flamingo.api.common.popup.JCommandPopupMenu
-
Returns the maximum number of menu items visible in this menu.
- getMenuComponents() - Method in class org.pushingpixels.flamingo.api.common.popup.JCommandPopupMenu
-
Returns an unmodifiable list of all the menu components.
- getMinimum() - Method in class org.pushingpixels.flamingo.api.common.ProgressEvent
-
Returns the minimum value of the available progress range.
- getMinimumSize(JComponent) - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonTaskToggleButtonUI
- getModel() - Method in class org.pushingpixels.flamingo.api.bcb.JBreadcrumbBar
-
Returns the model of this breadcrumb bar.
- getNextChain() - Method in interface org.pushingpixels.flamingo.internal.utils.KeyTipManager.KeyTipLinkTraversal
- getOrientation() - Method in class org.pushingpixels.flamingo.api.common.JCommandButtonStrip
-
Returns the orientation of
this
strip. - getOutsets() - Method in class org.pushingpixels.flamingo.internal.utils.ButtonSizingUtils
- getPanelLevel1() - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.appmenu.BasicRibbonApplicationMenuPopupPanelUI
- getPanelLevel1() - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.appmenu.JRibbonApplicationMenuPopupPanel
- getPanelLevel2() - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.appmenu.BasicRibbonApplicationMenuPopupPanelUI
- getPanelLevel2() - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.appmenu.JRibbonApplicationMenuPopupPanel
- getPathChoices(List<BreadcrumbItem<File>>) - Method in class org.pushingpixels.flamingo.api.bcb.core.BreadcrumbFileSelector.DirCallback
- getPathChoices(List<BreadcrumbItem<Object>>) - Method in class org.pushingpixels.flamingo.api.bcb.core.BreadcrumbTreeAdapterSelector.TreeCallback
- getPathChoices(List<BreadcrumbItem<T>>) - Method in class org.pushingpixels.flamingo.api.bcb.BreadcrumbBarCallBack
-
Returns the choice element that corresponds to the specified path.
- getPixels(BufferedImage, int, int, int, int, int[]) - Method in class org.pushingpixels.flamingo.internal.utils.AbstractFilter
-
Returns an array of integer pixels in the default RGB color model (TYPE_INT_ARGB) and default sRGB color space, from a portion of the image data.
- getPoint2D(Point2D, Point2D) - Method in class org.pushingpixels.flamingo.internal.utils.AbstractFilter
- getPopupButtonPanel() - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.JRibbonGallery
-
Returns the associated popup gallery.
- getPopupCallback() - Method in class org.pushingpixels.flamingo.api.common.JCommandButton
-
Returns the associated popup callback.
- getPopupCallback() - Method in class org.pushingpixels.flamingo.api.ribbon.RibbonApplicationMenuEntrySecondary
-
Returns the current popup callback of this secondary menu entry.
- getPopupCallback() - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.JRibbonGallery
- getPopupKeyTip() - Method in class org.pushingpixels.flamingo.api.common.JCommandButton
-
Returns the key tip for the popup area of this button.
- 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.
- 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.
- getPreferredCollapsedWidth() - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonBandUI
- getPreferredCollapsedWidth() - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.RibbonBandUI
- getPreferredHeight(int, int) - Method in class org.pushingpixels.flamingo.internal.ui.common.BasicCommandButtonPanelUI
-
Returns the preferred size of the associated button panel for the specified parameters.
- getPreferredIconSize() - Method in class org.pushingpixels.flamingo.api.common.CommandButtonDisplayState
-
Returns the preferred icon size for this state.
- getPreferredIconSize() - Method in interface org.pushingpixels.flamingo.api.common.CommandButtonLayoutManager
-
Returns the preferred icon size of command buttons which use this layout manager.
- getPreferredIconSize() - Method in class org.pushingpixels.flamingo.internal.ui.common.CommandButtonLayoutManagerBig
- getPreferredIconSize() - Method in class org.pushingpixels.flamingo.internal.ui.common.CommandButtonLayoutManagerCustom
- getPreferredIconSize() - Method in class org.pushingpixels.flamingo.internal.ui.common.CommandButtonLayoutManagerMedium
- getPreferredIconSize() - Method in class org.pushingpixels.flamingo.internal.ui.common.CommandButtonLayoutManagerSmall
- getPreferredIconSize() - Method in class org.pushingpixels.flamingo.internal.ui.common.CommandButtonLayoutManagerTile
- getPreferredIconSize() - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.appmenu.CommandButtonLayoutManagerMenuTileLevel1
- getPreferredIconSize() - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.appmenu.CommandButtonLayoutManagerMenuTileLevel2
- getPreferredIconSize() - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.CommandButtonLayoutManagerBigFixed
- getPreferredIconSize() - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.CommandButtonLayoutManagerBigFixedLandscape
- getPreferredPopupMaxButtonColumns() - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.JRibbonGallery
- getPreferredPopupMaxVisibleButtonRows() - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.JRibbonGallery
- getPreferredScrollableViewportSize() - Method in class org.pushingpixels.flamingo.api.common.JCommandButtonPanel
- getPreferredSize(JComponent) - Method in class org.pushingpixels.flamingo.internal.ui.common.BasicCommandButtonUI
- getPreferredSize(JComponent) - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonTaskToggleButtonUI
- getPreferredSize(AbstractCommandButton) - Method in interface org.pushingpixels.flamingo.api.common.CommandButtonLayoutManager
-
Returns the preferred size of the specified command button.
- getPreferredSize(AbstractCommandButton) - Method in class org.pushingpixels.flamingo.internal.ui.common.CommandButtonLayoutManagerBig
- getPreferredSize(AbstractCommandButton) - Method in class org.pushingpixels.flamingo.internal.ui.common.CommandButtonLayoutManagerCustom
- getPreferredSize(AbstractCommandButton) - Method in class org.pushingpixels.flamingo.internal.ui.common.CommandButtonLayoutManagerMedium
- getPreferredSize(AbstractCommandButton) - Method in class org.pushingpixels.flamingo.internal.ui.common.CommandButtonLayoutManagerSmall
- getPreferredSize(AbstractCommandButton) - Method in class org.pushingpixels.flamingo.internal.ui.common.CommandButtonLayoutManagerTile
- getPreferredSize(AbstractCommandButton) - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.appmenu.CommandButtonLayoutManagerMenuTileLevel1
- getPreferredSize(AbstractCommandButton) - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.appmenu.CommandButtonLayoutManagerMenuTileLevel2
- getPreferredSize(AbstractCommandButton) - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.CommandButtonLayoutManagerBigFixed
- getPreferredSize(AbstractCommandButton) - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.CommandButtonLayoutManagerBigFixedLandscape
- getPreferredSize(RibbonElementPriority) - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonComponentUI
- getPreferredSize(RibbonElementPriority) - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.RibbonComponentUI
- 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.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.
- getPreferredWidth(int, int) - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonGalleryUI
-
Returns the preferred width of the ribbon gallery for the specified parameters.
- getPreferredWidth(RibbonElementPriority, int) - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.JRibbonGallery
-
Returns the preferred width of
this
in-ribbon gallery for the specified display state. - getPrefSize(FontMetrics, String) - Static method in class org.pushingpixels.flamingo.internal.utils.KeyTipRenderingUtilities
- getPrimaryEntries() - Method in class org.pushingpixels.flamingo.api.ribbon.RibbonApplicationMenu
-
Returns an unmodifiable list of all primary menu entries of this application menu.
- getProgress() - Method in class org.pushingpixels.flamingo.api.common.ProgressEvent
-
Returns the current value of the progress.
- 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
- getRenderingHints() - Method in class org.pushingpixels.flamingo.internal.utils.AbstractFilter
- getResizableIcon(AbstractFileViewPanel.Leaf, InputStream, CommandButtonDisplayState, 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.
- getRibbon() - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.appmenu.BasicRibbonApplicationMenuButtonUI
-
Returns the ribbon reference this button UI is created for.
- getRibbon() - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.appmenu.JRibbonApplicationMenuButton
-
Returns a reference to the application ribbon this application menu button is for.
- getRibbonAppMenu() - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.appmenu.JRibbonApplicationMenuPopupPanel
- getRibbonBand() - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.AbstractBandControlPanel
- getRibbonBandExpandIcon(AbstractRibbonBand) - Static method in class org.pushingpixels.flamingo.internal.utils.FlamingoUtilities
-
Returns a ribbon band expand icon.
- getRibbonBorderOutline(int, int, int, int, int, int, int, float) - Static method in class org.pushingpixels.flamingo.internal.utils.FlamingoUtilities
-
Returns the outline of the ribbon border.
- getRibbonButtons(RibbonElementPriority) - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.JBandControlPanel.ControlPanelGroup
-
Retrieves all ribbon buttons of specified priority from
this
control panel. - getRibbonComponents(int) - Method in class org.pushingpixels.flamingo.api.ribbon.JRibbonBand
- getRibbonComponents(int) - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.JBandControlPanel
- getRibbonComps() - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.JBandControlPanel.ControlPanelGroup
- getRibbonCompsRowSpans() - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.JBandControlPanel.ControlPanelGroup
- getRibbonFrame() - Method in class org.pushingpixels.flamingo.api.ribbon.JRibbon
-
Deprecated.Dropped support in order to decouple the
JRibbon
from theJRibbonFrame
- getRibbonGalleries(RibbonElementPriority) - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.JBandControlPanel.ControlPanelGroup
-
Retrieves all in-ribbon galleries of specified priority from
this
control panel. - getRibbonGalleriesCount() - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.JBandControlPanel.ControlPanelGroup
-
Returns the number of in-ribbon galleries in
this
control panel. - getRibbonGallery(String) - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.JBandControlPanel
-
Returns the ribbon gallery based on its name.
- getRibbonGalleryOutline(int, int, int, int, float) - Static method in class org.pushingpixels.flamingo.internal.utils.FlamingoUtilities
-
Returns the outline of in-ribbon gallery.
- getRibbonTask() - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.JRibbonTaskToggleButton
- getRibbonTaskToggleButtonOutline(int, int, float) - Static method in class org.pushingpixels.flamingo.internal.utils.FlamingoUtilities
-
Returns the clip area of a task toggle button in ribbon component.
- 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
- getRichTooltip(MouseEvent) - Method in class org.pushingpixels.flamingo.api.ribbon.JRibbonComponent
- getRolloverAmount() - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonBandUI
- getRolloverAmount() - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.RibbonBandUI
- getRolloverCallback() - Method in class org.pushingpixels.flamingo.api.ribbon.RibbonApplicationMenuEntryPrimary
-
Returns the current application callback that allows placing custom content in the secondary panel of the
RibbonApplicationMenu
when this primary menu entry is activated. - 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
- getSecondaryGroupCount() - Method in class org.pushingpixels.flamingo.api.ribbon.RibbonApplicationMenuEntryPrimary
-
Returns the number of secondary menu groups of this primary menu entry.
- getSecondaryGroupEntries(int) - Method in class org.pushingpixels.flamingo.api.ribbon.RibbonApplicationMenuEntryPrimary
-
Returns an unmodifiable list of menu entries of the secondary menu group at the specified index.
- getSecondaryGroupTitleAt(int) - Method in class org.pushingpixels.flamingo.api.ribbon.RibbonApplicationMenuEntryPrimary
-
Returns the title of the secondary menu group at the specified index.
- getSelected() - Method in class org.pushingpixels.flamingo.api.common.CommandToggleButtonGroup
-
Returns the selected button of this group.
- getSelectedButton() - Method in class org.pushingpixels.flamingo.api.common.JCommandButtonPanel
-
Returns the selected button of this panel.
- getSelectedButton() - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.JRibbonGallery
-
Returns the currently selected gallery button.
- getSelectedTask() - Method in class org.pushingpixels.flamingo.api.ribbon.JRibbon
-
Returns the currently selected task.
- getSeparatorX() - Method in class org.pushingpixels.flamingo.internal.ui.common.popup.BasicCommandPopupMenuUI.MenuPanel
- 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 of
this
event. - getTabButtonGap() - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonUI
-
Returns the layout gap for the tab buttons in the associated ribbon.
- 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
-
Gets an unmodifiable list of all taskbar components of
this
ribbon. - getTaskbarHeight() - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonUI
-
Returns the height of the taskbar area.
- 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. - getTaskToggleButtonHeight() - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonUI
-
Returns the height of the task toggle button area.
- getTaskToggleButtons() - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonUI
- getText() - Method in interface org.pushingpixels.flamingo.api.bcb.JBreadcrumbBar.BreadcrumbBarElement
-
Returns the text presentation of
this
element. - getText() - Method in class org.pushingpixels.flamingo.api.common.AbstractCommandButton
-
Returns the text of this button.
- 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.
- getToggleOutsets() - Method in class org.pushingpixels.flamingo.internal.utils.ButtonSizingUtils
- getTooltipInfo() - Method in class org.pushingpixels.flamingo.internal.ui.common.JRichTooltipPanel
- getUI() - Method in class org.pushingpixels.flamingo.api.bcb.JBreadcrumbBar
-
Returns the UI object which implements the L&F 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.JCommandButtonStrip
-
Returns the UI object which implements the L&F 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 object which implements the L&F for this component.
- getUI() - Method in class org.pushingpixels.flamingo.api.ribbon.JRibbon
-
Returns the UI object which implements the L&F for this component.
- getUI() - Method in class org.pushingpixels.flamingo.api.ribbon.JRibbonComponent
-
Returns the UI object which implements the L&F for this component.
- getUI() - Method in class org.pushingpixels.flamingo.internal.ui.common.JRichTooltipPanel
- getUI() - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.AbstractBandControlPanel
- getUI() - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.JBandControlPanel
- getUI() - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.JFlowBandControlPanel
- getUI() - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.JRibbonGallery
-
Returns the UI object which implements the L&F for this component.
- getUIClassID() - Method in class org.pushingpixels.flamingo.api.bcb.JBreadcrumbBar
-
Returns the name of the UI class that implements the L&F 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 class that implements the L&F 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.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
- getUIClassID() - Method in class org.pushingpixels.flamingo.api.ribbon.JRibbonComponent
- getUIClassID() - Method in class org.pushingpixels.flamingo.internal.ui.common.JRichTooltipPanel
- getUIClassID() - Method in class org.pushingpixels.flamingo.internal.ui.common.popup.JColorSelectorComponent
- getUIClassID() - Method in class org.pushingpixels.flamingo.internal.ui.common.popup.JColorSelectorPanel
- getUIClassID() - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.appmenu.JRibbonApplicationMenuButton
- getUIClassID() - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.appmenu.JRibbonApplicationMenuPopupPanel
- getUIClassID() - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.JBandControlPanel
- getUIClassID() - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.JFlowBandControlPanel
- getUIClassID() - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.JRibbonGallery
-
Returns the name of the UI class that implements the L&F for this component.
- getUIClassID() - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.JRibbonRootPane
- getUIClassID() - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.JRibbonTaskToggleButton
- getValue() - Method in class org.pushingpixels.flamingo.api.common.KeyValuePair
-
Returns the pair value.
- 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
- getVLayoutGap(AbstractCommandButton) - Static method in class org.pushingpixels.flamingo.internal.utils.FlamingoUtilities
- 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.
- GROUP_INSETS - Static variable in class org.pushingpixels.flamingo.internal.ui.common.BasicCommandButtonPanelUI
-
Default insets of button panel groups.
- groupEntries - Variable in class org.pushingpixels.flamingo.api.ribbon.RibbonApplicationMenuEntryPrimary
-
List of all menu groups.
- groupLabels - Variable in class org.pushingpixels.flamingo.internal.ui.common.BasicCommandButtonPanelUI
-
Labels of the button panel groups.
- groupRects - Variable in class org.pushingpixels.flamingo.internal.ui.common.BasicCommandButtonPanelUI
-
Bounds of button panel groups.
- groupTitle - Variable in class org.pushingpixels.flamingo.internal.ui.ribbon.JBandControlPanel.ControlPanelGroup
- groupTitles - Variable in class org.pushingpixels.flamingo.api.common.JCommandButtonPanel
-
List of titles for all button groups.
- groupTitles - Variable in class org.pushingpixels.flamingo.api.ribbon.RibbonApplicationMenuEntryPrimary
-
List of titles for all menu groups.
H
- handleKeyPress(char) - Method in class org.pushingpixels.flamingo.internal.utils.KeyTipManager
- handleMouseWheelEvent(MouseWheelEvent) - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonUI
- handleMouseWheelEvent(MouseWheelEvent) - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.RibbonUI
- hasAction() - Method in enum org.pushingpixels.flamingo.api.common.JCommandButton.CommandButtonKind
-
Returns indication whether this command button kind has an action.
- hasCommandButtonPanel() - Method in class org.pushingpixels.flamingo.api.common.popup.JCommandPopupMenu
-
Returns indication whether this menu has a command button panel.
- hasPopup() - Method in enum org.pushingpixels.flamingo.api.common.JCommandButton.CommandButtonKind
-
Returns indication whether this command button kind has a popup.
- hasPopupAction(AbstractCommandButton) - Static method in class org.pushingpixels.flamingo.internal.utils.FlamingoUtilities
- hasRibbonGalleries() - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.JBandControlPanel.ControlPanelGroup
-
Returns indication whether
this
control panel has in-ribbon galleries. - height - Variable in class org.pushingpixels.flamingo.api.common.icon.EmptyResizableIcon
-
The current icon height.
- height - Variable in class org.pushingpixels.flamingo.internal.utils.ArrowResizableIcon
-
The current icon height.
- height - Variable in class org.pushingpixels.flamingo.internal.utils.DoubleArrowResizableIcon
-
The height of the rendered image.
- HELP_PANEL_COMPONENTS - Static variable in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonUI
- helpButton - Variable in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonUI
- helpPanel - Variable in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonUI
- hgapScaleFactor - Variable in class org.pushingpixels.flamingo.api.common.JCommandButtonStrip
-
Scale factor for horizontal gaps.
- hideAllKeyTips() - Method in class org.pushingpixels.flamingo.internal.utils.KeyTipManager
- hideLastPopup() - Method in class org.pushingpixels.flamingo.api.common.popup.PopupPanelManager
-
Hides the last shown popup panel.
- hidePopups(Component) - Method in class org.pushingpixels.flamingo.api.common.popup.PopupPanelManager
-
Hides all popup panels based on the specified component.
- High2Low(JBandControlPanel) - Constructor for class org.pushingpixels.flamingo.api.ribbon.resize.CoreRibbonResizePolicies.High2Low
-
Creates the new resize policy of type
HIGH2LOW
. - High2Mid(JBandControlPanel) - Constructor for class org.pushingpixels.flamingo.api.ribbon.resize.CoreRibbonResizePolicies.High2Mid
-
Creates the new resize policy of type
HIGH2MID
. - HORIZONTAL - org.pushingpixels.flamingo.api.common.CommandButtonLayoutManager.CommandButtonSeparatorOrientation
-
Horizontal separator orientation.
- HORIZONTAL - org.pushingpixels.flamingo.api.common.JCommandButtonStrip.StripOrientation
-
Horizontal strip orientation.
- HorizontalAlignment - Enum in org.pushingpixels.flamingo.api.common
-
Enumerates the available values for horizontal alignment.
- HORIZONTALLY - org.pushingpixels.flamingo.api.common.JScrollablePanel.ScrollType
- HUE_ALPHA - Static variable in class org.pushingpixels.flamingo.api.ribbon.RibbonContextualTaskGroup
-
Alpha factor for colorizing the toggle tab buttons of tasks in contextual groups.
I
- icon - Variable in class org.pushingpixels.flamingo.api.common.AbstractCommandButton
-
Associated icon.
- IconDeckResizableIcon<T> - Class in org.pushingpixels.flamingo.api.common.icon
-
Implementation of the
ResizableIcon
that allows switching the icon painting at runtime. - IconDeckResizableIcon(Map<T, ? extends ResizableIcon>) - Constructor for class org.pushingpixels.flamingo.api.common.icon.IconDeckResizableIcon
-
Creates the icon deck.
- IconPopupLayout() - Constructor for class org.pushingpixels.flamingo.internal.ui.common.popup.BasicCommandPopupMenuUI.ScrollableCommandButtonPanel.IconPopupLayout
- iconRect - Variable in class org.pushingpixels.flamingo.api.common.CommandButtonLayoutManager.CommandButtonLayoutInfo
-
Rectangle for the command button icon.
- IconRibbonBandResizePolicy - Class in org.pushingpixels.flamingo.api.ribbon.resize
-
Special resize policy that is used for collapsed ribbon bands.
- IconRibbonBandResizePolicy(AbstractBandControlPanel) - Constructor for class org.pushingpixels.flamingo.api.ribbon.resize.IconRibbonBandResizePolicy
-
Creates a new collapsed resize policy.
- IcoWrapperResizableIcon - Class in org.pushingpixels.flamingo.api.common.icon
-
Implementation of
ResizableIcon
interface that wraps ICO files. - ImageWrapperResizableIcon - Class in org.pushingpixels.flamingo.api.common.icon
-
Implementation of
ResizableIcon
interface that wraps image files. - indexOf(BreadcrumbItem<T>) - Method in class org.pushingpixels.flamingo.api.bcb.BreadcrumbBarModel
-
Returns the index of the specified item.
- InitialDelayTimerAction() - Constructor for class org.pushingpixels.flamingo.api.common.RichToolTipManager.InitialDelayTimerAction
- initiliazeGlobalListeners() - Static method in class org.pushingpixels.flamingo.internal.ui.common.popup.BasicPopupPanelUI
-
Initializes the global listeners.
- insets - Variable in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonBandUI.RoundBorder
-
Border insets.
- install(int, int) - Method in class org.pushingpixels.flamingo.api.ribbon.resize.CoreRibbonResizePolicies.BaseCoreRibbonBandResizePolicy
- install(int, int) - Method in class org.pushingpixels.flamingo.api.ribbon.resize.CoreRibbonResizePolicies.FlowThreeRows
- install(int, int) - Method in class org.pushingpixels.flamingo.api.ribbon.resize.CoreRibbonResizePolicies.FlowTwoRows
- install(int, int) - Method in class org.pushingpixels.flamingo.api.ribbon.resize.IconRibbonBandResizePolicy
- install(int, int) - Method in interface org.pushingpixels.flamingo.api.ribbon.resize.RibbonBandResizePolicy
-
Installs this resize policy on the associated ribbon band.
- installComponents() - Method in class org.pushingpixels.flamingo.internal.ui.common.BasicCommandButtonPanelUI
-
Installs sub-components on the associated button panel.
- installComponents() - Method in class org.pushingpixels.flamingo.internal.ui.common.BasicCommandButtonStripUI
-
Installs subcomponents on the associated button strip.
- installComponents() - Method in class org.pushingpixels.flamingo.internal.ui.common.BasicCommandButtonUI
-
Installs subcomponents on the associated command button.
- installComponents() - Method in class org.pushingpixels.flamingo.internal.ui.common.BasicRichTooltipPanelUI
-
Installs components on the associated rich tooltip panel.
- installComponents() - Method in class org.pushingpixels.flamingo.internal.ui.common.BasicScrollablePanelUI
- installComponents() - Method in class org.pushingpixels.flamingo.internal.ui.common.popup.BasicColorSelectorComponentUI
-
Installs subcomponents on the associated color selector component.
- installComponents() - Method in class org.pushingpixels.flamingo.internal.ui.common.popup.BasicColorSelectorPanelUI
-
Installs subcomponents on the associated color selector panel.
- installComponents() - Method in class org.pushingpixels.flamingo.internal.ui.common.popup.BasicCommandPopupMenuUI
- installComponents() - Method in class org.pushingpixels.flamingo.internal.ui.common.popup.BasicPopupPanelUI
-
Installs components on the associated command popup menu.
- installComponents() - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.appmenu.BasicRibbonApplicationMenuButtonUI
- installComponents() - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.appmenu.BasicRibbonApplicationMenuPopupPanelUI
- installComponents() - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicBandControlPanelUI
- installComponents() - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonBandUI
-
Installs subcomponents on the associated ribbon band.
- installComponents() - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonComponentUI
-
Installs subcomponents on the associated ribbon component.
- installComponents() - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonGalleryUI
-
Installs subcomponents on the associated ribbon gallery.
- installComponents() - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonUI
-
Installs subcomponents on the associated ribbon.
- installComponents(JBreadcrumbBar) - Method in class org.pushingpixels.flamingo.internal.ui.bcb.BasicBreadcrumbBarUI
- installDefaults() - Method in class org.pushingpixels.flamingo.internal.ui.common.BasicCommandButtonPanelUI
-
Installs defaults on the associated button panel.
- installDefaults() - Method in class org.pushingpixels.flamingo.internal.ui.common.BasicCommandButtonStripUI
-
Installs defaults on the associated button strip.
- installDefaults() - Method in class org.pushingpixels.flamingo.internal.ui.common.BasicCommandButtonUI
-
Installs defaults on the associated command button.
- installDefaults() - Method in class org.pushingpixels.flamingo.internal.ui.common.BasicRichTooltipPanelUI
-
Installs default settings for the associated rich tooltip panel.
- installDefaults() - Method in class org.pushingpixels.flamingo.internal.ui.common.BasicScrollablePanelUI
- installDefaults() - Method in class org.pushingpixels.flamingo.internal.ui.common.popup.BasicColorSelectorComponentUI
-
Installs defaults on the associated color selector component.
- installDefaults() - Method in class org.pushingpixels.flamingo.internal.ui.common.popup.BasicColorSelectorPanelUI
-
Installs defaults on the associated color selector panel.
- installDefaults() - Method in class org.pushingpixels.flamingo.internal.ui.common.popup.BasicPopupPanelUI
-
Installs default settings for the associated command popup menu.
- installDefaults() - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.appmenu.BasicRibbonApplicationMenuButtonUI
- installDefaults() - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.appmenu.BasicRibbonApplicationMenuPopupPanelUI
- installDefaults() - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonBandUI
-
Installs default parameters on the associated ribbon band.
- installDefaults() - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonComponentUI
-
Installs default parameters on the associated ribbon component.
- installDefaults() - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonGalleryUI
-
Installs defaults on the associated ribbon gallery.
- installDefaults() - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonTaskToggleButtonUI
- installDefaults() - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonUI
-
Installs defaults on the associated ribbon.
- installDefaults(JBreadcrumbBar) - Method in class org.pushingpixels.flamingo.internal.ui.bcb.BasicBreadcrumbBarUI
- installDesktopHints(Graphics2D) - Static method in class org.pushingpixels.flamingo.internal.utils.RenderingUtils
-
Installs desktop hints on the specified graphics context.
- installKeyboardActions() - Method in class org.pushingpixels.flamingo.internal.ui.common.BasicCommandButtonUI
-
Installs the keyboard actions on the associated command button.
- installKeyboardActions(AbstractCommandButton) - Method in class org.pushingpixels.flamingo.internal.ui.common.BasicCommandButtonListener
-
Installs keyboard action (space / enter keys) on the specified command button.
- installListeners() - Method in class org.pushingpixels.flamingo.internal.ui.common.BasicCommandButtonPanelUI
-
Installs listeners on the associated button panel.
- installListeners() - Method in class org.pushingpixels.flamingo.internal.ui.common.BasicCommandButtonStripUI
-
Installs listeners on the associated button strip.
- installListeners() - Method in class org.pushingpixels.flamingo.internal.ui.common.BasicCommandButtonUI
-
Installs listeners on the associated command button.
- installListeners() - Method in class org.pushingpixels.flamingo.internal.ui.common.BasicCommandMenuButtonUI
- installListeners() - Method in class org.pushingpixels.flamingo.internal.ui.common.BasicRichTooltipPanelUI
-
Installs listeners on the associated rich tooltip panel.
- installListeners() - Method in class org.pushingpixels.flamingo.internal.ui.common.BasicScrollablePanelUI
- installListeners() - Method in class org.pushingpixels.flamingo.internal.ui.common.popup.BasicColorSelectorComponentUI
-
Installs listeners on the associated color selector component.
- installListeners() - Method in class org.pushingpixels.flamingo.internal.ui.common.popup.BasicColorSelectorPanelUI
-
Installs listeners on the associated color selector panel.
- installListeners() - Method in class org.pushingpixels.flamingo.internal.ui.common.popup.BasicCommandPopupMenuUI
- installListeners() - Method in class org.pushingpixels.flamingo.internal.ui.common.popup.BasicPopupPanelUI
-
Installs listeners on the associated command popup menu.
- installListeners() - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.appmenu.BasicRibbonApplicationMenuPopupPanelUI
- installListeners() - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicBandControlPanelUI
- installListeners() - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonBandUI
-
Installs listeners on the associated ribbon band.
- installListeners() - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonComponentUI
-
Installs listeners on the associated ribbon component.
- installListeners() - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonGalleryUI
-
Installs listeners on the associated ribbon gallery.
- installListeners() - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonTaskToggleButtonUI
- installListeners() - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonUI
-
Installs listeners on the associated ribbon.
- installListeners(JBreadcrumbBar) - Method in class org.pushingpixels.flamingo.internal.ui.bcb.BasicBreadcrumbBarUI
- installUI(JComponent) - Method in class org.pushingpixels.flamingo.internal.ui.bcb.BasicBreadcrumbBarUI
- installUI(JComponent) - Method in class org.pushingpixels.flamingo.internal.ui.common.BasicCommandButtonPanelUI
- installUI(JComponent) - Method in class org.pushingpixels.flamingo.internal.ui.common.BasicCommandButtonStripUI
- installUI(JComponent) - Method in class org.pushingpixels.flamingo.internal.ui.common.BasicCommandButtonUI
- installUI(JComponent) - Method in class org.pushingpixels.flamingo.internal.ui.common.BasicRichTooltipPanelUI
- installUI(JComponent) - Method in class org.pushingpixels.flamingo.internal.ui.common.BasicScrollablePanelUI
- installUI(JComponent) - Method in class org.pushingpixels.flamingo.internal.ui.common.popup.BasicColorSelectorComponentUI
- installUI(JComponent) - Method in class org.pushingpixels.flamingo.internal.ui.common.popup.BasicColorSelectorPanelUI
- installUI(JComponent) - Method in class org.pushingpixels.flamingo.internal.ui.common.popup.BasicCommandPopupMenuUI
- installUI(JComponent) - Method in class org.pushingpixels.flamingo.internal.ui.common.popup.BasicPopupPanelUI
- installUI(JComponent) - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.appmenu.BasicRibbonApplicationMenuButtonUI
- installUI(JComponent) - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.appmenu.BasicRibbonApplicationMenuPopupPanelUI
- installUI(JComponent) - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonBandUI
- installUI(JComponent) - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonComponentUI
- installUI(JComponent) - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonGalleryUI
- installUI(JComponent) - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonUI
- IS_SQUISHED - Static variable in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonUI.TaskToggleButtonsHostPanel
- IS_USING_TITLE_PANE - Static variable in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonUI
-
Client property marking the ribbon component to indicate whether the task bar and contextual task group headers should be shown on the title pane of the window.
- isAllowsClearingSelection() - Method in class org.pushingpixels.flamingo.api.common.CommandToggleButtonGroup
-
Returns the current value for clearing selection.
- isAutoRepeatAction - Variable in class org.pushingpixels.flamingo.api.common.JCommandButton
-
Indicates the auto-repeat action mode.
- isAutoRepeatAction() - Method in class org.pushingpixels.flamingo.api.common.JCommandButton
-
Returns indication whether the button is in auto-repeat action mode.
- isBorderOpaque() - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonBandUI.RoundBorder
- isBottomOpen() - Method in class org.pushingpixels.flamingo.internal.ui.common.popup.JColorSelectorComponent
- isCaptionVisible(RibbonElementPriority) - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonComponentUI
- isCoreContent() - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.JBandControlPanel.ControlPanelGroup
- isCumulative - Variable in class org.pushingpixels.flamingo.api.bcb.BreadcrumbBarModel
-
Indication whether the model is in cumulative mode.
- isFireActionOnPress() - Method in interface org.pushingpixels.flamingo.api.common.model.ActionButtonModel
-
Returns indication whether the associated actions should be fired on mouse press instead of mouse release.
- isFireActionOnPress() - Method in class org.pushingpixels.flamingo.api.common.model.ActionRepeatableButtonModel
- isFireActionOnPress() - Method in class org.pushingpixels.flamingo.api.common.model.ActionToggleButtonModel
- isFireActionOnRollover - Variable in class org.pushingpixels.flamingo.api.common.JCommandButton
-
Indicates that rollover should result in firing the action.
- isFireActionOnRollover() - Method in class org.pushingpixels.flamingo.api.common.JCommandButton
-
Returns indication whether this button is in action-on-rollover mode.
- isFirst(AbstractCommandButton) - Method in class org.pushingpixels.flamingo.api.common.JCommandButtonStrip
-
Checks whether the specified button is the first button in
this
strip. - isFlat - Variable in class org.pushingpixels.flamingo.api.common.AbstractCommandButton
-
Indication whether this button is flat.
- isFlat() - Method in class org.pushingpixels.flamingo.api.common.AbstractCommandButton
-
Returns indication whether this button has flat appearance.
- isIconVisible(RibbonElementPriority) - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonComponentUI
- isLast(AbstractCommandButton) - Method in class org.pushingpixels.flamingo.api.common.JCommandButtonStrip
-
Checks whether the specified button is the last button in
this
strip. - isLastPanel() - Method in class org.pushingpixels.flamingo.internal.ui.common.popup.JColorSelectorPanel
- isLoading() - Method in interface org.pushingpixels.flamingo.api.common.AsynchronousLoading
-
Returns indication whether the content is still loading.
- isLoading() - Method in class org.pushingpixels.flamingo.api.common.icon.DecoratedResizableIcon
- isLoading() - Method in class org.pushingpixels.flamingo.api.common.icon.IconDeckResizableIcon
- isMinimized() - Method in class org.pushingpixels.flamingo.api.ribbon.JRibbon
-
Returns the indication whether this ribbon is minimized.
- isPaintingBackground() - Method in class org.pushingpixels.flamingo.internal.ui.common.BasicCommandButtonUI
-
Returns indication whether the button background is painted.
- isPaintingBackground() - Method in class org.pushingpixels.flamingo.internal.ui.common.BasicCommandToggleMenuButtonUI
- isPaintingSeparators() - Method in class org.pushingpixels.flamingo.internal.ui.common.BasicCommandButtonUI
-
Returns indication whether the action-popup areas separator is painted.
- isPaintingSeparators() - Method in class org.pushingpixels.flamingo.internal.ui.common.BasicCommandToggleButtonUI
- isPopupShowing() - Method in interface org.pushingpixels.flamingo.api.common.model.PopupButtonModel
-
Returns indication whether the associated popup is showing.
- isResizingAware() - Method in class org.pushingpixels.flamingo.api.ribbon.JRibbonComponent
- isRootVisible - Variable in class org.pushingpixels.flamingo.api.bcb.core.BreadcrumbTreeAdapterSelector.TreeCallback
-
If
true
, the first selector shows the tree root node. - isScrollOnRollover() - Method in class org.pushingpixels.flamingo.api.common.JScrollablePanel
- isShowingKeyTips() - Method in class org.pushingpixels.flamingo.api.ribbon.JRibbonFrame
-
Returns indication whether this ribbon frame is showing the key tips.
- isShowingKeyTips() - Method in class org.pushingpixels.flamingo.internal.utils.KeyTipManager
- isShowingMinimizedRibbonInPopup(JRibbon) - Static method in class org.pushingpixels.flamingo.internal.utils.FlamingoUtilities
- isShowingMinimizedRibbonInPopup(JRibbonTaskToggleButton) - Static method in class org.pushingpixels.flamingo.internal.utils.FlamingoUtilities
- isShowingPopupPanel - Variable in class org.pushingpixels.flamingo.internal.ui.ribbon.JRibbonGallery
-
Indication whether the ribbon gallery is showing the popup panel.
- isShowingPopupPanel() - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.JRibbonGallery
-
Returns indication whether the popup panel is showing.
- isShowingScrollButtons() - Method in class org.pushingpixels.flamingo.api.common.JScrollablePanel
- isShowingScrollButtons() - Method in class org.pushingpixels.flamingo.internal.ui.common.BasicScrollablePanelUI
- isShowingScrollButtons() - Method in class org.pushingpixels.flamingo.internal.ui.common.ScrollablePanelUI
- isShowingScrollsForBands() - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonUI
- isShowingScrollsForBands() - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.RibbonUI
- isShowingScrollsForTaskToggleButtons() - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonUI
- isShowingScrollsForTaskToggleButtons() - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.RibbonUI
- isSimpleWrapper() - Method in class org.pushingpixels.flamingo.api.ribbon.JRibbonComponent
-
Returns indication whether this wrapper is simple.
- isSingleSelectionMode - Variable in class org.pushingpixels.flamingo.api.common.JCommandButtonPanel
-
Indicates the selection mode for the
JCommandToggleButton
in this panel. - isTextInActionArea - Variable in class org.pushingpixels.flamingo.api.common.CommandButtonLayoutManager.CommandButtonLayoutInfo
-
Indication whether the command button text (rectangles in
CommandButtonLayoutManager.CommandButtonLayoutInfo.textLayoutInfoList
) belongs in the action area. - isToDismissOnChildClick() - Method in class org.pushingpixels.flamingo.api.common.popup.JCommandPopupMenu
- isTopOpen() - Method in class org.pushingpixels.flamingo.internal.ui.common.popup.JColorSelectorComponent
- isToShowGroupLabels() - Method in class org.pushingpixels.flamingo.api.common.JCommandButtonPanel
-
Returns indication whether button group labels should be shown.
- isUnderMouse - Variable in class org.pushingpixels.flamingo.internal.ui.common.BasicCommandButtonUI
-
Indication whether the mouse pointer is over the associated command button.
- isUsingTitlePane() - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonUI
- isVisible(RibbonContextualTaskGroup) - Method in class org.pushingpixels.flamingo.api.ribbon.JRibbon
-
Returns the visibility of ribbon tasks in the specified contextual task group.
J
- JBandControlPanel - Class in org.pushingpixels.flamingo.internal.ui.ribbon
-
Control panel of a single
JRibbonBand
. - JBandControlPanel() - Constructor for class org.pushingpixels.flamingo.internal.ui.ribbon.JBandControlPanel
-
Creates a control panel for specified ribbon band.
- JBandControlPanel.ControlPanelGroup - Class in org.pushingpixels.flamingo.internal.ui.ribbon
- JBreadcrumbBar<T> - Class in org.pushingpixels.flamingo.api.bcb
-
Breadcrumb bar.
- JBreadcrumbBar(BreadcrumbBarCallBack<T>) - Constructor for class org.pushingpixels.flamingo.api.bcb.JBreadcrumbBar
-
Creates a new breadcrumb bar.
- JBreadcrumbBar.BreadcrumbBarElement - Interface in org.pushingpixels.flamingo.api.bcb
-
Base interface for elements in breadcrumb bar.
- JButtonStripUIResource() - Constructor for class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonGalleryUI.JButtonStripUIResource
-
Creates a new UI-resource button strip.
- JButtonStripUIResource(JCommandButtonStrip.StripOrientation) - Constructor for class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonGalleryUI.JButtonStripUIResource
-
Creates a new UI-resource button strip.
- JColorSelectorComponent - Class in org.pushingpixels.flamingo.internal.ui.common.popup
- JColorSelectorComponent(Color, JColorSelectorPopupMenu.ColorSelectorCallback) - Constructor for class org.pushingpixels.flamingo.internal.ui.common.popup.JColorSelectorComponent
- JColorSelectorPanel - Class in org.pushingpixels.flamingo.internal.ui.common.popup
- JColorSelectorPanel(String, JPanel) - Constructor for class org.pushingpixels.flamingo.internal.ui.common.popup.JColorSelectorPanel
- JColorSelectorPopupMenu - Class in org.pushingpixels.flamingo.api.common.popup
- JColorSelectorPopupMenu(JColorSelectorPopupMenu.ColorSelectorCallback) - Constructor for class org.pushingpixels.flamingo.api.common.popup.JColorSelectorPopupMenu
- JColorSelectorPopupMenu.ColorSelectorCallback - Interface in org.pushingpixels.flamingo.api.common.popup
- JCommandButton - Class in org.pushingpixels.flamingo.api.common
-
Command button.
- JCommandButton(String) - Constructor for class org.pushingpixels.flamingo.api.common.JCommandButton
-
Creates a new command button without an icon.
- JCommandButton(String, ResizableIcon) - Constructor for class org.pushingpixels.flamingo.api.common.JCommandButton
-
Creates a new command button.
- JCommandButton(ResizableIcon) - Constructor for class org.pushingpixels.flamingo.api.common.JCommandButton
-
Creates a new command button with empty text
- JCommandButton.CommandButtonKind - Enum in org.pushingpixels.flamingo.api.common
-
Enumerates the available command button kinds.
- JCommandButton.CommandButtonPopupOrientationKind - Enum in org.pushingpixels.flamingo.api.common
-
Orientation kind for the popup.
- JCommandButtonPanel - Class in org.pushingpixels.flamingo.api.common
-
Panel that hosts command buttons.
- JCommandButtonPanel() - Constructor for class org.pushingpixels.flamingo.api.common.JCommandButtonPanel
-
Creates a new panel.
- JCommandButtonPanel(int) - Constructor for class org.pushingpixels.flamingo.api.common.JCommandButtonPanel
-
Creates a new panel.
- JCommandButtonPanel(CommandButtonDisplayState) - Constructor for class org.pushingpixels.flamingo.api.common.JCommandButtonPanel
-
Creates a new panel.
- JCommandButtonPanel.LayoutKind - Enum in org.pushingpixels.flamingo.api.common
-
Enumerates the available layout kinds.
- JCommandButtonStrip - Class in org.pushingpixels.flamingo.api.common
-
Button strip component.
- JCommandButtonStrip() - Constructor for class org.pushingpixels.flamingo.api.common.JCommandButtonStrip
-
Creates an empty horizontally-oriented strip.
- JCommandButtonStrip(JCommandButtonStrip.StripOrientation) - Constructor for class org.pushingpixels.flamingo.api.common.JCommandButtonStrip
-
Creates an empty strip.
- JCommandButtonStrip.StripOrientation - Enum in org.pushingpixels.flamingo.api.common
-
Button strip orientation.
- JCommandMenuButton - Class in org.pushingpixels.flamingo.api.common
-
A command button that can be placed in
JCommandPopupMenu
s and in the primary / secondary panels of the ribbon application menu. - JCommandMenuButton(String, ResizableIcon) - Constructor for class org.pushingpixels.flamingo.api.common.JCommandMenuButton
-
Creates a new command menu button.
- JCommandPopupMenu - Class in org.pushingpixels.flamingo.api.common.popup
-
Popup menu.
- JCommandPopupMenu() - Constructor for class org.pushingpixels.flamingo.api.common.popup.JCommandPopupMenu
-
Creates an empty popup menu with no button panel.
- JCommandPopupMenu(JCommandButtonPanel, int, int) - Constructor for class org.pushingpixels.flamingo.api.common.popup.JCommandPopupMenu
-
Creates a popup menu hosting the specified button panel.
- JCommandToggleButton - Class in org.pushingpixels.flamingo.api.common
-
Command button.
- JCommandToggleButton(String) - Constructor for class org.pushingpixels.flamingo.api.common.JCommandToggleButton
-
Creates a new command toggle button without an icon.
- JCommandToggleButton(String, ResizableIcon) - Constructor for class org.pushingpixels.flamingo.api.common.JCommandToggleButton
-
Creates a new command toggle button.
- JCommandToggleButton(ResizableIcon) - Constructor for class org.pushingpixels.flamingo.api.common.JCommandToggleButton
-
Creates a new command toggle button with empty text
- JCommandToggleMenuButton - Class in org.pushingpixels.flamingo.api.common
-
A command toggle button that can be placed in
JCommandPopupMenu
. - JCommandToggleMenuButton(String, ResizableIcon) - Constructor for class org.pushingpixels.flamingo.api.common.JCommandToggleMenuButton
-
Creates a new command toggle menu button.
- JFlowBandControlPanel - Class in org.pushingpixels.flamingo.internal.ui.ribbon
-
Control panel of a single
JRibbonBand
. - JFlowBandControlPanel() - Constructor for class org.pushingpixels.flamingo.internal.ui.ribbon.JFlowBandControlPanel
-
Creates a control panel for specified ribbon band.
- JFlowRibbonBand - Class in org.pushingpixels.flamingo.api.ribbon
-
Flow ribbon band component.
- JFlowRibbonBand(String, ResizableIcon) - Constructor for class org.pushingpixels.flamingo.api.ribbon.JFlowRibbonBand
-
Creates a new flow ribbon band.
- JFlowRibbonBand(String, ResizableIcon, ActionListener) - Constructor for class org.pushingpixels.flamingo.api.ribbon.JFlowRibbonBand
-
Creates a new flow ribbon band.
- JPopupPanel - Class in org.pushingpixels.flamingo.api.common.popup
-
Base class for popup panels.
- JPopupPanel() - Constructor for class org.pushingpixels.flamingo.api.common.popup.JPopupPanel
-
Protected to prevent direct instantiation.
- JPopupPanel.PopupPanelCustomizer - Interface in org.pushingpixels.flamingo.api.common.popup
-
Allows providing custom application logic for computing the screen bounds of popup panels before they are shown on the screen.
- JRibbon - Class in org.pushingpixels.flamingo.api.ribbon
-
The ribbon component.
- JRibbon() - Constructor for class org.pushingpixels.flamingo.api.ribbon.JRibbon
-
Constructs an empty default
JRibbon
. - JRibbon(ResizableIcon) - Constructor for class org.pushingpixels.flamingo.api.ribbon.JRibbon
-
Constructs a
JRibbon
specifying the application icon. - JRibbonApplicationMenuButton - Class in org.pushingpixels.flamingo.internal.ui.ribbon.appmenu
-
The main application menu button for
JRibbon
component placed in aJRibbonFrame
. - JRibbonApplicationMenuButton(JRibbon) - Constructor for class org.pushingpixels.flamingo.internal.ui.ribbon.appmenu.JRibbonApplicationMenuButton
-
Constructs a
JRibbonApplicationMenuButton
specifying the ribbon component it belongs to. - JRibbonApplicationMenuPopupPanel - Class in org.pushingpixels.flamingo.internal.ui.ribbon.appmenu
- JRibbonApplicationMenuPopupPanel(JRibbonApplicationMenuButton, RibbonApplicationMenu) - Constructor for class org.pushingpixels.flamingo.internal.ui.ribbon.appmenu.JRibbonApplicationMenuPopupPanel
- JRibbonApplicationMenuPopupPanelSecondary - Class in org.pushingpixels.flamingo.internal.ui.ribbon.appmenu
- JRibbonApplicationMenuPopupPanelSecondary(RibbonApplicationMenuEntryPrimary) - Constructor for class org.pushingpixels.flamingo.internal.ui.ribbon.appmenu.JRibbonApplicationMenuPopupPanelSecondary
- JRibbonBand - Class in org.pushingpixels.flamingo.api.ribbon
-
Ribbon band component.
- JRibbonBand(String, ResizableIcon) - Constructor for class org.pushingpixels.flamingo.api.ribbon.JRibbonBand
-
Constructs a
JRibbonBand
specifying the title and the icon when in the collapsed state. - JRibbonBand(String, ResizableIcon, ActionListener) - Constructor for class org.pushingpixels.flamingo.api.ribbon.JRibbonBand
-
Constructs a
JRibbonBand
specifying the title, the icon when in the collapsed state, and the action listener for when the band is expanded. - JRibbonBand.RibbonGalleryPopupCallback - Interface in org.pushingpixels.flamingo.api.ribbon
-
This callback allows application code to place additional menu entries in the popup menu shown when the ribbon gallery expand button is clicked.
- JRibbonComponent - Class in org.pushingpixels.flamingo.api.ribbon
-
Wrapper around core and 3rd party Swing controls to allow placing them in the
JRibbonBand
. - JRibbonComponent(JComponent) - Constructor for class org.pushingpixels.flamingo.api.ribbon.JRibbonComponent
-
Creates a simple wrapper with no icon and no caption.
- JRibbonComponent(ResizableIcon, String, JComponent) - Constructor for class org.pushingpixels.flamingo.api.ribbon.JRibbonComponent
-
Creates a wrapper with an icon and a caption.
- JRibbonFrame - Class in org.pushingpixels.flamingo.api.ribbon
-
Ribbon frame.
- JRibbonFrame() - Constructor for class org.pushingpixels.flamingo.api.ribbon.JRibbonFrame
-
Creates a new ribbon frame with no title.
- JRibbonFrame(GraphicsConfiguration) - Constructor for class org.pushingpixels.flamingo.api.ribbon.JRibbonFrame
-
Creates a new ribbon frame with no title.
- JRibbonFrame(String) - Constructor for class org.pushingpixels.flamingo.api.ribbon.JRibbonFrame
-
Creates a new ribbon frame with the specified title.
- JRibbonFrame(String, GraphicsConfiguration) - Constructor for class org.pushingpixels.flamingo.api.ribbon.JRibbonFrame
-
Creates a new ribbon frame with the specified title.
- JRibbonGallery - Class in org.pushingpixels.flamingo.internal.ui.ribbon
-
In-ribbon gallery.
- JRibbonGallery() - Constructor for class org.pushingpixels.flamingo.internal.ui.ribbon.JRibbonGallery
-
Creates new in-ribbon gallery.
- JRibbonRootPane - Class in org.pushingpixels.flamingo.internal.ui.ribbon
-
Root pane for the
JRibbonFrame
. - JRibbonRootPane() - Constructor for class org.pushingpixels.flamingo.internal.ui.ribbon.JRibbonRootPane
- JRibbonTaskToggleButton - Class in org.pushingpixels.flamingo.internal.ui.ribbon
-
Toggle button for ribbon tasks.
- JRibbonTaskToggleButton(RibbonTask) - Constructor for class org.pushingpixels.flamingo.internal.ui.ribbon.JRibbonTaskToggleButton
-
Creates a new toggle button.
- JRichTooltipPanel - Class in org.pushingpixels.flamingo.internal.ui.common
- JRichTooltipPanel(RichTooltip) - Constructor for class org.pushingpixels.flamingo.internal.ui.common.JRichTooltipPanel
- JScrollablePanel<T extends JComponent> - Class in org.pushingpixels.flamingo.api.common
-
ScrollablePanel allows to have scrolling buttons on each side.
- JScrollablePanel(T, JScrollablePanel.ScrollType) - Constructor for class org.pushingpixels.flamingo.api.common.JScrollablePanel
- JScrollablePanel.ScrollType - Enum in org.pushingpixels.flamingo.api.common
- JTrackableComponent() - Constructor for class org.pushingpixels.flamingo.api.common.RichToolTipManager.JTrackableComponent
K
- key - Variable in class org.pushingpixels.flamingo.api.bcb.BreadcrumbItem
-
Display key for this item.
- key - Variable in class org.pushingpixels.flamingo.api.common.KeyValuePair
-
Pair key.
- KeyTipChain(JComponent) - Constructor for class org.pushingpixels.flamingo.internal.utils.KeyTipManager.KeyTipChain
- KeyTipEvent(Object, int) - Constructor for class org.pushingpixels.flamingo.internal.utils.KeyTipManager.KeyTipEvent
- KeyTipLink() - Constructor for class org.pushingpixels.flamingo.internal.utils.KeyTipManager.KeyTipLink
- keyTipLookupIndex - Variable in class org.pushingpixels.flamingo.internal.utils.KeyTipManager.KeyTipChain
- KeyTipManager - Class in org.pushingpixels.flamingo.internal.utils
- KeyTipManager.HasNextKeyTipChain - Annotation Type in org.pushingpixels.flamingo.internal.utils
-
Annotation to mark a command button that shows UI content with associated keytips on clicking its action area.
- KeyTipManager.KeyTipChain - Class in org.pushingpixels.flamingo.internal.utils
- KeyTipManager.KeyTipEvent - Class in org.pushingpixels.flamingo.internal.utils
- KeyTipManager.KeyTipLink - Class in org.pushingpixels.flamingo.internal.utils
- KeyTipManager.KeyTipLinkTraversal - Interface in org.pushingpixels.flamingo.internal.utils
- KeyTipManager.KeyTipListener - Interface in org.pushingpixels.flamingo.internal.utils
- KeyTipRenderingUtilities - Class in org.pushingpixels.flamingo.internal.utils
- KeyTipRenderingUtilities() - Constructor for class org.pushingpixels.flamingo.internal.utils.KeyTipRenderingUtilities
- keyTipsHidden(KeyTipManager.KeyTipEvent) - Method in interface org.pushingpixels.flamingo.internal.utils.KeyTipManager.KeyTipListener
- keyTipsShown(KeyTipManager.KeyTipEvent) - Method in interface org.pushingpixels.flamingo.internal.utils.KeyTipManager.KeyTipListener
- keyTipString - Variable in class org.pushingpixels.flamingo.internal.utils.KeyTipManager.KeyTipLink
- KeyValuePair<S,T> - Class in org.pushingpixels.flamingo.api.common
-
Generic key-value pair with optional property map.
- KeyValuePair(S, T) - Constructor for class org.pushingpixels.flamingo.api.common.KeyValuePair
-
Creates a new pair.
L
- LAST - org.pushingpixels.flamingo.api.common.AbstractCommandButton.CommandButtonLocationOrderKind
-
Indicates that this button is the last button in the strip.
- LayeredIcon - Class in org.pushingpixels.flamingo.api.common.icon
-
Decorator icon that layers icons one on top of the other.
- LayeredIcon(ResizableIcon...) - Constructor for class org.pushingpixels.flamingo.api.common.icon.LayeredIcon
-
Creates a new layered icon.
- layers - Variable in class org.pushingpixels.flamingo.api.common.icon.LayeredIcon
-
The layer icons.
- layoutContainer(Container) - Method in class org.pushingpixels.flamingo.internal.ui.bcb.BasicBreadcrumbBarUI.BreadcrumbBarLayout
- layoutContainer(Container) - Method in class org.pushingpixels.flamingo.internal.ui.common.BasicCommandButtonPanelUI.ColumnFillLayout
- layoutContainer(Container) - Method in class org.pushingpixels.flamingo.internal.ui.common.BasicCommandButtonPanelUI.RowFillLayout
- layoutContainer(Container) - Method in class org.pushingpixels.flamingo.internal.ui.common.BasicRichTooltipPanelUI.RichTooltipPanelLayout
- layoutContainer(Container) - Method in class org.pushingpixels.flamingo.internal.ui.common.BasicScrollablePanelUI.ScrollablePanelLayout
- layoutContainer(Container) - Method in class org.pushingpixels.flamingo.internal.ui.common.popup.BasicColorSelectorPanelUI.PanelLayout
- layoutContainer(Container) - Method in class org.pushingpixels.flamingo.internal.ui.common.popup.BasicCommandPopupMenuUI.PopupMenuLayoutManager
- layoutContainer(Container) - Method in class org.pushingpixels.flamingo.internal.ui.common.popup.BasicCommandPopupMenuUI.ScrollableCommandButtonPanel.IconPopupLayout
- layoutContainer(Container) - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonComponentUI.ExtComponentLayout
- layoutContainer(Container) - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonUI.RibbonLayout
- layoutInfo - Variable in class org.pushingpixels.flamingo.internal.ui.common.BasicCommandButtonUI
-
Layout information.
- layoutKind - Variable in class org.pushingpixels.flamingo.api.common.JCommandButtonPanel
-
Layout kind of this button panel.
- layoutManager - Variable in class org.pushingpixels.flamingo.internal.ui.common.BasicCommandButtonUI
- LEADING - org.pushingpixels.flamingo.api.common.HorizontalAlignment
-
If the preferred width is less than the available width, the relevant component is placed at the leading position in its parent (left for LTR and right for RTL).
- Leaf(String, InputStream) - Constructor for class org.pushingpixels.flamingo.api.common.AbstractFileViewPanel.Leaf
-
Creates a new leaf.
- leafName - Variable in class org.pushingpixels.flamingo.api.common.AbstractFileViewPanel.Leaf
-
Leaf name.
- leafProps - Variable in class org.pushingpixels.flamingo.api.common.AbstractFileViewPanel.Leaf
-
Leaf property map.
- leafStream - Variable in class org.pushingpixels.flamingo.api.common.AbstractFileViewPanel.Leaf
-
Stream with the contents of the leaf file.
- listenerList - Variable in class org.pushingpixels.flamingo.api.bcb.BreadcrumbBarModel
-
Listener list.
- listenerList - Variable in class org.pushingpixels.flamingo.api.common.popup.PopupPanelManager
-
List of all registered listeners.
- listenerList - Variable in class org.pushingpixels.flamingo.internal.utils.KeyTipManager
- loadedSet - Variable in class org.pushingpixels.flamingo.api.common.AbstractFileViewPanel
-
Contains the buttons with completely loaded images.
- LOW - org.pushingpixels.flamingo.api.ribbon.RibbonElementPriority
-
Low priority.
- Low2Mid(JBandControlPanel) - Constructor for class org.pushingpixels.flamingo.api.ribbon.resize.CoreRibbonResizePolicies.Low2Mid
-
Creates the new resize policy of type
LOW2MID
.
M
- mainButtonPanel - Variable in class org.pushingpixels.flamingo.api.common.popup.JCommandPopupMenu
-
The main button panel.
- mainImage - Variable in class org.pushingpixels.flamingo.api.common.RichTooltip
-
The main image of this tooltip.
- mainImageLabel - Variable in class org.pushingpixels.flamingo.internal.ui.common.BasicRichTooltipPanelUI
- mainPanel - Variable in class org.pushingpixels.flamingo.internal.ui.bcb.BasicBreadcrumbBarUI
- mainPanel - Variable in class org.pushingpixels.flamingo.internal.ui.ribbon.appmenu.BasicRibbonApplicationMenuPopupPanelUI
- mapping - Variable in class org.pushingpixels.flamingo.api.ribbon.resize.CoreRibbonResizePolicies.BaseCoreRibbonBandResizePolicy
-
The element priority mapping.
- margin - Variable in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonGalleryUI
-
Ribbon gallery margin.
- maxButtonColumns - Variable in class org.pushingpixels.flamingo.api.common.JCommandButtonPanel
-
Maximum number of columns for this panel.
- maxButtonColumns - Variable in class org.pushingpixels.flamingo.api.common.popup.JCommandPopupMenu
-
Maximum number of button columns visible in the
JCommandPopupMenu.mainButtonPanel
. - maxButtonRows - Variable in class org.pushingpixels.flamingo.api.common.JCommandButtonPanel
-
Maximum number of rows for this panel.
- maxDimension - Variable in class org.pushingpixels.flamingo.internal.ui.common.popup.BasicCommandPopupMenuUI.ScrollableCommandButtonPanel
-
Maximum dimension of
this
popup gallery. - maxVisibleButtonRows - Variable in class org.pushingpixels.flamingo.api.common.popup.JCommandPopupMenu
-
Maximum number of button rows visible in the
JCommandPopupMenu.mainButtonPanel
. - maxVisibleButtonRows - Variable in class org.pushingpixels.flamingo.internal.ui.common.popup.BasicCommandPopupMenuUI.ScrollableCommandButtonPanel
-
The maximum number of visible button rows.
- maxVisibleMenuButtons - Variable in class org.pushingpixels.flamingo.api.common.popup.JCommandPopupMenu
-
Maximum number of menu items visible in this menu.
- MEDIUM - org.pushingpixels.flamingo.api.ribbon.RibbonElementPriority
-
Medium priority.
- MEDIUM - Static variable in class org.pushingpixels.flamingo.api.common.CommandButtonDisplayState
-
Medium state.
- MENU_TILE_LEVEL_1 - Static variable in class org.pushingpixels.flamingo.internal.ui.ribbon.appmenu.BasicRibbonApplicationMenuPopupPanelUI
- MENU_TILE_LEVEL_2 - Static variable in class org.pushingpixels.flamingo.internal.ui.ribbon.appmenu.JRibbonApplicationMenuPopupPanelSecondary
- menuComponents - Variable in class org.pushingpixels.flamingo.api.common.popup.JCommandPopupMenu
-
Menu components.
- menuEntryActivated(JPanel) - Method in interface org.pushingpixels.flamingo.api.ribbon.RibbonApplicationMenuEntryPrimary.PrimaryRolloverCallback
-
Called when the matching primary menu item is activated.
- menuItemsPanel - Variable in class org.pushingpixels.flamingo.internal.ui.common.popup.BasicCommandPopupMenuUI
- MenuPanel() - Constructor for class org.pushingpixels.flamingo.internal.ui.common.popup.BasicCommandPopupMenuUI.MenuPanel
- Mid2Low(JBandControlPanel) - Constructor for class org.pushingpixels.flamingo.api.ribbon.resize.CoreRibbonResizePolicies.Mid2Low
-
Creates the new resize policy of type
MID2LOW
. - Mid2Mid(JBandControlPanel) - Constructor for class org.pushingpixels.flamingo.api.ribbon.resize.CoreRibbonResizePolicies.Mid2Mid
-
Creates the new resize policy of type
MID2MID
. - MIDDLE - org.pushingpixels.flamingo.api.common.AbstractCommandButton.CommandButtonLocationOrderKind
-
Indicates that this button is in the middle of the strip.
- minimumLayoutSize(Container) - Method in class org.pushingpixels.flamingo.internal.ui.bcb.BasicBreadcrumbBarUI.BreadcrumbBarLayout
- minimumLayoutSize(Container) - Method in class org.pushingpixels.flamingo.internal.ui.common.BasicCommandButtonPanelUI.ColumnFillLayout
- minimumLayoutSize(Container) - Method in class org.pushingpixels.flamingo.internal.ui.common.BasicCommandButtonPanelUI.RowFillLayout
- minimumLayoutSize(Container) - Method in class org.pushingpixels.flamingo.internal.ui.common.BasicRichTooltipPanelUI.RichTooltipPanelLayout
- minimumLayoutSize(Container) - Method in class org.pushingpixels.flamingo.internal.ui.common.BasicScrollablePanelUI.ScrollablePanelLayout
- minimumLayoutSize(Container) - Method in class org.pushingpixels.flamingo.internal.ui.common.popup.BasicColorSelectorPanelUI.PanelLayout
- minimumLayoutSize(Container) - Method in class org.pushingpixels.flamingo.internal.ui.common.popup.BasicCommandPopupMenuUI.PopupMenuLayoutManager
- minimumLayoutSize(Container) - Method in class org.pushingpixels.flamingo.internal.ui.common.popup.BasicCommandPopupMenuUI.ScrollableCommandButtonPanel.IconPopupLayout
- minimumLayoutSize(Container) - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonComponentUI.ExtComponentLayout
- minimumLayoutSize(Container) - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonUI.RibbonLayout
- Mirror(JBandControlPanel) - Constructor for class org.pushingpixels.flamingo.api.ribbon.resize.CoreRibbonResizePolicies.Mirror
-
Creates the new resize policy of type
MIRROR
. - model - Variable in class org.pushingpixels.flamingo.api.bcb.JBreadcrumbBar
-
The breadcrumb bar model.
- modelChangeListener - Variable in class org.pushingpixels.flamingo.internal.ui.common.popup.BasicColorSelectorComponentUI
- modelChangeListeners - Variable in class org.pushingpixels.flamingo.api.common.CommandToggleButtonGroup
-
Map of registered model change listeners.
- modelStack - Variable in class org.pushingpixels.flamingo.internal.ui.bcb.BasicBreadcrumbBarUI
-
Contains the item path.
- mouseClicked(MouseEvent) - Method in class org.pushingpixels.flamingo.internal.ui.common.BasicCommandButtonListener
- mouseDragged(MouseEvent) - Method in class org.pushingpixels.flamingo.api.common.RichToolTipManager
- mouseDragged(MouseEvent) - Method in class org.pushingpixels.flamingo.internal.ui.common.BasicCommandButtonListener
- mouseEntered(MouseEvent) - Method in class org.pushingpixels.flamingo.api.common.RichToolTipManager
- mouseEntered(MouseEvent) - Method in class org.pushingpixels.flamingo.internal.ui.common.BasicCommandButtonListener
- mouseExited(MouseEvent) - Method in class org.pushingpixels.flamingo.api.common.RichToolTipManager
- mouseExited(MouseEvent) - Method in class org.pushingpixels.flamingo.internal.ui.common.BasicCommandButtonListener
- mouseListener - Variable in class org.pushingpixels.flamingo.internal.ui.common.popup.BasicColorSelectorComponentUI
- mouseListener - Variable in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonBandUI
-
Mouse listener on the associated ribbon band.
- mouseMoved(MouseEvent) - Method in class org.pushingpixels.flamingo.api.common.RichToolTipManager
- mouseMoved(MouseEvent) - Method in class org.pushingpixels.flamingo.internal.ui.common.BasicCommandButtonListener
- mousePressed(MouseEvent) - Method in class org.pushingpixels.flamingo.api.common.RichToolTipManager
- mousePressed(MouseEvent) - Method in class org.pushingpixels.flamingo.internal.ui.common.BasicCommandButtonListener
- mouseReleased(MouseEvent) - Method in class org.pushingpixels.flamingo.internal.ui.common.BasicCommandButtonListener
N
- next() - Method in class org.pushingpixels.flamingo.api.ribbon.resize.CoreRibbonResizeSequencingPolicies.CollapseFromLast
- next() - Method in class org.pushingpixels.flamingo.api.ribbon.resize.CoreRibbonResizeSequencingPolicies.RoundRobin
- next() - Method in interface org.pushingpixels.flamingo.api.ribbon.resize.RibbonBandResizeSequencingPolicy
-
Returns the next ribbon band for collapse.
- None(JBandControlPanel) - Constructor for class org.pushingpixels.flamingo.api.ribbon.resize.CoreRibbonResizePolicies.None
-
Creates the new resize policy of type
NONE
.
O
- onActivated - Variable in class org.pushingpixels.flamingo.internal.utils.KeyTipManager.KeyTipLink
- onColorRollover(Color) - Method in interface org.pushingpixels.flamingo.api.common.popup.JColorSelectorPopupMenu.ColorSelectorCallback
- onColorRollover(Color) - Method in class org.pushingpixels.flamingo.internal.ui.common.popup.JColorSelectorComponent
- onColorSelected(Color) - Method in interface org.pushingpixels.flamingo.api.common.popup.JColorSelectorPopupMenu.ColorSelectorCallback
- onColorSelected(Color) - Method in class org.pushingpixels.flamingo.internal.ui.common.popup.JColorSelectorComponent
- onException(Throwable) - Method in interface org.pushingpixels.flamingo.api.bcb.BreadcrumbBarExceptionHandler
-
Called when an exceptional condition occurs in the breadcrumb bar.
- ONLY - org.pushingpixels.flamingo.api.common.AbstractCommandButton.CommandButtonLocationOrderKind
-
Indicates that this button is the only button in the strip.
- onProgress(ProgressEvent) - Method in interface org.pushingpixels.flamingo.api.common.ProgressListener
-
Fired when progress has been made in the source process.
- operation - Variable in class org.pushingpixels.flamingo.api.common.icon.FilteredResizableIcon
-
Filter operation.
- org.pushingpixels.flamingo.api.bcb - package org.pushingpixels.flamingo.api.bcb
- org.pushingpixels.flamingo.api.bcb.core - package org.pushingpixels.flamingo.api.bcb.core
- org.pushingpixels.flamingo.api.common - package org.pushingpixels.flamingo.api.common
- org.pushingpixels.flamingo.api.common.icon - package org.pushingpixels.flamingo.api.common.icon
- org.pushingpixels.flamingo.api.common.model - package org.pushingpixels.flamingo.api.common.model
- org.pushingpixels.flamingo.api.common.popup - package org.pushingpixels.flamingo.api.common.popup
- org.pushingpixels.flamingo.api.ribbon - package org.pushingpixels.flamingo.api.ribbon
- org.pushingpixels.flamingo.api.ribbon.resize - package org.pushingpixels.flamingo.api.ribbon.resize
- org.pushingpixels.flamingo.internal.ui.bcb - package org.pushingpixels.flamingo.internal.ui.bcb
- org.pushingpixels.flamingo.internal.ui.common - package org.pushingpixels.flamingo.internal.ui.common
- org.pushingpixels.flamingo.internal.ui.common.popup - package org.pushingpixels.flamingo.internal.ui.common.popup
- org.pushingpixels.flamingo.internal.ui.ribbon - package org.pushingpixels.flamingo.internal.ui.ribbon
- org.pushingpixels.flamingo.internal.ui.ribbon.appmenu - package org.pushingpixels.flamingo.internal.ui.ribbon.appmenu
- org.pushingpixels.flamingo.internal.utils - package org.pushingpixels.flamingo.internal.utils
P
- paint(Graphics, JComponent) - Method in class org.pushingpixels.flamingo.internal.ui.common.BasicCommandButtonPanelUI
- paint(Graphics, JComponent) - Method in class org.pushingpixels.flamingo.internal.ui.common.BasicCommandButtonUI
- paint(Graphics, JComponent) - Method in class org.pushingpixels.flamingo.internal.ui.common.BasicRichTooltipPanelUI
- paint(Graphics, JComponent) - Method in class org.pushingpixels.flamingo.internal.ui.common.popup.BasicColorSelectorPanelUI
- paint(Graphics, JComponent) - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.appmenu.BasicRibbonApplicationMenuButtonUI
- paint(Graphics, JComponent) - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.appmenu.BasicRibbonApplicationMenuPopupPanelUI
- paint(Graphics, JComponent) - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonBandUI
- paint(Graphics, JComponent) - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonComponentUI
- paint(Graphics, JComponent) - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonGalleryUI
- paint(Graphics, JComponent) - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonUI
- paintBackground(Graphics) - Method in class org.pushingpixels.flamingo.internal.ui.common.BasicRichTooltipPanelUI
- paintBackground(Graphics) - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonUI
-
Paints the ribbon background.
- paintBandBackground(Graphics, Rectangle) - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonBandUI
-
Paints band background.
- paintBandTitle(Graphics, Rectangle, String) - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonBandUI
-
Paints band title pane.
- paintBandTitleBackground(Graphics, Rectangle, String) - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonBandUI
-
Paints band title pane.
- paintBorder(Component, Graphics, int, int, int, int) - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonBandUI.RoundBorder
- paintBottomDivider(Graphics, int, int, int, int) - Method in class org.pushingpixels.flamingo.internal.ui.common.popup.BasicColorSelectorPanelUI
- paintButtonBackground(Graphics, Rectangle) - Method in class org.pushingpixels.flamingo.internal.ui.common.BasicCommandButtonUI
-
Paints command button background.
- paintButtonBackground(Graphics, Rectangle) - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.appmenu.BasicRibbonApplicationMenuButtonUI
-
Paints the button background.
- paintButtonBackground(Graphics, Rectangle) - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonTaskToggleButtonUI
-
Paints the button background.
- paintButtonBackground(Graphics, Rectangle, ButtonModel...) - Method in class org.pushingpixels.flamingo.internal.ui.common.BasicCommandButtonUI
-
Paints the background of the command button.
- paintButtonHorizontalSeparator(Graphics, Rectangle) - Method in class org.pushingpixels.flamingo.internal.ui.common.BasicCommandButtonUI
-
Paints command button horizontal separator.
- paintButtonIcon(Graphics, Rectangle) - Method in class org.pushingpixels.flamingo.internal.ui.common.BasicCommandButtonUI
-
Paints the button icon.
- paintButtonIcon(Graphics, Rectangle) - Method in class org.pushingpixels.flamingo.internal.ui.common.BasicCommandToggleMenuButtonUI
- paintButtonVerticalSeparator(Graphics, Rectangle) - Method in class org.pushingpixels.flamingo.internal.ui.common.BasicCommandButtonUI
-
Paints command button vertical separator.
- paintCaptionBackground(Graphics, int, int, int, int) - Method in class org.pushingpixels.flamingo.internal.ui.common.popup.BasicColorSelectorPanelUI
- paintComponent(Graphics) - Method in class org.pushingpixels.flamingo.internal.ui.common.popup.BasicCommandPopupMenuUI.MenuPanel
- paintComponent(Graphics) - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonUI.TaskToggleButtonsHostPanel
- paintContextualTaskGroupOutlines(Graphics, RibbonContextualTaskGroup, Rectangle) - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonUI.TaskToggleButtonsHostPanel
-
Paints the outline of the specified contextual task group.
- paintContextualTaskGroupsOutlines(Graphics) - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonUI.TaskToggleButtonsHostPanel
-
Paints the outline of the contextual task groups.
- paintGroupBackground(Graphics, int, int, int, int, int) - Method in class org.pushingpixels.flamingo.internal.ui.common.BasicCommandButtonPanelUI
-
Paints the background of the specified button panel group.
- paintGroupTitleBackground(Graphics, int, int, int, int, int) - Method in class org.pushingpixels.flamingo.internal.ui.common.BasicCommandButtonPanelUI
-
Paints the background of the title of specified button panel group.
- paintIcon(Component, Graphics, int, int) - Method in class org.pushingpixels.flamingo.api.common.icon.DecoratedResizableIcon
- paintIcon(Component, Graphics, int, int) - Method in class org.pushingpixels.flamingo.api.common.icon.EmptyResizableIcon
- paintIcon(Component, Graphics, int, int) - Method in class org.pushingpixels.flamingo.api.common.icon.FilteredResizableIcon
- paintIcon(Component, Graphics, int, int) - Method in class org.pushingpixels.flamingo.api.common.icon.IconDeckResizableIcon
- paintIcon(Component, Graphics, int, int) - Method in class org.pushingpixels.flamingo.api.common.icon.LayeredIcon
- paintIcon(Component, Graphics, int, int) - Method in class org.pushingpixels.flamingo.internal.ui.common.ResizableIconUIResource
- paintIcon(Component, Graphics, int, int) - Method in class org.pushingpixels.flamingo.internal.utils.ArrowResizableIcon
- paintIcon(Component, Graphics, int, int) - Method in class org.pushingpixels.flamingo.internal.utils.DoubleArrowResizableIcon
- paintIcon(Graphics, JRibbonComponent, Icon, int, int) - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonComponentUI
- paintIconDecoration(Component, Graphics, int, int, int, int) - Method in interface org.pushingpixels.flamingo.api.common.icon.DecoratedResizableIcon.IconDecorator
-
Paints the icon decoration.
- paintIconGutterBackground(Graphics) - Method in class org.pushingpixels.flamingo.internal.ui.common.popup.BasicCommandPopupMenuUI.MenuPanel
- paintIconGutterSeparator(Graphics) - Method in class org.pushingpixels.flamingo.internal.ui.common.popup.BasicCommandPopupMenuUI.MenuPanel
- paintMinimizedRibbonSeparator(Graphics) - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonUI
- paintPopupActionIcon(Graphics, Rectangle) - Method in class org.pushingpixels.flamingo.internal.ui.common.BasicCommandButtonUI
-
Paints the icon of the popup area.
- paintRibbonGalleryBorder(Graphics) - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonGalleryUI
-
Paints ribbon gallery border.
- paintTaskArea(Graphics, int, int, int, int) - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonUI
-
Paints the task border.
- paintTaskOutlines(Graphics) - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonUI.TaskToggleButtonsHostPanel
- paintText(Graphics) - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonTaskToggleButtonUI
- PanelLayout() - Constructor for class org.pushingpixels.flamingo.internal.ui.common.popup.BasicColorSelectorPanelUI.PanelLayout
- panelLevel1 - Variable in class org.pushingpixels.flamingo.internal.ui.ribbon.appmenu.BasicRibbonApplicationMenuPopupPanelUI
- panelLevel2 - Variable in class org.pushingpixels.flamingo.internal.ui.ribbon.appmenu.BasicRibbonApplicationMenuPopupPanelUI
- pathListener - Variable in class org.pushingpixels.flamingo.internal.ui.bcb.BasicBreadcrumbBarUI
- POPUP_HIDDEN - Static variable in class org.pushingpixels.flamingo.api.common.popup.PopupPanelManager.PopupEvent
-
ID of "popup hidden" event.
- POPUP_MENU - Static variable in class org.pushingpixels.flamingo.internal.ui.common.popup.BasicCommandPopupMenuUI
- POPUP_ONLY - org.pushingpixels.flamingo.api.common.JCommandButton.CommandButtonKind
-
Command button that has only popup area.
- POPUP_SHOWN - Static variable in class org.pushingpixels.flamingo.api.common.popup.PopupPanelManager.PopupEvent
-
ID of "popup shown" event.
- popupActionIcon - Variable in class org.pushingpixels.flamingo.internal.ui.common.BasicCommandButtonUI
-
The "expand" action icon.
- popupActionListener - Variable in class org.pushingpixels.flamingo.internal.ui.common.BasicCommandButtonUI
-
Action listener on the popup area.
- PopupActionListener - Interface in org.pushingpixels.flamingo.api.common
-
Popup action listener.
- popupActionRect - Variable in class org.pushingpixels.flamingo.api.common.CommandButtonLayoutManager.CommandButtonLayoutInfo
-
Rectangle for the icon associated with the
CommandButtonLayoutManager.CommandButtonLayoutInfo.popupClickArea
. - PopupButtonModel - Interface in org.pushingpixels.flamingo.api.common.model
-
Model for the popup area of
JCommandButton
component. - popupCallback - Variable in class org.pushingpixels.flamingo.api.common.JCommandButton
-
Associated popup callback.
- popupCallback - Variable in class org.pushingpixels.flamingo.api.ribbon.RibbonApplicationMenuEntrySecondary
-
Popup callback for this menu entry.
- popupCallback - Variable in class org.pushingpixels.flamingo.internal.ui.ribbon.JRibbonGallery
- popupClickArea - Variable in class org.pushingpixels.flamingo.api.common.CommandButtonLayoutManager.CommandButtonLayoutInfo
-
The popup area.
- PopupEvent(JPopupPanel, int, JComponent) - Constructor for class org.pushingpixels.flamingo.api.common.popup.PopupPanelManager.PopupEvent
-
Creates a new popup event.
- popupHandler - Variable in class org.pushingpixels.flamingo.api.common.JCommandButton
-
Default popup handler for this button.
- popupHidden(PopupPanelManager.PopupEvent) - Method in interface org.pushingpixels.flamingo.api.common.popup.PopupPanelManager.PopupListener
-
Fired when a popup panel has been hidden.
- popupHidden(PopupPanelManager.PopupEvent) - Method in class org.pushingpixels.flamingo.internal.ui.common.popup.BasicPopupPanelUI.PopupPanelEscapeDismisser
- popupHidden(PopupPanelManager.PopupEvent) - Method in class org.pushingpixels.flamingo.internal.ui.common.popup.BasicPopupPanelUI.WindowTracker
- PopupInfo(JComponent, JPopupPanel) - Constructor for class org.pushingpixels.flamingo.api.common.popup.PopupPanelManager.PopupInfo
-
Creates a new information object.
- popupKeyTip - Variable in class org.pushingpixels.flamingo.api.common.JCommandButton
-
Key tip for the popup area of this button.
- popupListener - Variable in class org.pushingpixels.flamingo.internal.ui.common.popup.BasicCommandPopupMenuUI
- popupListener - Variable in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonGalleryUI
-
Listener on the
PopupPanelManager
changes to sync theJRibbonGallery.setShowingPopupPanel(boolean)
once the popup gallery is dismissed by the user. - popupListener - Variable in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonTaskToggleButtonUI
- popupMenu - Variable in class org.pushingpixels.flamingo.internal.ui.common.popup.BasicCommandPopupMenuUI
-
The associated popup menu
- popupMenuChangeListener - Variable in class org.pushingpixels.flamingo.internal.ui.common.popup.BasicCommandPopupMenuUI
- PopupMenuLayoutManager() - Constructor for class org.pushingpixels.flamingo.internal.ui.common.popup.BasicCommandPopupMenuUI.PopupMenuLayoutManager
- popupModel - Variable in class org.pushingpixels.flamingo.api.common.JCommandButton
-
Popup model of this button.
- popupOrientationKind - Variable in class org.pushingpixels.flamingo.api.common.JCommandButton
-
The popup orientation kind of this button.
- popupPanel - Variable in class org.pushingpixels.flamingo.internal.ui.common.popup.BasicPopupPanelUI
-
The associated popup panel.
- PopupPanelCallback - Interface in org.pushingpixels.flamingo.api.common.popup
-
An application hook that allows associating a custom popup panel with a popup area of the specific command button.
- PopupPanelEscapeDismisser() - Constructor for class org.pushingpixels.flamingo.internal.ui.common.popup.BasicPopupPanelUI.PopupPanelEscapeDismisser
-
Creates a new tracer for popup panels to be dismissed with ESC key.
- PopupPanelManager - Class in org.pushingpixels.flamingo.api.common.popup
-
Manager for showing and hiding
JPopupPanel
s. - PopupPanelManager() - Constructor for class org.pushingpixels.flamingo.api.common.popup.PopupPanelManager
- PopupPanelManager.PopupEvent - Class in org.pushingpixels.flamingo.api.common.popup
-
Popup event.
- PopupPanelManager.PopupInfo - Class in org.pushingpixels.flamingo.api.common.popup
-
Information on a single showing popup.
- PopupPanelManager.PopupListener - Interface in org.pushingpixels.flamingo.api.common.popup
-
Listener on showing and hiding the popup panels.
- popupPanels - Variable in class org.pushingpixels.flamingo.api.common.popup.PopupPanelManager
-
Map of all popup panels and associated
Popup
objects. - PopupPanelUI - Class in org.pushingpixels.flamingo.internal.ui.common.popup
-
UI for popup panel (
JPopupPanel
). - PopupPanelUI() - Constructor for class org.pushingpixels.flamingo.internal.ui.common.popup.PopupPanelUI
- popupShown(PopupPanelManager.PopupEvent) - Method in interface org.pushingpixels.flamingo.api.common.popup.PopupPanelManager.PopupListener
-
Fired when a popup panel has been shown.
- popupShown(PopupPanelManager.PopupEvent) - Method in class org.pushingpixels.flamingo.internal.ui.common.popup.BasicPopupPanelUI.PopupPanelEscapeDismisser
- popupShown(PopupPanelManager.PopupEvent) - Method in class org.pushingpixels.flamingo.internal.ui.common.popup.BasicPopupPanelUI.WindowTracker
- popupToBeShown(JCommandPopupMenu) - Method in interface org.pushingpixels.flamingo.api.ribbon.JRibbonBand.RibbonGalleryPopupCallback
-
Called just before the popup menu is about to be shown.
- prefAnchorPoint - Variable in class org.pushingpixels.flamingo.internal.utils.KeyTipManager.KeyTipLink
- preferredLayoutSize(Container) - Method in class org.pushingpixels.flamingo.internal.ui.bcb.BasicBreadcrumbBarUI.BreadcrumbBarLayout
- preferredLayoutSize(Container) - Method in class org.pushingpixels.flamingo.internal.ui.common.BasicCommandButtonPanelUI.ColumnFillLayout
- preferredLayoutSize(Container) - Method in class org.pushingpixels.flamingo.internal.ui.common.BasicCommandButtonPanelUI.RowFillLayout
- preferredLayoutSize(Container) - Method in class org.pushingpixels.flamingo.internal.ui.common.BasicRichTooltipPanelUI.RichTooltipPanelLayout
- preferredLayoutSize(Container) - Method in class org.pushingpixels.flamingo.internal.ui.common.BasicScrollablePanelUI.ScrollablePanelLayout
- preferredLayoutSize(Container) - Method in class org.pushingpixels.flamingo.internal.ui.common.popup.BasicColorSelectorPanelUI.PanelLayout
- preferredLayoutSize(Container) - Method in class org.pushingpixels.flamingo.internal.ui.common.popup.BasicCommandPopupMenuUI.PopupMenuLayoutManager
- preferredLayoutSize(Container) - Method in class org.pushingpixels.flamingo.internal.ui.common.popup.BasicCommandPopupMenuUI.ScrollableCommandButtonPanel.IconPopupLayout
- preferredLayoutSize(Container) - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonComponentUI.ExtComponentLayout
- preferredLayoutSize(Container) - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonUI.RibbonLayout
- preferredPopupMaxButtonColumns - Variable in class org.pushingpixels.flamingo.internal.ui.ribbon.JRibbonGallery
-
Preferred maximum number of button columns for the popup panel.
- preferredPopupMaxVisibleButtonRows - Variable in class org.pushingpixels.flamingo.internal.ui.ribbon.JRibbonGallery
-
Preferred maximum number of visible button rows for the popup panel.
- preferredVisibleIconCount - Variable in class org.pushingpixels.flamingo.internal.ui.ribbon.JRibbonGallery
-
Preferred widths for each possible display state (set in the user code according to design preferences).
- processingQueue - Variable in class org.pushingpixels.flamingo.internal.utils.KeyTipManager
- processingThread - Variable in class org.pushingpixels.flamingo.internal.utils.KeyTipManager
- processPopupAction() - Method in class org.pushingpixels.flamingo.internal.ui.common.BasicCommandButtonUI
- ProgressEvent - Class in org.pushingpixels.flamingo.api.common
-
This event is used to notify interested parties that progress has been made in the event source.
- ProgressEvent(Object, int, int, int) - Constructor for class org.pushingpixels.flamingo.api.common.ProgressEvent
-
Creates a new progress event.
- progressListener - Variable in class org.pushingpixels.flamingo.api.common.AbstractFileViewPanel
-
Progress listener to report back on loaded images.
- ProgressListener - Interface in org.pushingpixels.flamingo.api.common
-
Contract for parties interested to listen on progress events.
- PROPERTY_APPLICATION_ICON - Static variable in class org.pushingpixels.flamingo.api.ribbon.JRibbon
-
The property string used when the
JRibbon.applicationIcon
changes. - PROPERTY_APPLICATION_MENU - Static variable in class org.pushingpixels.flamingo.api.ribbon.JRibbon
-
The property string used when the
JRibbon.applicationMenu
changes. - PROPERTY_APPLICATION_MENU_KEY_TIP - Static variable in class org.pushingpixels.flamingo.api.ribbon.JRibbon
-
The property string used when the
JRibbon.applicationMenuKeyTip
changes. - PROPERTY_APPLICATION_MENU_RICH_TOOLTIP - Static variable in class org.pushingpixels.flamingo.api.ribbon.JRibbon
-
The property string used when the
JRibbon.applicationMenuRichTooltip
changes. - PROPERTY_MINIMIZED - Static variable in class org.pushingpixels.flamingo.api.ribbon.JRibbon
-
The property string used when the
JRibbon.isMinimized
changes. - PROPERTY_SELECTED_TASK - Static variable in class org.pushingpixels.flamingo.api.ribbon.JRibbon
-
The property string used when the
JRibbon.currentlySelectedTask
changes. - propertyChange(PropertyChangeEvent) - Method in class org.pushingpixels.flamingo.internal.ui.common.CommandButtonLayoutManagerBig
- propertyChange(PropertyChangeEvent) - Method in class org.pushingpixels.flamingo.internal.ui.common.CommandButtonLayoutManagerMedium
- propertyChange(PropertyChangeEvent) - Method in class org.pushingpixels.flamingo.internal.ui.common.CommandButtonLayoutManagerSmall
- propertyChange(PropertyChangeEvent) - Method in class org.pushingpixels.flamingo.internal.ui.common.CommandButtonLayoutManagerTile
- propertyChange(PropertyChangeEvent) - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.appmenu.CommandButtonLayoutManagerMenuTileLevel1
- propertyChange(PropertyChangeEvent) - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.appmenu.CommandButtonLayoutManagerMenuTileLevel2
- propertyChange(PropertyChangeEvent) - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.CommandButtonLayoutManagerBigFixed
- propertyChange(PropertyChangeEvent) - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.CommandButtonLayoutManagerBigFixedLandscape
- propertyChangeListener - Variable in class org.pushingpixels.flamingo.internal.ui.common.BasicCommandButtonPanelUI
-
Property change listener on
BasicCommandButtonPanelUI.buttonPanel
. - propertyChangeListener - Variable in class org.pushingpixels.flamingo.internal.ui.common.BasicCommandButtonUI
-
Property change listener.
- propertyChangeListener - Variable in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonBandUI
-
Listens to property changes on the associated ribbon band.
- propertyChangeListener - Variable in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonComponentUI
- propertyChangeListener - Variable in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonGalleryUI
-
Property change listener.
- propertyChangeListener - Variable in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonUI
-
Property change listener.
- propMap - Variable in class org.pushingpixels.flamingo.api.common.KeyValuePair
-
Property map.
- pushChoice(BreadcrumbItem, boolean) - Method in class org.pushingpixels.flamingo.internal.ui.bcb.BasicBreadcrumbBarUI
-
Pushes an item to the top position of the stack.
- pushChoices(BreadcrumbItemChoices) - Method in class org.pushingpixels.flamingo.internal.ui.bcb.BasicBreadcrumbBarUI
-
Pushes a choice to the top position of the stack.
- pushChoices(BreadcrumbItemChoices, boolean) - Method in class org.pushingpixels.flamingo.internal.ui.bcb.BasicBreadcrumbBarUI
-
Pushes a choice to the top position of the stack.
R
- recomputeGroupHeaders() - Method in class org.pushingpixels.flamingo.internal.ui.common.BasicCommandButtonPanelUI
-
Recomputes the components for button group headers.
- refreshCurrentChain() - Method in class org.pushingpixels.flamingo.internal.utils.KeyTipManager
- registerComponent(RichToolTipManager.JTrackableComponent) - Method in class org.pushingpixels.flamingo.api.common.RichToolTipManager
-
Registers a component for tooltip management.
- remove(JCommandToggleButton) - Method in class org.pushingpixels.flamingo.api.common.CommandToggleButtonGroup
-
Removes the specified button from the group.
- removeActionListener(ActionListener) - Method in class org.pushingpixels.flamingo.api.common.AbstractCommandButton
-
Removes the specified action listener from this button.
- removeAllGroups() - Method in class org.pushingpixels.flamingo.api.common.JCommandButtonPanel
-
Removes all the button groups and buttons from this panel.
- removeAllHelpPanelComponents() - Method in class org.pushingpixels.flamingo.api.ribbon.JRibbon
-
Removes al the components from the 'Help Panel'.
- removeAllTaskbarComponents() - Method in class org.pushingpixels.flamingo.api.ribbon.JRibbon
-
Removes all components added to the taskbar of the ribbon.
- removeAllTasks() - Method in class org.pushingpixels.flamingo.api.ribbon.JRibbon
-
Removes all tasks from the ribbon.
- removeAsynchronousLoadListener(AsynchronousLoadListener) - Method in interface org.pushingpixels.flamingo.api.common.AsynchronousLoading
-
Removes listener on the asynchronous loading events.
- removeAsynchronousLoadListener(AsynchronousLoadListener) - Method in class org.pushingpixels.flamingo.api.common.icon.DecoratedResizableIcon
- removeAsynchronousLoadListener(AsynchronousLoadListener) - Method in class org.pushingpixels.flamingo.api.common.icon.IconDeckResizableIcon
- removeButtonFromGroup(String, int) - Method in class org.pushingpixels.flamingo.api.common.JCommandButtonPanel
-
Removes the button at the specified index from the specified button group.
- removeButtonGroup(String) - Method in class org.pushingpixels.flamingo.api.common.JCommandButtonPanel
-
Removes the specified button group.
- 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.JCommandButtonPanel
-
Removes the specified change listener from this button panel.
- removeChangeListener(ChangeListener) - Method in class org.pushingpixels.flamingo.api.common.JCommandButtonStrip
-
Removes the specified change listener from tracking changes to this command button strip.
- removeChangeListener(ChangeListener) - Method in class org.pushingpixels.flamingo.api.common.JScrollablePanel
- removeChangeListener(ChangeListener) - Method in class org.pushingpixels.flamingo.api.common.popup.JCommandPopupMenu
-
Removes the specified change listener from tracking changes to this popup menu.
- 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.internal.ui.ribbon.JBandControlPanel
- removeComponent() - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonBandUI.CollapsedButtonPopupPanel
-
Removes the main component of
this
popup gallery. - removeExceptionHandler(BreadcrumbBarExceptionHandler) - Method in class org.pushingpixels.flamingo.api.bcb.JBreadcrumbBar
-
Unregisters the specified exception handler.
- removeExistingComponents() - Method in class org.pushingpixels.flamingo.internal.ui.common.BasicRichTooltipPanelUI
- removeHelpPanelComponent(Component) - Method in class org.pushingpixels.flamingo.api.ribbon.JRibbon
-
Removes a component from the 'Help Panel'.
- removeIconDecorator(DecoratedResizableIcon.IconDecorator) - Method in class org.pushingpixels.flamingo.api.common.icon.DecoratedResizableIcon
-
Removes the specified decorator.
- removeKeyTipListener(KeyTipManager.KeyTipListener) - Method in class org.pushingpixels.flamingo.internal.utils.KeyTipManager
- 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.internal.ui.bcb.BasicBreadcrumbBarUI.BreadcrumbBarLayout
- removeLayoutComponent(Component) - Method in class org.pushingpixels.flamingo.internal.ui.common.BasicCommandButtonPanelUI.ColumnFillLayout
- removeLayoutComponent(Component) - Method in class org.pushingpixels.flamingo.internal.ui.common.BasicCommandButtonPanelUI.RowFillLayout
- removeLayoutComponent(Component) - Method in class org.pushingpixels.flamingo.internal.ui.common.BasicRichTooltipPanelUI.RichTooltipPanelLayout
- removeLayoutComponent(Component) - Method in class org.pushingpixels.flamingo.internal.ui.common.BasicScrollablePanelUI.ScrollablePanelLayout
- removeLayoutComponent(Component) - Method in class org.pushingpixels.flamingo.internal.ui.common.popup.BasicColorSelectorPanelUI.PanelLayout
- removeLayoutComponent(Component) - Method in class org.pushingpixels.flamingo.internal.ui.common.popup.BasicCommandPopupMenuUI.PopupMenuLayoutManager
- removeLayoutComponent(Component) - Method in class org.pushingpixels.flamingo.internal.ui.common.popup.BasicCommandPopupMenuUI.ScrollableCommandButtonPanel.IconPopupLayout
- removeLayoutComponent(Component) - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonComponentUI.ExtComponentLayout
- removeLayoutComponent(Component) - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonUI.RibbonLayout
- removePathListener(BreadcrumbPathListener) - 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.CommandToggleButtonGroup
-
Removes the specified property change listener from this button group.
- removeRibbonGalleryButtons(String, JCommandToggleButton...) - Method in class org.pushingpixels.flamingo.api.ribbon.JRibbonBand
-
Removes command toggle buttons from the specified ribbon gallery.
- removeRibbonGalleryButtons(JCommandToggleButton...) - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.JRibbonGallery
-
Removes the specified toggle command buttons from this ribbon gallery.
- removeRolloverActionListener(RolloverActionListener) - Method in class org.pushingpixels.flamingo.api.common.JCommandMenuButton
-
Removes the specified rollover action listener.
- removeScrollers() - Method in class org.pushingpixels.flamingo.internal.ui.common.BasicScrollablePanelUI
- removeTask(int) - Method in class org.pushingpixels.flamingo.api.ribbon.JRibbon
-
Removes the task at the specified position, if it represents a valid task.
- removeTask(RibbonTask) - Method in class org.pushingpixels.flamingo.api.ribbon.JRibbon
-
Removes the given task from the ribbon.
- removeTaskbarComponent(Component) - Method in class org.pushingpixels.flamingo.api.ribbon.JRibbon
-
Removes the specified taskbar component from this ribbon.
- rendererButton - Variable in class org.pushingpixels.flamingo.internal.ui.common.BasicCommandButtonUI
-
Used to provide a LAF-consistent appearance under core LAFs.
- rendererSeparator - Variable in class org.pushingpixels.flamingo.internal.ui.common.BasicCommandButtonUI
-
Used to paint the separator between the action and popup areas.
- RenderingUtils - Class in org.pushingpixels.flamingo.internal.utils
-
Utilities to install desktop rendering hints for correctly rasterizing texts.
- RenderingUtils() - Constructor for class org.pushingpixels.flamingo.internal.utils.RenderingUtils
- renderKeyTip(Graphics, Container, Rectangle, String, boolean) - Static method in class org.pushingpixels.flamingo.internal.utils.KeyTipRenderingUtilities
- renderMenuButtonKeyTips(Graphics, JCommandMenuButton, CommandButtonLayoutManager) - Static method in class org.pushingpixels.flamingo.internal.utils.KeyTipRenderingUtilities
- renderSurface(Graphics, Container, Rectangle, boolean, boolean, boolean) - Static method in class org.pushingpixels.flamingo.internal.utils.FlamingoUtilities
- replace(List<BreadcrumbItem<T>>) - Method in class org.pushingpixels.flamingo.api.bcb.BreadcrumbBarModel
-
Replaces the current item list with the specified list.
- 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.
- ResizableIcon - Interface in org.pushingpixels.flamingo.api.common.icon
-
Interface for icons that have resizability behaviour.
- ResizableIconUIResource - Class in org.pushingpixels.flamingo.internal.ui.common
- ResizableIconUIResource(ResizableIcon) - Constructor for class org.pushingpixels.flamingo.internal.ui.common.ResizableIconUIResource
- resizePolicies - Variable in class org.pushingpixels.flamingo.api.ribbon.AbstractRibbonBand
-
The list of available resize policies.
- revertToOriginalDimension() - Method in class org.pushingpixels.flamingo.internal.utils.ArrowResizableIcon
- revertToOriginalDimension() - Method in class org.pushingpixels.flamingo.internal.utils.DoubleArrowResizableIcon
- ribbon - Variable in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonUI
-
The associated ribbon.
- RIBBON_SPECIAL_LAYER - Static variable in class org.pushingpixels.flamingo.internal.ui.ribbon.JRibbonRootPane
- RibbonApplicationMenu - Class in org.pushingpixels.flamingo.api.ribbon
-
Metadata description of the application menu of the
JRibbon
component. - RibbonApplicationMenu() - Constructor for class org.pushingpixels.flamingo.api.ribbon.RibbonApplicationMenu
-
Creates an empty ribbon application menu.
- RibbonApplicationMenuEntryFooter - Class in org.pushingpixels.flamingo.api.ribbon
-
Metadata description for the footer entries of the
RibbonApplicationMenu
. - RibbonApplicationMenuEntryFooter(ResizableIcon, String, ActionListener) - Constructor for class org.pushingpixels.flamingo.api.ribbon.RibbonApplicationMenuEntryFooter
-
Creates the metadata description of a
RibbonApplicationMenu
footer menu entry. - RibbonApplicationMenuEntryPrimary - Class in org.pushingpixels.flamingo.api.ribbon
-
Metadata description for the primary menu entries of the
RibbonApplicationMenu
. - RibbonApplicationMenuEntryPrimary(ResizableIcon, String, ActionListener, JCommandButton.CommandButtonKind) - Constructor for class org.pushingpixels.flamingo.api.ribbon.RibbonApplicationMenuEntryPrimary
-
Creates the metadata description of a
RibbonApplicationMenu
primary menu entry. - RibbonApplicationMenuEntryPrimary.PrimaryRolloverCallback - Interface in org.pushingpixels.flamingo.api.ribbon
-
Callback that allows application code to provide custom content on the secondary panel of the
RibbonApplicationMenu
. - RibbonApplicationMenuEntrySecondary - Class in org.pushingpixels.flamingo.api.ribbon
-
Metadata description for the secondary menu entries of the
RibbonApplicationMenu
. - RibbonApplicationMenuEntrySecondary(ResizableIcon, String, ActionListener, JCommandButton.CommandButtonKind) - Constructor for class org.pushingpixels.flamingo.api.ribbon.RibbonApplicationMenuEntrySecondary
-
Creates the metadata description of a
RibbonApplicationMenu
secondary menu entry. - ribbonAppMenu - Variable in class org.pushingpixels.flamingo.internal.ui.ribbon.appmenu.JRibbonApplicationMenuPopupPanel
- ribbonBand - Variable in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonBandUI
-
The associated ribbon band.
- RibbonBandResizePolicy - Interface in org.pushingpixels.flamingo.api.ribbon.resize
-
Defines the resize policies for the
JRibbonBand
s andJFlowRibbonBand
s. - RibbonBandResizeSequencingPolicy - Interface in org.pushingpixels.flamingo.api.ribbon.resize
-
Defines the resize sequencing policies for
RibbonTask
s. - RibbonBandUI - Class in org.pushingpixels.flamingo.internal.ui.ribbon
-
UI for ribbon band (
JRibbonBand
). - RibbonBandUI() - Constructor for class org.pushingpixels.flamingo.internal.ui.ribbon.RibbonBandUI
- ribbonChangeListener - Variable in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonUI
-
Change listener.
- ribbonComponent - Variable in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonComponentUI
-
The associated ribbon component.
- ribbonComponentListener - Variable in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonUI
- RibbonComponentUI - Class in org.pushingpixels.flamingo.internal.ui.ribbon
-
UI for extended components (
JRibbonComponent
). - RibbonComponentUI() - Constructor for class org.pushingpixels.flamingo.internal.ui.ribbon.RibbonComponentUI
- ribbonContainerListener - Variable in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonUI
- RibbonContextualTaskGroup - Class in org.pushingpixels.flamingo.api.ribbon
-
A contextual group of
RibbonTask
s. - RibbonContextualTaskGroup(String, Color, RibbonTask...) - Constructor for class org.pushingpixels.flamingo.api.ribbon.RibbonContextualTaskGroup
-
Creates a task contextual group that contains the specified tasks.
- RibbonElementPriority - Enum in org.pushingpixels.flamingo.api.ribbon
-
Priority of ribbon band components.
- ribbonGallery - Variable in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonGalleryUI
-
The associated ribbon gallery.
- RibbonGalleryUI - Class in org.pushingpixels.flamingo.internal.ui.ribbon
-
UI for in-ribbon gallery (
JRibbonGallery
). - RibbonGalleryUI() - Constructor for class org.pushingpixels.flamingo.internal.ui.ribbon.RibbonGalleryUI
- RibbonLayout() - Constructor for class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonUI.RibbonLayout
- ribbonTask - Variable in class org.pushingpixels.flamingo.api.ribbon.resize.BaseRibbonBandResizeSequencingPolicy
-
The associated ribbon task.
- RibbonTask - Class in org.pushingpixels.flamingo.api.ribbon
-
Single ribbon task in
JRibbon
. - RibbonTask(String, AbstractRibbonBand<?>...) - Constructor for class org.pushingpixels.flamingo.api.ribbon.RibbonTask
-
Creates a ribbon task that contains the specified bands.
- RibbonUI - Class in org.pushingpixels.flamingo.internal.ui.ribbon
-
UI for ribbon (
JRibbon
). - RibbonUI() - Constructor for class org.pushingpixels.flamingo.internal.ui.ribbon.RibbonUI
- RichTooltip - Class in org.pushingpixels.flamingo.api.common
-
Rich tooltip for command buttons.
- RichTooltip() - Constructor for class org.pushingpixels.flamingo.api.common.RichTooltip
-
Creates an empty tooltip.
- RichTooltip(String, String) - Constructor for class org.pushingpixels.flamingo.api.common.RichTooltip
-
Creates a tooltip with the specified title and description section.
- RichToolTipManager - Class in org.pushingpixels.flamingo.api.common
- RichToolTipManager.DismissTimerAction - Class in org.pushingpixels.flamingo.api.common
- RichToolTipManager.InitialDelayTimerAction - Class in org.pushingpixels.flamingo.api.common
- RichToolTipManager.JTrackableComponent - Class in org.pushingpixels.flamingo.api.common
- richTooltipPanel - Variable in class org.pushingpixels.flamingo.internal.ui.common.BasicRichTooltipPanelUI
-
The associated tooltip panel.
- RichTooltipPanelLayout() - Constructor for class org.pushingpixels.flamingo.internal.ui.common.BasicRichTooltipPanelUI.RichTooltipPanelLayout
- RichTooltipPanelUI - Class in org.pushingpixels.flamingo.internal.ui.common
-
UI for rich tooltip panel (
JRichTooltipPanel
). - RichTooltipPanelUI() - Constructor for class org.pushingpixels.flamingo.internal.ui.common.RichTooltipPanelUI
- rollover - Variable in class org.pushingpixels.flamingo.internal.ui.common.popup.BasicColorSelectorComponentUI
- RolloverActionListener - Interface in org.pushingpixels.flamingo.api.common
-
Rollover action listener.
- rolloverAmount - Variable in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonBandUI
- rolloverCallback - Variable in class org.pushingpixels.flamingo.api.ribbon.RibbonApplicationMenuEntryPrimary
-
An optional rollover callback.
- rolloverMenuMouseListener - Variable in class org.pushingpixels.flamingo.internal.ui.common.BasicCommandMenuButtonUI
-
Rollover menu mouse listener.
- rolloverTimeline - Variable in class org.pushingpixels.flamingo.internal.ui.common.popup.BasicColorSelectorComponentUI
- rolloverTimeline - Variable in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonBandUI
- RoundBorder(Color, Insets) - Constructor for class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonBandUI.RoundBorder
-
Creates the new border.
- 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.JCommandButtonPanel.LayoutKind
-
The buttons are layed out in rows respecting the available width.
- RowFillLayout() - Constructor for class org.pushingpixels.flamingo.internal.ui.common.BasicCommandButtonPanelUI.RowFillLayout
S
- scroll - Variable in class org.pushingpixels.flamingo.internal.ui.common.popup.BasicCommandPopupMenuUI.ScrollableCommandButtonPanel
-
Scroll panel that hosts
BasicCommandPopupMenuUI.ScrollableCommandButtonPanel.buttonPanel
. - ScrollableCommandButtonPanel(JCommandButtonPanel, int, int) - Constructor for class org.pushingpixels.flamingo.internal.ui.common.popup.BasicCommandPopupMenuUI.ScrollableCommandButtonPanel
-
Creates new a icon popup panel.
- scrollablePanel - Variable in class org.pushingpixels.flamingo.internal.ui.common.BasicScrollablePanelUI
-
The associated scrollable panel.
- ScrollablePanelLayout() - Constructor for class org.pushingpixels.flamingo.internal.ui.common.BasicScrollablePanelUI.ScrollablePanelLayout
-
Creates new layout manager.
- ScrollablePanelUI - Class in org.pushingpixels.flamingo.internal.ui.common
-
UI for scrollable panel (
JScrollablePanel
). - ScrollablePanelUI() - Constructor for class org.pushingpixels.flamingo.internal.ui.common.ScrollablePanelUI
- scrollAndRevealTaskToggleButton(JRibbonTaskToggleButton) - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonUI
- scrollDownButton - Variable in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonGalleryUI
-
The button that scrolls down the associated
BasicRibbonGalleryUI.ribbonGallery
. - scrollDownListener - Variable in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonGalleryUI
-
Listener on the gallery scroll-down button.
- scrollerPanel - Variable in class org.pushingpixels.flamingo.internal.ui.bcb.BasicBreadcrumbBarUI
- scrollOneRowDown() - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonGalleryUI
-
Scrolls the contents of this ribbon gallery one row down.
- scrollOneRowUp() - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonGalleryUI
-
Scrolls the contents of this ribbon gallery one row up.
- scrollToIfNecessary(int, int) - Method in class org.pushingpixels.flamingo.api.common.JScrollablePanel
- scrollToIfNecessary(int, int) - Method in class org.pushingpixels.flamingo.internal.ui.common.BasicScrollablePanelUI
- scrollToIfNecessary(int, int) - Method in class org.pushingpixels.flamingo.internal.ui.common.ScrollablePanelUI
- scrollToSelected() - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonGalleryUI
-
Scrolls the contents of this ribbon gallery to reveal the currently selected button.
- scrollUpButton - Variable in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonGalleryUI
-
The button that scrolls up the associated
BasicRibbonGalleryUI.ribbonGallery
. - scrollUpListener - Variable in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonGalleryUI
-
Listener on the gallery scroll-up button.
- SELECTED_PROPERTY - Static variable in class org.pushingpixels.flamingo.api.common.CommandToggleButtonGroup
-
Name of the property change event fired when the group selection is changed.
- selection - Variable in class org.pushingpixels.flamingo.api.common.CommandToggleButtonGroup
-
The currently selected button.
- 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.
- 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.JCommandButton
- setActionModel(ActionButtonModel) - Method in class org.pushingpixels.flamingo.api.common.AbstractCommandButton
-
Sets the new action model for this button.
- setActionRichTooltip(RichTooltip) - Method in class org.pushingpixels.flamingo.api.common.AbstractCommandButton
-
Sets the rich tooltip for the action area of this button.
- setAllowsClearingSelection(boolean) - Method in class org.pushingpixels.flamingo.api.common.CommandToggleButtonGroup
-
Sets the new value for clearing selection.
- setAppIconExecutor - Variable in class org.pushingpixels.flamingo.api.ribbon.JRibbonFrame
- setApplicationIcon(ResizableIcon) - Method in class org.pushingpixels.flamingo.api.ribbon.JRibbon
-
Sets the application icon.
- setApplicationIcon(ResizableIcon) - Method in class org.pushingpixels.flamingo.api.ribbon.JRibbonFrame
- setApplicationIcon(ResizableIcon) - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonUI
- setApplicationIcon(ResizableIcon) - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.RibbonUI
-
Sets the application icon.
- setApplicationMenu(RibbonApplicationMenu) - Method in class org.pushingpixels.flamingo.api.ribbon.JRibbon
-
Sets the application menu for this ribbon.
- setApplicationMenuKeyTip(String) - Method in class org.pushingpixels.flamingo.api.ribbon.JRibbon
-
Sets the key tip of the application menu button.
- setApplicationMenuRichTooltip(RichTooltip) - Method in class org.pushingpixels.flamingo.api.ribbon.JRibbon
-
Sets the rich tooltip of the application menu button.
- setAutoRepeatAction(boolean) - Method in class org.pushingpixels.flamingo.api.common.JCommandButton
-
Sets the auto-repeat action indication.
- setAutoRepeatActionIntervals(int, int) - Method in class org.pushingpixels.flamingo.api.common.JCommandButton
-
Sets the intervals for the auto-repeat action mode.
- setBottomOpen(boolean) - Method in class org.pushingpixels.flamingo.internal.ui.common.popup.JColorSelectorComponent
- setButtonDisplayState(CommandButtonDisplayState) - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.JRibbonGallery
- setCaption(String) - Method in class org.pushingpixels.flamingo.api.ribbon.JRibbonComponent
-
Sets new value for the caption of this wrapper component.
- 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.
- setCommandButtonKind(JCommandButton.CommandButtonKind) - Method in class org.pushingpixels.flamingo.api.common.JCommandButton
-
Sets the kind for this button.
- setContentPane(Container) - Method in class org.pushingpixels.flamingo.api.ribbon.JRibbonFrame
- setContextualGroupHueColor(Color) - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.JRibbonTaskToggleButton
-
Sets the hue color of the matching contextual task group on this button.
- setControlPanel(T) - 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.
- setDefaultCallback(RibbonApplicationMenuEntryPrimary.PrimaryRolloverCallback) - Method in class org.pushingpixels.flamingo.api.ribbon.RibbonApplicationMenu
-
Sets the default callback to be called when: The ribbon application menu is first shown. The currently active (rollover) primary application menu entry has no secondary menu entries and no associated rollover callback.
- setDescriptionText(String) - Method in class org.pushingpixels.flamingo.api.ribbon.RibbonApplicationMenuEntrySecondary
-
Sets the new description text for this secondary menu entry.
- 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
- setDimension(Dimension) - Method in interface org.pushingpixels.flamingo.api.common.icon.ResizableIcon
-
Changes the dimension of
this
icon. - setDimension(Dimension) - Method in class org.pushingpixels.flamingo.internal.ui.common.ResizableIconUIResource
- setDimension(Dimension) - Method in class org.pushingpixels.flamingo.internal.utils.ArrowResizableIcon
- setDimension(Dimension) - Method in class org.pushingpixels.flamingo.internal.utils.DoubleArrowResizableIcon
- setDisabledIcon(ResizableIcon) - Method in class org.pushingpixels.flamingo.api.common.AbstractCommandButton
-
Sets the disabled icon for this button.
- setDismissDelay(int) - Method in class org.pushingpixels.flamingo.api.common.RichToolTipManager
-
Specifies the dismissal delay value.
- setDisplayPriority(RibbonElementPriority) - Method in class org.pushingpixels.flamingo.api.ribbon.JRibbonComponent
- setDisplayPriority(RibbonElementPriority) - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.JRibbonGallery
-
Sets new display priority for
this
in-ribbon gallery. - setDisplayState(CommandButtonDisplayState) - Method in class org.pushingpixels.flamingo.api.common.AbstractCommandButton
-
Sets new display state for
this
button. - setDisplayState(CommandButtonDisplayState) - Method in class org.pushingpixels.flamingo.api.common.JCommandButtonStrip
-
Sets the display state for the buttons in this button strip.
- setEnabled(boolean) - Method in class org.pushingpixels.flamingo.api.common.AbstractCommandButton
- setEnabled(boolean) - Method in class org.pushingpixels.flamingo.api.common.JCommandButton
- setExpandActionListener(ActionListener) - 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.
- 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.
- setExpandKeyTip(String) - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.JRibbonGallery
- setExtraText(String) - Method in class org.pushingpixels.flamingo.api.common.AbstractCommandButton
-
Sets the extra text for this button.
- 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
- setFireActionOnRollover(boolean) - Method in class org.pushingpixels.flamingo.api.common.JCommandButton
-
Sets action-on-rollover mode.
- setFlat(boolean) - Method in class org.pushingpixels.flamingo.api.common.AbstractCommandButton
-
Sets the flat appearance of this button.
- setFolder(List<StringValuePair<T>>) - Method in class org.pushingpixels.flamingo.api.common.AbstractFileViewPanel
-
Sets the current entries to show.
- setFooterImage(Image) - Method in class org.pushingpixels.flamingo.api.common.RichTooltip
-
Sets the footer image for this tooltip.
- setGapScaleFactor(double) - Method in class org.pushingpixels.flamingo.api.common.AbstractCommandButton
-
Sets new gap scale factor for the content of this button.
- setGroupMapping(List<StringValuePair<List<JCommandToggleButton>>>) - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.JRibbonGallery
-
Sets the button groups for this ribbon gallery.
- setGroupTitle(int, String) - Method in class org.pushingpixels.flamingo.api.ribbon.JRibbonBand
-
Changes the title of the specified group.
- setGroupTitle(int, String) - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.JBandControlPanel
- setGroupTitle(String) - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.JBandControlPanel.ControlPanelGroup
- setHelpRichTooltip(RichTooltip) - Method in class org.pushingpixels.flamingo.api.ribbon.JRibbon
-
Sets the rich tooltip of the help button.
- setHGapScaleFactor(double) - Method in class org.pushingpixels.flamingo.api.common.AbstractCommandButton
-
Sets new horizontal gap scale factor for the content of this button.
- setHGapScaleFactor(double) - Method in class org.pushingpixels.flamingo.api.common.JCommandButtonStrip
-
Sets the horizontal gap scale factor for the buttons in this button strip.
- setHorizontalAlignment(int) - Method in class org.pushingpixels.flamingo.api.common.AbstractCommandButton
-
Sets new horizontal alignment for the content of this button.
- setHorizontalAlignment(HorizontalAlignment) - Method in class org.pushingpixels.flamingo.api.ribbon.JRibbonComponent
-
Sets the specified parameter to be the horizontal alignment for this wrapper component.
- 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(ResizableIcon) - Method in class org.pushingpixels.flamingo.api.ribbon.AbstractRibbonBand
-
Changes the icon for the collapsed state of this ribbon band.
- 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.JCommandButtonPanel
-
Sets the new dimension for the icons in this panel.
- setIconImages(List<? extends Image>) - Method in class org.pushingpixels.flamingo.api.ribbon.JRibbonFrame
- setIconState(CommandButtonDisplayState) - Method in class org.pushingpixels.flamingo.api.common.JCommandButtonPanel
-
Sets the new state for the icons in this panel.
- 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.
- 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.JRibbonComponent
-
Sets the specified string to be the key tip for this wrapper component.
- 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.internal.ui.ribbon.JRibbonTaskToggleButton
- setLastPanel(boolean) - Method in class org.pushingpixels.flamingo.internal.ui.common.popup.JColorSelectorPanel
- setLayout(LayoutManager) - Method in class org.pushingpixels.flamingo.api.ribbon.JRibbonFrame
- setLayoutKind(JCommandButtonPanel.LayoutKind) - Method in class org.pushingpixels.flamingo.api.common.JCommandButtonPanel
-
Sets the new layout kind for this panel.
- 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.
- setMainImage(Image) - Method in class org.pushingpixels.flamingo.api.common.RichTooltip
-
Sets the main image for this tooltip.
- setMaxButtonColumns(int) - Method in class org.pushingpixels.flamingo.api.common.JCommandButtonPanel
-
Sets the maximum button columns for this panel.
- setMaxButtonRows(int) - Method in class org.pushingpixels.flamingo.api.common.JCommandButtonPanel
-
Sets the maximum button rows for this panel.
- setMaxVisibleMenuButtons(int) - Method in class org.pushingpixels.flamingo.api.common.popup.JCommandPopupMenu
-
Sets the maximum number of menu items visible in this menu.
- setMinimized(boolean) - Method in class org.pushingpixels.flamingo.api.ribbon.JRibbon
-
Changes the minimized state of this ribbon.
- 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. - setPixels(BufferedImage, int, int, int, int, int[]) - Method in class org.pushingpixels.flamingo.internal.utils.AbstractFilter
-
Writes a rectangular area of pixels in the destination
BufferedImage
. - setPopupCallback(PopupPanelCallback) - Method in class org.pushingpixels.flamingo.api.common.JCommandButton
-
Sets new popup callback for
this
button. - setPopupCallback(PopupPanelCallback) - Method in class org.pushingpixels.flamingo.api.ribbon.RibbonApplicationMenuEntrySecondary
-
Sets the popup callback for this secondary menu entry.
- setPopupCallback(JRibbonBand.RibbonGalleryPopupCallback) - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.JRibbonGallery
- setPopupKeyTip(String) - Method in class org.pushingpixels.flamingo.api.common.JCommandButton
-
Sets the key tip for the popup area of this button.
- setPopupModel(PopupButtonModel) - Method in class org.pushingpixels.flamingo.api.common.JCommandButton
-
Sets the new popup model for this button.
- setPopupOrientationKind(JCommandButton.CommandButtonPopupOrientationKind) - Method in class org.pushingpixels.flamingo.api.common.JCommandButton
-
Sets the popup orientation for this button.
- 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.
- setPreferredPopupPanelDimension(int, int) - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.JRibbonGallery
-
Sets the preferred dimension of the popup panel.
- setPreferredVisibleButtonCount(RibbonElementPriority, int) - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.JRibbonGallery
-
Set preferred width of
this
in-ribbon gallery for the specified display state. - setPressed(boolean) - Method in class org.pushingpixels.flamingo.api.common.model.ActionRepeatableButtonModel
- setPressed(boolean) - Method in class org.pushingpixels.flamingo.api.common.model.ActionToggleButtonModel
- setPriority(JCommandButton, RibbonElementPriority) - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.JBandControlPanel.ControlPanelGroup
-
Sets new priority of a ribbon button in
this
control panel. - setPriority(JCommandButton, RibbonElementPriority) - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.JBandControlPanel
-
Sets new priority of a ribbon button in
this
control panel. - setPriority(JRibbonGallery, RibbonElementPriority) - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.JBandControlPanel.ControlPanelGroup
-
Sets new priority of an in-ribbon gallery in
this
control panel. - setPriority(JRibbonGallery, RibbonElementPriority) - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.JBandControlPanel
-
Sets new priority of an in-ribbon gallery in
this
control panel. - 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.JRibbonComponent
- setRibbon(JRibbon) - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.appmenu.BasicRibbonApplicationMenuButtonUI
-
Sets the ribbon this button UI is created for.
- setRibbon(JRibbon) - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.appmenu.JRibbonApplicationMenuButton
-
Sets the ribbon this application menu button is created for.
- setRibbonBand(AbstractRibbonBand) - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.AbstractBandControlPanel
- setRibbonGalleryButtonDisplayState(String, CommandButtonDisplayState) - Method in class org.pushingpixels.flamingo.api.ribbon.JRibbonBand
-
Sets the display state for the buttons of the specified ribbon gallery.
- setRibbonGalleryExpandKeyTip(String, String) - Method in class org.pushingpixels.flamingo.api.ribbon.JRibbonBand
-
Sets the key tip on the expand button of the specified ribbon gallery.
- setRibbonGalleryPopupCallback(String, JRibbonBand.RibbonGalleryPopupCallback) - Method in class org.pushingpixels.flamingo.api.ribbon.JRibbonBand
-
Sets the application callback to place additional entries in the popup menu shown when the specified ribbon gallery is expanded.
- setRichTooltip(RichTooltip) - Method in class org.pushingpixels.flamingo.api.ribbon.JRibbonComponent
-
Sets the rich tooltip for this wrapper component.
- setRollover(boolean) - Method in class org.pushingpixels.flamingo.api.common.model.ActionRepeatableButtonModel
- setRollover(float) - Method in class org.pushingpixels.flamingo.internal.ui.common.popup.BasicColorSelectorComponentUI
- setRolloverAmount(float) - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonBandUI
- setRolloverCallback(RibbonApplicationMenuEntryPrimary.PrimaryRolloverCallback) - Method in class org.pushingpixels.flamingo.api.ribbon.RibbonApplicationMenuEntryPrimary
-
Sets the rollover callback that allows the application to place custom content in the secondary panel of the
RibbonApplicationMenu
when this primary menu entry is activated. - setScrollOnRollover(boolean) - Method in class org.pushingpixels.flamingo.api.common.JScrollablePanel
- setSecondaryGroupTitle(int, String) - Method in class org.pushingpixels.flamingo.api.ribbon.RibbonApplicationMenuEntryPrimary
-
Changes the title of the specified group.
- setSelected(JCommandToggleButton, boolean) - Method in class org.pushingpixels.flamingo.api.common.CommandToggleButtonGroup
-
Changes the selected status of the specified button.
- setSelectedButton(JCommandToggleButton) - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.JRibbonGallery
-
Sets new value for the currently selected gallery button.
- setSelectedRibbonGalleryButton(String, JCommandToggleButton) - Method in class org.pushingpixels.flamingo.api.ribbon.JRibbonBand
-
Selects the specified command toggle button in the specified ribbon gallery.
- setSelectedTask(RibbonTask) - Method in class org.pushingpixels.flamingo.api.ribbon.JRibbon
-
Selects the specified task.
- setShowingPopupPanel(boolean) - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.JRibbonGallery
-
Sets indication whether the popup panel is showing.
- setSingleSelectionMode(boolean) - Method in class org.pushingpixels.flamingo.api.common.JCommandButtonPanel
-
Sets the selection mode for this panel.
- setText(String) - Method in class org.pushingpixels.flamingo.api.common.AbstractCommandButton
-
Sets the new text for this button.
- setThrowsExceptions(boolean) - Method in class org.pushingpixels.flamingo.api.bcb.BreadcrumbBarCallBack
-
Sets the indication whether the operations of this breadcrumb bar will throw
BreadcrumbBarException
. - setThrowsExceptions(boolean) - Method in class org.pushingpixels.flamingo.api.bcb.JBreadcrumbBar
-
Sets the indication whether the operations of this breadcrumb bar will throw
BreadcrumbBarException
. - setTitle(String) - Method in class org.pushingpixels.flamingo.api.common.RichTooltip
-
Sets the title for this tooltip.
- 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.
- setToDismissOnChildClick(boolean) - Method in class org.pushingpixels.flamingo.api.common.popup.JCommandPopupMenu
- setToolTipText(String) - Method in class org.pushingpixels.flamingo.api.common.AbstractCommandButton
- setTopOpen(boolean) - Method in class org.pushingpixels.flamingo.internal.ui.common.popup.JColorSelectorComponent
- setToShowGroupLabels(boolean) - Method in class org.pushingpixels.flamingo.api.common.JCommandButtonPanel
-
Sets indication whether button group labels should be shown.
- 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 look and feel (L&F) object that renders this component.
- setUI(RichTooltipPanelUI) - Method in class org.pushingpixels.flamingo.internal.ui.common.JRichTooltipPanel
-
Sets the look and feel (L&F) object that renders this component.
- setUI(BandControlPanelUI) - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.JBandControlPanel
-
Sets the new UI delegate.
- setUI(BandControlPanelUI) - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.JFlowBandControlPanel
-
Sets the new UI delegate.
- setUI(RibbonBandUI) - Method in class org.pushingpixels.flamingo.api.ribbon.AbstractRibbonBand
-
Sets the new UI delegate.
- setUI(RibbonGalleryUI) - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.JRibbonGallery
-
Sets the new UI delegate.
- setup() - Method in class org.pushingpixels.flamingo.api.bcb.BreadcrumbBarCallBack
-
Sets up the callback.
- setup() - Method in class org.pushingpixels.flamingo.api.bcb.core.BreadcrumbFileSelector.DirCallback
- setUseNativeIcons(boolean) - Method in class org.pushingpixels.flamingo.api.bcb.core.BreadcrumbFileSelector
-
Sets indication whether the path selectors should use native icons.
- setVGapScaleFactor(double) - Method in class org.pushingpixels.flamingo.api.common.AbstractCommandButton
-
Sets new vertical gap scale factor for the content of this button.
- setVGapScaleFactor(double) - Method in class org.pushingpixels.flamingo.api.common.JCommandButtonStrip
-
Sets the vertical gap scale factor for the buttons in this button strip.
- 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.
- showPreviousChain() - Method in class org.pushingpixels.flamingo.internal.utils.KeyTipManager
- showRootKeyTipChain(JRibbonFrame) - Method in class org.pushingpixels.flamingo.internal.utils.KeyTipManager
- SIDEWARD - org.pushingpixels.flamingo.api.common.JCommandButton.CommandButtonPopupOrientationKind
-
Indicates that the popup should be displayed to the side of the button.
- SMALL - Static variable in class org.pushingpixels.flamingo.api.common.CommandButtonDisplayState
-
Small state.
- smallestCumulativeIndex - Variable in class org.pushingpixels.flamingo.api.bcb.BreadcrumbBarModel
-
Smallest index of path change since the last call to
BreadcrumbBarModel.setCumulative(boolean)
withtrue
. - startGroup() - Method in class org.pushingpixels.flamingo.api.ribbon.JRibbonBand
-
Starts a new unnamed group.
- startGroup() - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.JBandControlPanel
- startGroup(String) - Method in class org.pushingpixels.flamingo.api.ribbon.JRibbonBand
-
Starts a new named group.
- startGroup(String) - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.JBandControlPanel
- stateChanged(ChangeEvent) - Method in class org.pushingpixels.flamingo.internal.ui.common.BasicCommandButtonListener
- StringValuePair<T> - Class in org.pushingpixels.flamingo.api.common
-
Key-value pair with a
String
key. - StringValuePair(String, T) - Constructor for class org.pushingpixels.flamingo.api.common.StringValuePair
-
Creates a new pair.
- syncApplicationMenuTips() - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonUI
- syncComponents() - Method in class org.pushingpixels.flamingo.internal.ui.common.popup.BasicCommandPopupMenuUI
- syncDisabledIcon() - Method in class org.pushingpixels.flamingo.internal.ui.common.BasicCommandButtonUI
- syncExpandButtonIcon() - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonBandUI
- syncExpandKeyTip() - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonGalleryUI
- syncGroupHeaders() - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicBandControlPanelUI
- syncIconDimension() - Method in class org.pushingpixels.flamingo.internal.ui.common.BasicCommandButtonUI
- syncRibbonState() - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonUI
T
- taskBarPanel - Variable in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonUI
-
Taskbar panel.
- taskToggleButtonGroup - Variable in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonUI
-
Button group for task toggle buttons.
- taskToggleButtons - Variable in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonUI
-
Map of toggle buttons of all tasks.
- TaskToggleButtonsHostPanel() - Constructor for class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonUI.TaskToggleButtonsHostPanel
- taskToggleButtonsScrollablePanel - Variable in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonUI
- text - Variable in class org.pushingpixels.flamingo.api.common.CommandButtonLayoutManager.TextLayoutInfo
-
Text itself.
- TextLayoutInfo() - Constructor for class org.pushingpixels.flamingo.api.common.CommandButtonLayoutManager.TextLayoutInfo
- textLayoutInfoList - Variable in class org.pushingpixels.flamingo.api.common.CommandButtonLayoutManager.CommandButtonLayoutInfo
-
Layout information for the command button text (that can span multiple lines).
- textRect - Variable in class org.pushingpixels.flamingo.api.common.CommandButtonLayoutManager.TextLayoutInfo
-
The text rectangle.
- throwsExceptions - Variable in class org.pushingpixels.flamingo.api.bcb.BreadcrumbBarCallBack
-
If
true
, some of the operations will throwBreadcrumbBarException
. - TILE - Static variable in class org.pushingpixels.flamingo.api.common.CommandButtonDisplayState
-
Tile state.
- title - Variable in class org.pushingpixels.flamingo.api.common.RichTooltip
-
The main title of this tooltip.
- titleLabels - Variable in class org.pushingpixels.flamingo.internal.ui.common.BasicRichTooltipPanelUI
- titlePart1 - Variable in class org.pushingpixels.flamingo.internal.ui.common.CommandButtonLayoutManagerBig
-
The first part of (possibly) two-lined split of
CommandButtonLayoutManagerBig.commandButton
's title. - titlePart2 - Variable in class org.pushingpixels.flamingo.internal.ui.common.CommandButtonLayoutManagerBig
-
The second part of (possibly) two-lined split of
CommandButtonLayoutManagerBig.commandButton
's title. - toFireActionOnPress - Variable in class org.pushingpixels.flamingo.api.common.model.ActionRepeatableButtonModel
-
Indication whether the action is fired on mouse press (as opposed to mouse release).
- toFireActionOnPress - Variable in class org.pushingpixels.flamingo.api.common.model.ActionToggleButtonModel
-
Indication whether the action is fired on mouse press (as opposed to mouse release).
- tooltipInfo - Variable in class org.pushingpixels.flamingo.internal.ui.common.JRichTooltipPanel
- TOP - org.pushingpixels.flamingo.api.ribbon.RibbonElementPriority
-
Top priority.
- toPaintEnabled(Component) - Method in class org.pushingpixels.flamingo.internal.utils.ArrowResizableIcon.CommandButtonPopupIcon
- toPaintEnabled(Component) - Method in class org.pushingpixels.flamingo.internal.utils.ArrowResizableIcon
- toPaintEnabled(Component) - Method in class org.pushingpixels.flamingo.internal.utils.DoubleArrowResizableIcon
- toShowFile(StringValuePair<T>) - Method in class org.pushingpixels.flamingo.api.common.AbstractFileViewPanel
-
Returns indication whether the specified file should be shown on this panel.
- toShowGroupLabels - Variable in class org.pushingpixels.flamingo.api.common.JCommandButtonPanel
-
If
true
, the panel will show group labels. - toString() - Method in class org.pushingpixels.flamingo.api.bcb.BreadcrumbItem
- toString() - Method in class org.pushingpixels.flamingo.api.common.CommandButtonDisplayState
- toString() - Method in class org.pushingpixels.flamingo.api.common.JCommandToggleButton
- toString() - Method in class org.pushingpixels.flamingo.api.ribbon.RibbonContextualTaskGroup
- toString(Object) - Method in class org.pushingpixels.flamingo.api.bcb.core.BreadcrumbTreeAdapterSelector.TreeAdapter
-
Returns the caption for the specified tree node.
- toUseDisabledIcon() - Method in class org.pushingpixels.flamingo.internal.ui.common.BasicCommandButtonUI
- trackMouseCrossing(boolean) - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonBandUI
- trackMouseCrossing(boolean) - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.RibbonBandUI
- TRAILING - org.pushingpixels.flamingo.api.common.HorizontalAlignment
-
If the preferred width is less than the available width, the relevant component is placed at the trailing position in its parent (right for LTR and left for RTL).
- traversal - Variable in class org.pushingpixels.flamingo.internal.utils.KeyTipManager.KeyTipLink
- treeAdapter - Variable in class org.pushingpixels.flamingo.api.bcb.core.BreadcrumbTreeAdapterSelector.TreeCallback
-
The corresponding tree adapter.
- TreeAdapter() - Constructor for class org.pushingpixels.flamingo.api.bcb.core.BreadcrumbTreeAdapterSelector.TreeAdapter
- TreeCallback(TreeModel, BreadcrumbTreeAdapterSelector.TreeAdapter, boolean) - Constructor for class org.pushingpixels.flamingo.api.bcb.core.BreadcrumbTreeAdapterSelector.TreeCallback
-
Creates the callback.
- treeModel - Variable in class org.pushingpixels.flamingo.api.bcb.core.BreadcrumbTreeAdapterSelector.TreeCallback
-
The corresponding tree model.
U
- uiClassID - Static variable in class org.pushingpixels.flamingo.api.bcb.JBreadcrumbBar
-
The UI class ID string.
- uiClassID - Static variable in class org.pushingpixels.flamingo.api.common.JCommandButton
-
The UI class ID string.
- uiClassID - Static variable in class org.pushingpixels.flamingo.api.common.JCommandButtonPanel
- uiClassID - Static variable in class org.pushingpixels.flamingo.api.common.JCommandButtonStrip
-
The UI class ID string.
- uiClassID - Static variable in class org.pushingpixels.flamingo.api.common.JCommandMenuButton
-
The UI class ID string.
- uiClassID - Static variable in class org.pushingpixels.flamingo.api.common.JCommandToggleButton
-
The UI class ID string.
- uiClassID - Static variable in class org.pushingpixels.flamingo.api.common.JCommandToggleMenuButton
-
The UI class ID string.
- uiClassID - Static variable in class org.pushingpixels.flamingo.api.common.JScrollablePanel
- uiClassID - Static variable in class org.pushingpixels.flamingo.api.common.popup.JCommandPopupMenu
- uiClassID - Static variable in class org.pushingpixels.flamingo.api.common.popup.JPopupPanel
- uiClassID - Static variable in class org.pushingpixels.flamingo.api.ribbon.AbstractRibbonBand
-
The UI class ID string.
- uiClassID - Static variable in class org.pushingpixels.flamingo.api.ribbon.JRibbon
-
The UI class ID string.
- uiClassID - Static variable in class org.pushingpixels.flamingo.api.ribbon.JRibbonComponent
-
The UI class ID string.
- uiClassID - Static variable in class org.pushingpixels.flamingo.internal.ui.common.JRichTooltipPanel
- uiClassID - Static variable in class org.pushingpixels.flamingo.internal.ui.common.popup.JColorSelectorComponent
-
The UI class ID string.
- uiClassID - Static variable in class org.pushingpixels.flamingo.internal.ui.common.popup.JColorSelectorPanel
-
The UI class ID string.
- uiClassID - Static variable in class org.pushingpixels.flamingo.internal.ui.ribbon.appmenu.JRibbonApplicationMenuButton
-
The UI class ID string.
- uiClassID - Static variable in class org.pushingpixels.flamingo.internal.ui.ribbon.appmenu.JRibbonApplicationMenuPopupPanel
-
The UI class ID string.
- uiClassID - Static variable in class org.pushingpixels.flamingo.internal.ui.ribbon.JBandControlPanel
-
The UI class ID string.
- uiClassID - Static variable in class org.pushingpixels.flamingo.internal.ui.ribbon.JFlowBandControlPanel
-
The UI class ID string.
- uiClassID - Static variable in class org.pushingpixels.flamingo.internal.ui.ribbon.JRibbonGallery
-
The UI class ID string.
- uiClassID - Static variable in class org.pushingpixels.flamingo.internal.ui.ribbon.JRibbonRootPane
-
The UI class ID string.
- uiClassID - Static variable in class org.pushingpixels.flamingo.internal.ui.ribbon.JRibbonTaskToggleButton
-
The UI class ID string.
- unconfigureExpandButton() - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonBandUI
- unconfigureRenderer() - Method in class org.pushingpixels.flamingo.internal.ui.common.BasicCommandButtonUI
- unconfigureRenderer() - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.appmenu.BasicRibbonApplicationMenuButtonUI
- uninstallComponents() - Method in class org.pushingpixels.flamingo.internal.ui.common.BasicCommandButtonPanelUI
-
Uninstalls sub-components from the associated button panel.
- uninstallComponents() - Method in class org.pushingpixels.flamingo.internal.ui.common.BasicCommandButtonStripUI
-
Uninstalls subcomponents from the associated ribbon.
- uninstallComponents() - Method in class org.pushingpixels.flamingo.internal.ui.common.BasicCommandButtonUI
-
Uninstalls subcomponents from the associated command button.
- uninstallComponents() - Method in class org.pushingpixels.flamingo.internal.ui.common.BasicRichTooltipPanelUI
-
Uninstalls subcomponents from the associated rich tooltip panel.
- uninstallComponents() - Method in class org.pushingpixels.flamingo.internal.ui.common.BasicScrollablePanelUI
- uninstallComponents() - Method in class org.pushingpixels.flamingo.internal.ui.common.popup.BasicColorSelectorComponentUI
-
Uninstalls subcomponents from the associated color selector component.
- uninstallComponents() - Method in class org.pushingpixels.flamingo.internal.ui.common.popup.BasicColorSelectorPanelUI
-
Uninstalls subcomponents from the associated color selector panel.
- uninstallComponents() - Method in class org.pushingpixels.flamingo.internal.ui.common.popup.BasicCommandPopupMenuUI
- uninstallComponents() - Method in class org.pushingpixels.flamingo.internal.ui.common.popup.BasicPopupPanelUI
-
Uninstalls subcomponents from the associated command popup menu.
- uninstallComponents() - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.appmenu.BasicRibbonApplicationMenuPopupPanelUI
- uninstallComponents() - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicBandControlPanelUI
- uninstallComponents() - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonBandUI
-
Uninstalls components from the associated ribbon band.
- uninstallComponents() - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonComponentUI
-
Uninstalls components from the associated ribbon component.
- uninstallComponents() - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonGalleryUI
-
Uninstalls subcomponents from the associated ribbon gallery.
- uninstallComponents() - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonUI
-
Uninstalls subcomponents from the associated ribbon.
- uninstallComponents(JBreadcrumbBar) - Method in class org.pushingpixels.flamingo.internal.ui.bcb.BasicBreadcrumbBarUI
- uninstallDefaults() - Method in class org.pushingpixels.flamingo.internal.ui.common.BasicCommandButtonPanelUI
-
Uninstalls defaults from the associated button panel.
- uninstallDefaults() - Method in class org.pushingpixels.flamingo.internal.ui.common.BasicCommandButtonStripUI
-
Uninstalls defaults from the associated button strip.
- uninstallDefaults() - Method in class org.pushingpixels.flamingo.internal.ui.common.BasicCommandButtonUI
-
Uninstalls defaults from the associated command button.
- uninstallDefaults() - Method in class org.pushingpixels.flamingo.internal.ui.common.BasicRichTooltipPanelUI
-
Uninstalls default settings from the associated rich tooltip panel.
- uninstallDefaults() - Method in class org.pushingpixels.flamingo.internal.ui.common.BasicScrollablePanelUI
- uninstallDefaults() - Method in class org.pushingpixels.flamingo.internal.ui.common.popup.BasicColorSelectorComponentUI
-
Uninstalls defaults from the associated color selector component.
- uninstallDefaults() - Method in class org.pushingpixels.flamingo.internal.ui.common.popup.BasicColorSelectorPanelUI
-
Uninstalls defaults from the associated color selector panel.
- uninstallDefaults() - Method in class org.pushingpixels.flamingo.internal.ui.common.popup.BasicPopupPanelUI
-
Uninstalls default settings from the associated command popup menu.
- uninstallDefaults() - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.appmenu.BasicRibbonApplicationMenuPopupPanelUI
- uninstallDefaults() - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonBandUI
-
Uninstalls default parameters from the associated ribbon band.
- uninstallDefaults() - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonComponentUI
-
Uninstalls default parameters from the associated ribbon component.
- uninstallDefaults() - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonGalleryUI
-
Uninstalls defaults from the associated ribbon gallery.
- uninstallDefaults() - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonUI
-
Uninstalls defaults from the associated ribbon.
- uninstallDefaults(JBreadcrumbBar) - Method in class org.pushingpixels.flamingo.internal.ui.bcb.BasicBreadcrumbBarUI
- uninstallKeyboardActions() - Method in class org.pushingpixels.flamingo.internal.ui.common.BasicCommandButtonUI
-
Uninstalls the keyboard actions from the associated command button.
- uninstallKeyboardActions(AbstractCommandButton) - Method in class org.pushingpixels.flamingo.internal.ui.common.BasicCommandButtonListener
-
Uninstalls keyboard action (space / enter keys) from the specified command button.
- uninstallListeners() - Method in class org.pushingpixels.flamingo.internal.ui.common.BasicCommandButtonPanelUI
-
Uninstalls listeners from the associated button panel.
- uninstallListeners() - Method in class org.pushingpixels.flamingo.internal.ui.common.BasicCommandButtonStripUI
-
Uninstalls listeners from the associated button strip.
- uninstallListeners() - Method in class org.pushingpixels.flamingo.internal.ui.common.BasicCommandButtonUI
-
Uninstalls listeners from the associated command button.
- uninstallListeners() - Method in class org.pushingpixels.flamingo.internal.ui.common.BasicCommandMenuButtonUI
- uninstallListeners() - Method in class org.pushingpixels.flamingo.internal.ui.common.BasicRichTooltipPanelUI
-
Uninstalls listeners from the associated rich tooltip panel.
- uninstallListeners() - Method in class org.pushingpixels.flamingo.internal.ui.common.BasicScrollablePanelUI
- uninstallListeners() - Method in class org.pushingpixels.flamingo.internal.ui.common.popup.BasicColorSelectorComponentUI
-
Uninstalls listeners from the associated color selector component.
- uninstallListeners() - Method in class org.pushingpixels.flamingo.internal.ui.common.popup.BasicColorSelectorPanelUI
-
Uninstalls listeners from the associated color selector panel.
- uninstallListeners() - Method in class org.pushingpixels.flamingo.internal.ui.common.popup.BasicCommandPopupMenuUI
- uninstallListeners() - Method in class org.pushingpixels.flamingo.internal.ui.common.popup.BasicPopupPanelUI
-
Uninstalls listeners from the associated command popup menu.
- uninstallListeners() - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.appmenu.BasicRibbonApplicationMenuPopupPanelUI
- uninstallListeners() - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicBandControlPanelUI
- uninstallListeners() - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonBandUI
-
Uninstalls listeners from the associated ribbon band.
- uninstallListeners() - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonComponentUI
-
Uninstalls listeners from the associated ribbon component.
- uninstallListeners() - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonGalleryUI
-
Uninstalls listeners from the associated ribbon gallery.
- uninstallListeners() - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonTaskToggleButtonUI
- uninstallListeners() - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonUI
-
Uninstalls listeners from the associated ribbon.
- uninstallListeners(JBreadcrumbBar) - Method in class org.pushingpixels.flamingo.internal.ui.bcb.BasicBreadcrumbBarUI
- uninstallUI(JComponent) - Method in class org.pushingpixels.flamingo.internal.ui.bcb.BasicBreadcrumbBarUI
- uninstallUI(JComponent) - Method in class org.pushingpixels.flamingo.internal.ui.common.BasicCommandButtonPanelUI
- uninstallUI(JComponent) - Method in class org.pushingpixels.flamingo.internal.ui.common.BasicCommandButtonStripUI
- uninstallUI(JComponent) - Method in class org.pushingpixels.flamingo.internal.ui.common.BasicCommandButtonUI
- uninstallUI(JComponent) - Method in class org.pushingpixels.flamingo.internal.ui.common.BasicRichTooltipPanelUI
- uninstallUI(JComponent) - Method in class org.pushingpixels.flamingo.internal.ui.common.BasicScrollablePanelUI
- uninstallUI(JComponent) - Method in class org.pushingpixels.flamingo.internal.ui.common.popup.BasicColorSelectorComponentUI
- uninstallUI(JComponent) - Method in class org.pushingpixels.flamingo.internal.ui.common.popup.BasicColorSelectorPanelUI
- uninstallUI(JComponent) - Method in class org.pushingpixels.flamingo.internal.ui.common.popup.BasicPopupPanelUI
- uninstallUI(JComponent) - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.appmenu.BasicRibbonApplicationMenuPopupPanelUI
- uninstallUI(JComponent) - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonBandUI
- uninstallUI(JComponent) - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonComponentUI
- uninstallUI(JComponent) - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonGalleryUI
- uninstallUI(JComponent) - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonUI
- unregisterComponent(RichToolTipManager.JTrackableComponent) - Method in class org.pushingpixels.flamingo.api.common.RichToolTipManager
-
Removes a component from tooltip control.
- update(Graphics, JComponent) - Method in class org.pushingpixels.flamingo.internal.ui.common.BasicCommandButtonUI
- update(Graphics, JComponent) - Method in class org.pushingpixels.flamingo.internal.ui.common.BasicCommandMenuButtonUI
- update(Graphics, JComponent) - Method in class org.pushingpixels.flamingo.internal.ui.common.BasicRichTooltipPanelUI
- update(Graphics, JComponent) - Method in class org.pushingpixels.flamingo.internal.ui.common.popup.BasicColorSelectorComponentUI
- update(Graphics, JComponent) - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonBandUI
- update(Graphics, JComponent) - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonTaskToggleButtonUI
- update(Graphics, JComponent) - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonUI
- updateBorder() - Method in class org.pushingpixels.flamingo.internal.ui.common.BasicCommandButtonUI
- updateComponents() - Method in class org.pushingpixels.flamingo.internal.ui.bcb.BasicBreadcrumbBarUI
- updateCustomDimension() - Method in class org.pushingpixels.flamingo.internal.ui.common.BasicCommandButtonUI
-
Updates the custom dimension.
- updateCustomDimension(int) - Method in class org.pushingpixels.flamingo.api.common.AbstractCommandButton
-
Updates the dimension of the icon of the associated command button in the
CommandButtonDisplayState.FIT_TO_ICON
state. - updateMaxDimension() - Method in class org.pushingpixels.flamingo.internal.ui.common.popup.BasicCommandPopupMenuUI.ScrollableCommandButtonPanel
-
Updates the max dimension of this panel.
- updatePopupActionIcon() - Method in class org.pushingpixels.flamingo.internal.ui.common.BasicCommandButtonUI
-
Updates the popup action icon.
- updatePopupActionIcon() - Method in class org.pushingpixels.flamingo.internal.ui.common.BasicCommandToggleButtonUI
- updateRibbonFrameIconImages(JRibbonFrame) - Static method in class org.pushingpixels.flamingo.internal.utils.FlamingoUtilities
-
Handles updating the application menu button icon image.
- updateTitleStrings() - Method in class org.pushingpixels.flamingo.internal.ui.common.CommandButtonLayoutManagerBig
-
Updates the title strings for
CommandButtonDisplayState.BIG
and other relevant states. - updateUI() - Method in class org.pushingpixels.flamingo.api.bcb.JBreadcrumbBar
- updateUI() - Method in class org.pushingpixels.flamingo.api.common.JCommandButton
- updateUI() - Method in class org.pushingpixels.flamingo.api.common.JCommandButtonPanel
- updateUI() - Method in class org.pushingpixels.flamingo.api.common.JCommandButtonStrip
-
Resets the UI property to a value from the current look and feel.
- updateUI() - Method in class org.pushingpixels.flamingo.api.common.JCommandMenuButton
- updateUI() - Method in class org.pushingpixels.flamingo.api.common.JCommandToggleButton
-
Resets the UI property to a value from the current look and feel.
- updateUI() - Method in class org.pushingpixels.flamingo.api.common.JCommandToggleMenuButton
- updateUI() - Method in class org.pushingpixels.flamingo.api.common.JScrollablePanel
- updateUI() - Method in class org.pushingpixels.flamingo.api.common.popup.JCommandPopupMenu
- updateUI() - Method in class org.pushingpixels.flamingo.api.common.popup.JPopupPanel
- updateUI() - Method in class org.pushingpixels.flamingo.api.ribbon.AbstractRibbonBand
- updateUI() - Method in class org.pushingpixels.flamingo.api.ribbon.JRibbon
- updateUI() - Method in class org.pushingpixels.flamingo.api.ribbon.JRibbonComponent
- updateUI() - Method in class org.pushingpixels.flamingo.internal.ui.common.JRichTooltipPanel
- updateUI() - Method in class org.pushingpixels.flamingo.internal.ui.common.popup.JColorSelectorComponent
- updateUI() - Method in class org.pushingpixels.flamingo.internal.ui.common.popup.JColorSelectorPanel
- updateUI() - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.appmenu.JRibbonApplicationMenuButton
- updateUI() - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.appmenu.JRibbonApplicationMenuPopupPanel
- updateUI() - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.JBandControlPanel
- updateUI() - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.JFlowBandControlPanel
- updateUI() - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.JRibbonGallery
-
Resets the UI property to a value from the current look and feel.
- updateUI() - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.JRibbonRootPane
- updateUI() - Method in class org.pushingpixels.flamingo.internal.ui.ribbon.JRibbonTaskToggleButton
- useNativeIcons - Variable in class org.pushingpixels.flamingo.api.bcb.core.BreadcrumbFileSelector.DirCallback
-
If
true
, the path selectors will use native icons. - useNativeIcons - Variable in class org.pushingpixels.flamingo.api.bcb.core.BreadcrumbFileSelector
-
If
true
, the path selectors will use native icons.
V
- 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.JCommandButton.CommandButtonPopupOrientationKind
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pushingpixels.flamingo.api.common.JCommandButtonPanel.LayoutKind
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pushingpixels.flamingo.api.common.JCommandButtonStrip.StripOrientation
-
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.ribbon.RibbonElementPriority
-
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.JCommandButton.CommandButtonPopupOrientationKind
-
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.JCommandButtonPanel.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.JCommandButtonStrip.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.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.ribbon.RibbonElementPriority
-
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.JCommandButtonStrip.StripOrientation
-
Vertical strip orientation.
- VERTICALLY - org.pushingpixels.flamingo.api.common.JScrollablePanel.ScrollType
- vgapScaleFactor - Variable in class org.pushingpixels.flamingo.api.common.JCommandButtonStrip
-
Scale factor for vertical gaps.
- visibleButtonRowNumber - Variable in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonGalleryUI
- visibleButtonsInEachRow - Variable in class org.pushingpixels.flamingo.internal.ui.ribbon.BasicRibbonGalleryUI
-
The count of visible buttons.
W
- width - Variable in class org.pushingpixels.flamingo.api.common.icon.EmptyResizableIcon
-
The current icon width.
- width - Variable in class org.pushingpixels.flamingo.internal.utils.ArrowResizableIcon
-
The current icon width.
- width - Variable in class org.pushingpixels.flamingo.internal.utils.DoubleArrowResizableIcon
-
The width of the rendered image.
- windowActivated(WindowEvent) - Method in class org.pushingpixels.flamingo.internal.ui.common.popup.BasicPopupPanelUI.WindowTracker
- windowClosed(WindowEvent) - Method in class org.pushingpixels.flamingo.internal.ui.common.popup.BasicPopupPanelUI.WindowTracker
- windowClosing(WindowEvent) - Method in class org.pushingpixels.flamingo.internal.ui.common.popup.BasicPopupPanelUI.WindowTracker
- windowDeactivated(WindowEvent) - Method in class org.pushingpixels.flamingo.internal.ui.common.popup.BasicPopupPanelUI.WindowTracker
- windowDeiconified(WindowEvent) - Method in class org.pushingpixels.flamingo.internal.ui.common.popup.BasicPopupPanelUI.WindowTracker
- windowIconified(WindowEvent) - Method in class org.pushingpixels.flamingo.internal.ui.common.popup.BasicPopupPanelUI.WindowTracker
- windowOpened(WindowEvent) - Method in class org.pushingpixels.flamingo.internal.ui.common.popup.BasicPopupPanelUI.WindowTracker
- WindowTracker() - Constructor for class org.pushingpixels.flamingo.internal.ui.common.popup.BasicPopupPanelUI.WindowTracker
-
Creates the new window tracker.
All Classes All Packages