Uses of Class
org.pushingpixels.radiance.component.api.ribbon.RibbonTask
Packages that use RibbonTask
Package
Description
-
Uses of RibbonTask in org.pushingpixels.radiance.component.api.ribbon
Fields in org.pushingpixels.radiance.component.api.ribbon declared as RibbonTaskModifier and TypeFieldDescriptionprivate RibbonTask
JRibbon.currentlySelectedTask
Currently selected (shown) task.private RibbonTask
AbstractRibbonBand.ribbonTask
The ribbon task of this ribbon band.Fields in org.pushingpixels.radiance.component.api.ribbon with type parameters of type RibbonTaskModifier and TypeFieldDescriptionprivate ArrayList
<RibbonTask> JRibbon.tasks
The general tasks.private ArrayList
<RibbonTask> RibbonContextualTaskGroup.tasks
List of all tasks.Methods in org.pushingpixels.radiance.component.api.ribbon that return RibbonTaskModifier and TypeMethodDescriptionprivate RibbonTask
JRibbonFrame.getNextRibbonTask()
private RibbonTask
JRibbonFrame.getPreviousRibbonTask()
JRibbon.getSelectedTask()
Returns the currently selected task.JRibbon.getTask
(int index) Retrieves the regular task at specified index.RibbonContextualTaskGroup.getTask
(int index) Returns task at the specified index fromthis
group.Methods in org.pushingpixels.radiance.component.api.ribbon that return types with arguments of type RibbonTaskMethods in org.pushingpixels.radiance.component.api.ribbon with parameters of type RibbonTaskModifier and TypeMethodDescriptionvoid
JRibbon.addTask
(RibbonTask task) Adds the specified task to this ribbon.void
JRibbon.OnTaskSelectionChangeListener.onTaskSelectionChanged
(RibbonTask newSelection) (package private) void
AbstractRibbonBand.setRibbonTask
(RibbonTask ribbonTask) Associates this ribbon band with the specified ribbon task.void
JRibbon.setSelectedTask
(RibbonTask task) Selects the specified task.Constructors in org.pushingpixels.radiance.component.api.ribbon with parameters of type RibbonTaskModifierConstructorDescriptionRibbonContextualTaskGroup
(String title, Color hueColor, RibbonTask... tasks) Creates a task contextual group that contains the specified tasks.Constructor parameters in org.pushingpixels.radiance.component.api.ribbon with type arguments of type RibbonTaskModifierConstructorDescriptionRibbonContextualTaskGroup
(String title, Color hueColor, Iterable<RibbonTask> tasks) Creates a task contextual group that contains the specified tasks. -
Uses of RibbonTask in org.pushingpixels.radiance.component.api.ribbon.resize
Fields in org.pushingpixels.radiance.component.api.ribbon.resize declared as RibbonTaskModifier and TypeFieldDescriptionprotected RibbonTask
BaseRibbonBandResizeSequencingPolicy.ribbonTask
The associated ribbon task.Constructors in org.pushingpixels.radiance.component.api.ribbon.resize with parameters of type RibbonTaskModifierConstructorDescriptionprotected
BaseRibbonBandResizeSequencingPolicy
(RibbonTask ribbonTask) Creates a new resize sequencing policy.CollapseFromLast
(RibbonTask ribbonTask) Creates a new collapse from last resize sequencing policy for the specified task.RoundRobin
(RibbonTask ribbonTask) Creates a new round robin resize sequencing policy for the specified task. -
Uses of RibbonTask in org.pushingpixels.radiance.component.internal.ui.ribbon
Fields in org.pushingpixels.radiance.component.internal.ui.ribbon declared as RibbonTaskFields in org.pushingpixels.radiance.component.internal.ui.ribbon with type parameters of type RibbonTaskModifier and TypeFieldDescriptionprivate Map
<RibbonTask, PopupPanelManager.PopupListener> BasicRibbonUI.taskPopupListeners
protected Map
<RibbonTask, JRibbonTaskToggleButton> BasicRibbonUI.taskToggleButtons
Map of toggle buttons of all tasks.Methods in org.pushingpixels.radiance.component.internal.ui.ribbon that return RibbonTaskMethods in org.pushingpixels.radiance.component.internal.ui.ribbon that return types with arguments of type RibbonTaskModifier and TypeMethodDescriptionprivate List
<RibbonTask> BasicRibbonUI.getCurrentlyShownRibbonTasks()
Returns the list of currently shown ribbon tasks.BasicRibbonUI.getTaskToggleButtons()
Methods in org.pushingpixels.radiance.component.internal.ui.ribbon with parameters of type RibbonTaskModifier and TypeMethodDescriptionprivate void
BasicRibbonUI.processTaskSelection
(RibbonTask task, JRibbonTaskToggleButton taskToggleButton) void
JRibbonTaskToggleButton.setRibbonTask
(RibbonTask ribbonTask)