Uses of Interface
org.pushingpixels.radiance.component.api.ribbon.model.RibbonGalleryContentModel.GalleryCommandAction
-
Packages that use RibbonGalleryContentModel.GalleryCommandAction Package Description org.pushingpixels.radiance.component.api.ribbon.model org.pushingpixels.radiance.component.internal.ui.ribbon -
-
Uses of RibbonGalleryContentModel.GalleryCommandAction in org.pushingpixels.radiance.component.api.ribbon.model
Methods in org.pushingpixels.radiance.component.api.ribbon.model with parameters of type RibbonGalleryContentModel.GalleryCommandAction Modifier and Type Method Description void
RibbonGalleryContentModel. addCommandActivationListener(RibbonGalleryContentModel.GalleryCommandAction l)
Adds aRibbonGalleryContentModel.GalleryCommandAction
to the model.void
RibbonGalleryContentModel. removeCommandActivationListener(RibbonGalleryContentModel.GalleryCommandAction l)
Removes aRibbonGalleryContentModel.GalleryCommandAction
from the model. -
Uses of RibbonGalleryContentModel.GalleryCommandAction in org.pushingpixels.radiance.component.internal.ui.ribbon
Fields in org.pushingpixels.radiance.component.internal.ui.ribbon declared as RibbonGalleryContentModel.GalleryCommandAction Modifier and Type Field Description private RibbonGalleryContentModel.GalleryCommandAction
BasicRibbonGalleryUI. galleryCommandSelectionListener
-