|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.pushingpixels.flamingo.api.ribbon.RibbonTask
public class RibbonTask
Single ribbon task in JRibbon
. This is a logical entity that groups
AbstractRibbonBand
components.
Constructor Summary | |
---|---|
RibbonTask(String title,
AbstractRibbonBand<?>... bands)
Creates a ribbon task that contains the specified bands. |
Method Summary | |
---|---|
AbstractRibbonBand<?> |
getBand(int index)
Returns band at the specified index from this task. |
int |
getBandCount()
Returns the number of bands in this task. |
List<AbstractRibbonBand<?>> |
getBands()
Returns an unmodifiable view on the ribbon bands of this task. |
RibbonContextualTaskGroup |
getContextualGroup()
Returns the contextual task group for this ribbon task. |
String |
getKeyTip()
Returns the key tip for the task button of this task. |
RibbonBandResizeSequencingPolicy |
getResizeSequencingPolicy()
Returns the current resize sequencing policy of this ribbon task. |
String |
getTitle()
Returns the title of this task. |
void |
setKeyTip(String keyTip)
Sets the specified parameter to be the new key tip for the task button of this task. |
void |
setResizeSequencingPolicy(RibbonBandResizeSequencingPolicy resizeSequencingPolicy)
Sets the specified parameter as the new resize sequencing policy of this ribbon task. |
void |
setTitle(String title)
Changes the title of this ribbon task. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RibbonTask(String title, AbstractRibbonBand<?>... bands)
title
- Ribbon task title.bands
- Bands to add to the ribbon task.Method Detail |
---|
public int getBandCount()
this
task.
this
task.getBand(int)
,
getBands()
public AbstractRibbonBand<?> getBand(int index)
this
task.
index
- Band index.
getBandCount()
,
getBands()
public String getTitle()
public RibbonContextualTaskGroup getContextualGroup()
null
for general ribbon tasks.
public List<AbstractRibbonBand<?>> getBands()
getBandCount()
,
getBand(int)
public void setTitle(String title)
title
- The new title for this ribbon task.public RibbonBandResizeSequencingPolicy getResizeSequencingPolicy()
setResizeSequencingPolicy(RibbonBandResizeSequencingPolicy)
public void setResizeSequencingPolicy(RibbonBandResizeSequencingPolicy resizeSequencingPolicy)
resizeSequencingPolicy
- The new resize sequencing policy of this ribbon task.getResizeSequencingPolicy()
public String getKeyTip()
setKeyTip(String)
public void setKeyTip(String keyTip)
keyTip
- The new key tip for the task button of this task.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |