A B C D E F G H I J K L M N O P R S T U V

A

AbstractBandControlPanel - Class in org.jvnet.flamingo.ribbon.ui
Control panel of a single JRibbonBand.
AbstractBandControlPanel() - Constructor for class org.jvnet.flamingo.ribbon.ui.AbstractBandControlPanel
 
AbstractCommandButton - Class in org.jvnet.flamingo.common
Base class for command buttons.
AbstractCommandButton(String, ResizableIcon) - Constructor for class org.jvnet.flamingo.common.AbstractCommandButton
Creates a new command button.
AbstractCommandButton.CommandButtonLocationOrderKind - Enum in org.jvnet.flamingo.common
Enumerates the available values for the location order kind.
AbstractFileViewPanel<T> - Class in org.jvnet.flamingo.common
Panel that hosts file-related command buttons with progress indication and cancellation capabilities.
AbstractFileViewPanel(int, ProgressListener) - Constructor for class org.jvnet.flamingo.common.AbstractFileViewPanel
Creates a new panel.
AbstractFileViewPanel(CommandButtonDisplayState, ProgressListener) - Constructor for class org.jvnet.flamingo.common.AbstractFileViewPanel
Creates a new panel.
AbstractFileViewPanel.Leaf - Class in org.jvnet.flamingo.common
Information on the specific file.
AbstractFileViewPanel.Leaf(String, InputStream) - Constructor for class org.jvnet.flamingo.common.AbstractFileViewPanel.Leaf
Creates a new leaf.
AbstractFilter - Class in org.jvnet.flamingo.utils
Provides an abstract implementation of the BufferedImageOp interface.
AbstractFilter() - Constructor for class org.jvnet.flamingo.utils.AbstractFilter
 
AbstractRibbonBand<T extends AbstractBandControlPanel> - Class in org.jvnet.flamingo.ribbon
Ribbon band.
AbstractRibbonBand(String, ResizableIcon, ActionListener, T) - Constructor for class org.jvnet.flamingo.ribbon.AbstractRibbonBand
Creates a new ribbon band.
ActionButtonModel - Interface in org.jvnet.flamingo.common.model
Model for the action area of AbstractCommandButton component.
actionClickArea - Variable in class org.jvnet.flamingo.common.CommandButtonLayoutManager.CommandButtonLayoutInfo
The action area.
ActionRepeatableButtonModel - Class in org.jvnet.flamingo.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.jvnet.flamingo.common.model.ActionRepeatableButtonModel
Creates a new button model.
ActionToggleButtonModel - Class in org.jvnet.flamingo.common.model
Extension of the default toggle button model that supports the ActionButtonModel interface.
ActionToggleButtonModel(boolean) - Constructor for class org.jvnet.flamingo.common.model.ActionToggleButtonModel
Creates a new model.
add(Action) - Method in class org.jvnet.flamingo.bcb.ui.ScrollablePopup
 
add(JCommandToggleButton) - Method in class org.jvnet.flamingo.common.CommandToggleButtonGroup
Adds the specified button to the group.
add(Component, Object, int) - Method in class org.jvnet.flamingo.common.JCommandButtonStrip
 
add(Component, Object) - Method in class org.jvnet.flamingo.common.JCommandButtonStrip
 
add(Component, int) - Method in class org.jvnet.flamingo.common.JCommandButtonStrip
 
add(Component) - Method in class org.jvnet.flamingo.common.JCommandButtonStrip
 
add(String, Component) - Method in class org.jvnet.flamingo.common.JCommandButtonStrip
 
addActionListener(ActionListener) - Method in class org.jvnet.flamingo.common.AbstractCommandButton
Adds the specified action listener to this button.
addAsynchronousLoadListener(AsynchronousLoadListener) - Method in interface org.jvnet.flamingo.common.AsynchronousLoading
Adds listener on the asynchronous loading events.
addAsynchronousLoadListener(AsynchronousLoadListener) - Method in class org.jvnet.flamingo.common.icon.DecoratedResizableIcon
 
addAsynchronousLoadListener(AsynchronousLoadListener) - Method in class org.jvnet.flamingo.common.icon.IconDeckResizableIcon
 
addAsynchronousLoadListener(AsynchronousLoadListener) - Method in class org.jvnet.flamingo.svg.SvgBatikResizableIcon
 
addButtonGroup(String, int) - Method in class org.jvnet.flamingo.common.JCommandButtonPanel
Adds a new button group at the specified index.
addButtonGroup(String) - Method in class org.jvnet.flamingo.common.JCommandButtonPanel
Adds a new button group after all the existing button groups.
addButtonToGroup(String, AbstractCommandButton) - Method in class org.jvnet.flamingo.common.JCommandButtonPanel
Adds a new button to the specified button group.
addButtonToGroup(String, int, AbstractCommandButton) - Method in class org.jvnet.flamingo.common.JCommandButtonPanel
Adds a new button to the specified button group.
addButtonToLastGroup(AbstractCommandButton) - Method in class org.jvnet.flamingo.common.JCommandButtonPanel
Adds a new button to the specified button group.
addChangeListener(ChangeListener) - Method in class org.jvnet.flamingo.common.AbstractCommandButton
Adds the specified change listener to this button.
addChangeListener(ChangeListener) - Method in class org.jvnet.flamingo.common.JCommandButtonPanel
Adds the specified change listener to this button panel.
addChangeListener(ChangeListener) - Method in class org.jvnet.flamingo.common.JCommandButtonStrip
Adds the specified change listener to track changes to this command button strip.
addChangeListener(ChangeListener) - Method in class org.jvnet.flamingo.common.popup.JCommandPopupMenu
Adds the specified change listener to track changes to this popup menu.
addChangeListener(ChangeListener) - Method in class org.jvnet.flamingo.common.ui.ScrollablePanel
 
addChangeListener(ChangeListener) - Method in class org.jvnet.flamingo.ribbon.JRibbon
Adds the specified change listener to track changes to this ribbon.
addChangeListener(ChangeListener) - Method in class org.jvnet.flamingo.slider.DefaultFlexiRangeModel
 
addChangeListener(ChangeListener) - Method in interface org.jvnet.flamingo.slider.FlexiRangeModel
Adds a ChangeListener to the model's listener list.
addCommandButton(AbstractCommandButton, RibbonElementPriority) - Method in class org.jvnet.flamingo.ribbon.JRibbonBand
Adds the specified command button to this band.
addCommandButton(AbstractCommandButton, RibbonElementPriority) - Method in class org.jvnet.flamingo.ribbon.ui.JBandControlPanel
Adds a new ribbon button to this control panel.
addCommandButton(AbstractCommandButton, RibbonElementPriority) - Method in class org.jvnet.flamingo.ribbon.ui.JBandControlPanel.ControlPanelGroup
Adds a new ribbon button to this control panel.
addContextualTaskGroup(RibbonContextualTaskGroup) - Method in class org.jvnet.flamingo.ribbon.JRibbon
Adds the specified contextual task group to this ribbon.
addDescriptionSection(String) - Method in class org.jvnet.flamingo.common.RichTooltip
Adds the specified description section to this tooltip.
addExceptionHandler(BreadcrumbBarExceptionHandler) - Method in class org.jvnet.flamingo.bcb.JBreadcrumbBar
Registers the specified exception handler.
addFlowComponent(JComponent) - Method in class org.jvnet.flamingo.ribbon.JFlowRibbonBand
Adds the specified component to this flow ribbon band.
addFlowComponent(JComponent) - Method in class org.jvnet.flamingo.ribbon.ui.JFlowBandControlPanel
Adds new panel to this control panel.
addFooterEntry(RibbonApplicationMenuEntryFooter) - Method in class org.jvnet.flamingo.ribbon.RibbonApplicationMenu
Adds the specified footer menu entry.
addFooterSection(String) - Method in class org.jvnet.flamingo.common.RichTooltip
Adds the specified footer section to this tooltip.
addGroupStartedListener(JBandControlPanel.GroupStartedListener) - Method in class org.jvnet.flamingo.ribbon.ui.JBandControlPanel
 
addIconDecorator(DecoratedResizableIcon.IconDecorator) - Method in class org.jvnet.flamingo.common.icon.DecoratedResizableIcon
Adds the specified decorator to the end of the decorator sequence.
addKeyTipListener(KeyTipManager.KeyTipListener) - Method in class org.jvnet.flamingo.utils.KeyTipManager
 
addLast(BreadcrumbItem<T>) - Method in class org.jvnet.flamingo.bcb.BreadcrumbBarModel
Adds the specified item at the end of the path.
addLink(KeyTipManager.KeyTipLink) - Method in class org.jvnet.flamingo.utils.KeyTipManager.KeyTipChain
 
addMenuButton(JCommandMenuButton) - Method in class org.jvnet.flamingo.common.popup.JCommandPopupMenu
Adds the specified menu button to this menu.
addMenuEntry(RibbonApplicationMenuEntryPrimary) - Method in class org.jvnet.flamingo.ribbon.RibbonApplicationMenu
Adds the specified primary menu entry.
addMenuSeparator() - Method in class org.jvnet.flamingo.common.popup.JCommandPopupMenu
Adds a menu separator to this menu.
addPathListener(BreadcrumbPathListener) - Method in class org.jvnet.flamingo.bcb.BreadcrumbBarModel
Adds the specified path listener to this model.
addPopup(JComponent, Popup, JPopupPanel) - Method in class org.jvnet.flamingo.common.popup.PopupPanelManager
Adds new popup to the tracking structures.
addPopupActionListener(PopupActionListener) - Method in interface org.jvnet.flamingo.common.model.PopupButtonModel
Adds an PopupActionListener to the model.
addPopupListener(PopupPanelManager.PopupListener) - Method in class org.jvnet.flamingo.common.popup.PopupPanelManager
Adds the specified popup listener.
addPropertyChangeListener(PropertyChangeListener) - Method in class org.jvnet.flamingo.common.CommandToggleButtonGroup
Adds the specified property change listener on this button group.
addRibbonComponent(JRibbonComponent) - Method in class org.jvnet.flamingo.ribbon.JRibbonBand
Adds the specified ribbon component to this ribbon band.
addRibbonComponent(JRibbonComponent, int) - Method in class org.jvnet.flamingo.ribbon.JRibbonBand
Adds the specified ribbon component to this ribbon band.
addRibbonComponent(JRibbonComponent) - Method in class org.jvnet.flamingo.ribbon.ui.JBandControlPanel
 
addRibbonComponent(JRibbonComponent, int) - Method in class org.jvnet.flamingo.ribbon.ui.JBandControlPanel
 
addRibbonComponent(JRibbonComponent, int) - Method in class org.jvnet.flamingo.ribbon.ui.JBandControlPanel.ControlPanelGroup
 
addRibbonGallery(String, List<StringValuePair<List<JCommandToggleButton>>>, Map<RibbonElementPriority, Integer>, int, int, RibbonElementPriority) - Method in class org.jvnet.flamingo.ribbon.JRibbonBand
Adds a new ribbon gallery to this band.
addRibbonGallery(JRibbonGallery, RibbonElementPriority) - Method in class org.jvnet.flamingo.ribbon.ui.JBandControlPanel
Adds a new in-ribbon gallery to this control panel.
addRibbonGallery(JRibbonGallery, RibbonElementPriority) - Method in class org.jvnet.flamingo.ribbon.ui.JBandControlPanel.ControlPanelGroup
Adds a new in-ribbon gallery to this control panel.
addRibbonGalleryButtons(String, String, JCommandToggleButton...) - Method in class org.jvnet.flamingo.ribbon.JRibbonBand
Adds the specified command toggle buttons to a button group in the specified ribbon gallery.
addRibbonGalleryButtons(String, JCommandToggleButton...) - Method in class org.jvnet.flamingo.ribbon.ui.JRibbonGallery
Adds toggle command buttons to the specified button group in this ribbon gallery.
addRolloverActionListener(RolloverActionListener) - Method in class org.jvnet.flamingo.common.JCommandMenuButton
Adds a rollover action listener that will be called when the rollover state of this button becomes active.
addScrollers() - Method in class org.jvnet.flamingo.bcb.ui.BasicScrollablePopupUI
 
addSecondaryMenuGroup(String, RibbonApplicationMenuEntrySecondary...) - Method in class org.jvnet.flamingo.ribbon.RibbonApplicationMenuEntryPrimary
Adds a titled group of secondary menu entries.
addTask(RibbonTask) - Method in class org.jvnet.flamingo.ribbon.JRibbon
Adds the specified task to this ribbon.
addTaskbarComponent(Component) - Method in class org.jvnet.flamingo.ribbon.JRibbon
Adds the specified taskbar component to this ribbon.
ArrowResizableIcon - Class in org.jvnet.flamingo.utils
Helper implementation of ResizableIcon that draws an arrow.
ArrowResizableIcon(Dimension, int) - Constructor for class org.jvnet.flamingo.utils.ArrowResizableIcon
Creates a new arrow resizable icon.
ArrowResizableIcon(int, int) - Constructor for class org.jvnet.flamingo.utils.ArrowResizableIcon
Creates a new arrow resizable icon.
AsynchronousLoading - Interface in org.jvnet.flamingo.common
This interface is used for asynchronously-loaded contents.
AsynchronousLoadListener - Interface in org.jvnet.flamingo.common
This interface is used for asynchronously-loaded contents.

A B C D E F G H I J K L M N O P R S T U V