Uses of Class
org.pushingpixels.radiance.component.api.ribbon.RibbonTask
-
-
Uses of RibbonTask in org.pushingpixels.radiance.component.api.ribbon
Fields in org.pushingpixels.radiance.component.api.ribbon declared as RibbonTask Modifier and Type Field Description private 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 RibbonTask Modifier and Type Field Description private java.util.ArrayList<RibbonTask>
JRibbon. tasks
The general tasks.private java.util.ArrayList<RibbonTask>
RibbonContextualTaskGroup. tasks
List of all tasks.Methods in org.pushingpixels.radiance.component.api.ribbon that return RibbonTask Modifier and Type Method Description private RibbonTask
JRibbonFrame. getNextRibbonTask()
private RibbonTask
JRibbonFrame. getPreviousRibbonTask()
RibbonTask
JRibbon. getSelectedTask()
Returns the currently selected task.RibbonTask
JRibbon. getTask(int index)
Retrieves the regular task at specified index.RibbonTask
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 RibbonTask Modifier and Type Method Description private java.util.List<RibbonTask>
JRibbonFrame. getAllShownRibbonTasks()
Methods in org.pushingpixels.radiance.component.api.ribbon with parameters of type RibbonTask Modifier and Type Method Description void
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 RibbonTask Constructor Description RibbonContextualTaskGroup(java.lang.String title, java.awt.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 RibbonTask Constructor Description RibbonContextualTaskGroup(java.lang.String title, java.awt.Color hueColor, java.lang.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 RibbonTask Modifier and Type Field Description protected RibbonTask
BaseRibbonBandResizeSequencingPolicy. ribbonTask
The associated ribbon task.Constructors in org.pushingpixels.radiance.component.api.ribbon.resize with parameters of type RibbonTask Constructor Description 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 RibbonTask Modifier and Type Field Description private RibbonTask
JRibbonTaskToggleButton. ribbonTask
Fields in org.pushingpixels.radiance.component.internal.ui.ribbon with type parameters of type RibbonTask Modifier and Type Field Description private java.util.Map<RibbonTask,PopupPanelManager.PopupListener>
BasicRibbonUI. taskPopupListeners
protected java.util.Map<RibbonTask,JRibbonTaskToggleButton>
BasicRibbonUI. taskToggleButtons
Map of toggle buttons of all tasks.Methods in org.pushingpixels.radiance.component.internal.ui.ribbon that return RibbonTask Modifier and Type Method Description RibbonTask
JRibbonTaskToggleButton. getRibbonTask()
Methods in org.pushingpixels.radiance.component.internal.ui.ribbon that return types with arguments of type RibbonTask Modifier and Type Method Description private java.util.List<RibbonTask>
BasicRibbonUI. getCurrentlyShownRibbonTasks()
Returns the list of currently shown ribbon tasks.java.util.Map<RibbonTask,JCommandButton>
BasicRibbonUI. getTaskToggleButtons()
Methods in org.pushingpixels.radiance.component.internal.ui.ribbon with parameters of type RibbonTask Modifier and Type Method Description private void
BasicRibbonUI. processTaskSelection(RibbonTask task, JRibbonTaskToggleButton taskToggleButton)
void
JRibbonTaskToggleButton. setRibbonTask(RibbonTask ribbonTask)
-