Uses of Class
org.jvnet.flamingo.ribbon.RibbonTask

Packages that use RibbonTask
org.jvnet.flamingo.ribbon   
org.jvnet.flamingo.ribbon.resize   
org.jvnet.flamingo.ribbon.ui   
 

Uses of RibbonTask in org.jvnet.flamingo.ribbon
 

Methods in org.jvnet.flamingo.ribbon that return RibbonTask
 RibbonTask JRibbon.getSelectedTask()
          Returns the currently selected task.
 RibbonTask RibbonContextualTaskGroup.getTask(int index)
          Returns task at the specified index from this group.
 RibbonTask JRibbon.getTask(int index)
          Retrieves the regular task at specified index.
 

Methods in org.jvnet.flamingo.ribbon with parameters of type RibbonTask
 void JRibbon.addTask(RibbonTask task)
          Adds the specified task to this ribbon.
 void JRibbon.setSelectedTask(RibbonTask task)
          Selects the specified task.
 

Constructors in org.jvnet.flamingo.ribbon with parameters of type RibbonTask
RibbonContextualTaskGroup(java.lang.String title, java.awt.Color hueColor, RibbonTask... tasks)
          Creates a task contextual group that contains the specified tasks.
 

Uses of RibbonTask in org.jvnet.flamingo.ribbon.resize
 

Constructors in org.jvnet.flamingo.ribbon.resize with parameters of type RibbonTask
CoreRibbonResizeSequencingPolicies.CollapseFromLast(RibbonTask ribbonTask)
          Creates a new collapse from last resize sequencing policy for the specified task.
CoreRibbonResizeSequencingPolicies.RoundRobin(RibbonTask ribbonTask)
          Creates a new round robin resize sequencing policy for the specified task.
 

Uses of RibbonTask in org.jvnet.flamingo.ribbon.ui
 

Methods in org.jvnet.flamingo.ribbon.ui that return types with arguments of type RibbonTask
 java.util.Map<RibbonTask,JRibbonTaskToggleButton> BasicRibbonUI.getTaskToggleButtons()