Uses of Class
org.pushingpixels.radiance.component.internal.ui.ribbon.JBandControlPanel.ControlPanelGroup
-
Packages that use JBandControlPanel.ControlPanelGroup Package Description org.pushingpixels.radiance.component.api.ribbon.resize org.pushingpixels.radiance.component.internal.ui.ribbon -
-
Uses of JBandControlPanel.ControlPanelGroup in org.pushingpixels.radiance.component.api.ribbon.resize
Methods in org.pushingpixels.radiance.component.api.ribbon.resize with parameters of type JBandControlPanel.ControlPanelGroup Modifier and Type Method Description protected int
CoreRibbonResizePolicies.BaseCoreRibbonBandResizePolicy. getPreferredButtonWidth(JBandControlPanel.ControlPanelGroup controlPanelGroup, int gap)
Returns the preferred width of all the buttons in the specified control panel group.private int
CoreRibbonResizePolicies.BaseCoreRibbonBandResizePolicy. getPreferredGalleryWidth(JBandControlPanel.ControlPanelGroup controlPanelGroup, int galleryAvailableHeight, int gap)
Returns the preferred width of all the ribbon galleries in the specified control panel group. -
Uses of JBandControlPanel.ControlPanelGroup in org.pushingpixels.radiance.component.internal.ui.ribbon
Fields in org.pushingpixels.radiance.component.internal.ui.ribbon with type parameters of type JBandControlPanel.ControlPanelGroup Modifier and Type Field Description private java.util.LinkedList<JBandControlPanel.ControlPanelGroup>
JBandControlPanel. controlPanelGroups
Methods in org.pushingpixels.radiance.component.internal.ui.ribbon that return types with arguments of type JBandControlPanel.ControlPanelGroup Modifier and Type Method Description java.util.List<JBandControlPanel.ControlPanelGroup>
JBandControlPanel. getControlPanelGroups()
-