|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
org.pushingpixels.flamingo.internal.ui.ribbon.AbstractBandControlPanel
org.pushingpixels.flamingo.internal.ui.ribbon.JBandControlPanel
public class JBandControlPanel
Control panel of a single JRibbonBand
. This class is for internal use
only and should not be directly used by the applications.
Nested Class Summary | |
---|---|
static class |
JBandControlPanel.ControlPanelGroup
|
Nested classes/interfaces inherited from class javax.swing.JPanel |
---|
JPanel.AccessibleJPanel |
Nested classes/interfaces inherited from class javax.swing.JComponent |
---|
JComponent.AccessibleJComponent |
Nested classes/interfaces inherited from class java.awt.Container |
---|
Container.AccessibleAWTContainer |
Nested classes/interfaces inherited from class java.awt.Component |
---|
Component.AccessibleAWTComponent, Component.BaselineResizeBehavior, Component.BltBufferStrategy, Component.FlipBufferStrategy |
Field Summary | |
---|---|
static List<AbstractCommandButton> |
EMPTY_GALLERY_BUTTONS_LIST
Empty list of buttons. |
static List<JRibbonGallery> |
EMPTY_RIBBON_GALLERIES_LIST
Empty list of galleries. |
static String |
uiClassID
The UI class ID string. |
Fields inherited from class javax.swing.JComponent |
---|
accessibleContext, listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW |
Fields inherited from class java.awt.Component |
---|
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
Fields inherited from interface java.awt.image.ImageObserver |
---|
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
Constructor Summary | |
---|---|
JBandControlPanel()
Creates a control panel for specified ribbon band. |
Method Summary | |
---|---|
void |
addChangeListener(ChangeListener l)
|
void |
addCommandButton(AbstractCommandButton ribbonButton,
RibbonElementPriority priority)
Adds a new ribbon button to this control panel. |
void |
addRibbonComponent(JRibbonComponent comp)
|
void |
addRibbonComponent(JRibbonComponent comp,
int rowSpan)
|
void |
addRibbonGallery(JRibbonGallery ribbonGallery,
RibbonElementPriority priority)
Adds a new in-ribbon gallery to this control panel. |
protected void |
fireChanged()
|
int |
getControlPanelGroupCount()
|
List<JBandControlPanel.ControlPanelGroup> |
getControlPanelGroups()
|
String |
getControlPanelGroupTitle(int controlPanelGroupIndex)
|
List<JRibbonComponent> |
getRibbonComponents(int groupIndex)
|
JRibbonGallery |
getRibbonGallery(String galleryName)
Returns the ribbon gallery based on its name. |
BandControlPanelUI |
getUI()
|
String |
getUIClassID()
|
void |
removeChangeListener(ChangeListener l)
|
void |
setGroupTitle(int groupIndex,
String groupTitle)
|
void |
setPriority(JCommandButton ribbonButton,
RibbonElementPriority newPriority)
Sets new priority of a ribbon button in this control panel. |
void |
setPriority(JRibbonGallery ribbonGallery,
RibbonElementPriority newPriority)
Sets new priority of an in-ribbon gallery in this control
panel. |
void |
setUI(BandControlPanelUI ui)
Sets the new UI delegate. |
int |
startGroup()
|
int |
startGroup(String groupTitle)
|
void |
updateUI()
|
Methods inherited from class org.pushingpixels.flamingo.internal.ui.ribbon.AbstractBandControlPanel |
---|
getRibbonBand, setRibbonBand |
Methods inherited from class javax.swing.JPanel |
---|
getAccessibleContext, paramString, setUI |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final List<AbstractCommandButton> EMPTY_GALLERY_BUTTONS_LIST
public static final List<JRibbonGallery> EMPTY_RIBBON_GALLERIES_LIST
public static final String uiClassID
Constructor Detail |
---|
public JBandControlPanel()
ribbonBand
- Ribbon band.Method Detail |
---|
public void setUI(BandControlPanelUI ui)
ui
- New UI delegate.public void updateUI()
updateUI
in class JPanel
public BandControlPanelUI getUI()
getUI
in class AbstractBandControlPanel
public String getUIClassID()
getUIClassID
in class JPanel
public void addCommandButton(AbstractCommandButton ribbonButton, RibbonElementPriority priority)
this
control panel.
ribbonButton
- Ribbon button to add.priority
- Ribbon button priority.public void addRibbonGallery(JRibbonGallery ribbonGallery, RibbonElementPriority priority)
this
control panel.
ribbonGallery
- Ribbon gallery to add.priority
- Ribbon gallery priority.public void setPriority(JCommandButton ribbonButton, RibbonElementPriority newPriority)
this
control panel.
ribbonButton
- Gallery button.newPriority
- New priority for the specified ribbon button.public void setPriority(JRibbonGallery ribbonGallery, RibbonElementPriority newPriority)
this
control
panel.
ribbonGallery
- In-ribbon gallery.newPriority
- New priority for the specified in-ribbon gallery.public void addRibbonComponent(JRibbonComponent comp)
public void addRibbonComponent(JRibbonComponent comp, int rowSpan)
public List<JBandControlPanel.ControlPanelGroup> getControlPanelGroups()
public int getControlPanelGroupCount()
public String getControlPanelGroupTitle(int controlPanelGroupIndex)
public int startGroup()
public int startGroup(String groupTitle)
public void setGroupTitle(int groupIndex, String groupTitle)
public JRibbonGallery getRibbonGallery(String galleryName)
galleryName
- Ribbon gallery name.
public void addChangeListener(ChangeListener l)
public void removeChangeListener(ChangeListener l)
protected void fireChanged()
public List<JRibbonComponent> getRibbonComponents(int groupIndex)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |