Uses of Class
org.pushingpixels.radiance.component.api.common.CommandButtonLayoutManager.CommandButtonLayoutInfo
-
-
Uses of CommandButtonLayoutManager.CommandButtonLayoutInfo in org.pushingpixels.radiance.component.api.common
Methods in org.pushingpixels.radiance.component.api.common that return CommandButtonLayoutManager.CommandButtonLayoutInfo Modifier and Type Method Description CommandButtonLayoutManager.CommandButtonLayoutInfo
CommandButtonLayoutManager. getLayoutInfo(JCommandButton commandButton)
Returns the layout information for the specified command button. -
Uses of CommandButtonLayoutManager.CommandButtonLayoutInfo in org.pushingpixels.radiance.component.internal.ui.common
Fields in org.pushingpixels.radiance.component.internal.ui.common declared as CommandButtonLayoutManager.CommandButtonLayoutInfo Modifier and Type Field Description protected CommandButtonLayoutManager.CommandButtonLayoutInfo
BasicCommandButtonUI. layoutInfo
Layout information.Methods in org.pushingpixels.radiance.component.internal.ui.common that return CommandButtonLayoutManager.CommandButtonLayoutInfo Modifier and Type Method Description CommandButtonLayoutManager.CommandButtonLayoutInfo
BasicCommandButtonUI. getLayoutInfo()
CommandButtonLayoutManager.CommandButtonLayoutInfo
CommandButtonLayoutManagerBig. getLayoutInfo(JCommandButton commandButton)
CommandButtonLayoutManager.CommandButtonLayoutInfo
CommandButtonLayoutManagerMedium. getLayoutInfo(JCommandButton commandButton)
CommandButtonLayoutManager.CommandButtonLayoutInfo
CommandButtonLayoutManagerSmall. getLayoutInfo(JCommandButton commandButton)
CommandButtonLayoutManager.CommandButtonLayoutInfo
CommandButtonLayoutManagerTile. getLayoutInfo(JCommandButton commandButton)
abstract CommandButtonLayoutManager.CommandButtonLayoutInfo
CommandButtonUI. getLayoutInfo()
Returns the layout information for the associated button. -
Uses of CommandButtonLayoutManager.CommandButtonLayoutInfo in org.pushingpixels.radiance.component.internal.ui.ribbon
Methods in org.pushingpixels.radiance.component.internal.ui.ribbon that return CommandButtonLayoutManager.CommandButtonLayoutInfo Modifier and Type Method Description CommandButtonLayoutManager.CommandButtonLayoutInfo
CommandButtonLayoutManagerBigFixed. getLayoutInfo(JCommandButton commandButton)
CommandButtonLayoutManager.CommandButtonLayoutInfo
CommandButtonLayoutManagerBigFixedLandscape. getLayoutInfo(JCommandButton commandButton)
-
Uses of CommandButtonLayoutManager.CommandButtonLayoutInfo in org.pushingpixels.radiance.component.internal.ui.ribbon.appmenu
Methods in org.pushingpixels.radiance.component.internal.ui.ribbon.appmenu that return CommandButtonLayoutManager.CommandButtonLayoutInfo Modifier and Type Method Description CommandButtonLayoutManager.CommandButtonLayoutInfo
CommandButtonLayoutManagerMenuTileLevel1. getLayoutInfo(JCommandButton commandButton)
CommandButtonLayoutManager.CommandButtonLayoutInfo
CommandButtonLayoutManagerMenuTileLevel2. getLayoutInfo(JCommandButton commandButton)
-