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.CommandButtonLayoutInfoCommandButtonLayoutManager. 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.CommandButtonLayoutInfoBasicCommandButtonUI. layoutInfoLayout information.Methods in org.pushingpixels.radiance.component.internal.ui.common that return CommandButtonLayoutManager.CommandButtonLayoutInfo Modifier and Type Method Description CommandButtonLayoutManager.CommandButtonLayoutInfoBasicCommandButtonUI. getLayoutInfo()CommandButtonLayoutManager.CommandButtonLayoutInfoCommandButtonLayoutManagerBig. getLayoutInfo(JCommandButton commandButton)CommandButtonLayoutManager.CommandButtonLayoutInfoCommandButtonLayoutManagerMedium. getLayoutInfo(JCommandButton commandButton)CommandButtonLayoutManager.CommandButtonLayoutInfoCommandButtonLayoutManagerSmall. getLayoutInfo(JCommandButton commandButton)CommandButtonLayoutManager.CommandButtonLayoutInfoCommandButtonLayoutManagerTile. getLayoutInfo(JCommandButton commandButton)abstract CommandButtonLayoutManager.CommandButtonLayoutInfoCommandButtonUI. 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.CommandButtonLayoutInfoCommandButtonLayoutManagerBigFixed. getLayoutInfo(JCommandButton commandButton)CommandButtonLayoutManager.CommandButtonLayoutInfoCommandButtonLayoutManagerBigFixedLandscape. 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.CommandButtonLayoutInfoCommandButtonLayoutManagerMenuTileLevel1. getLayoutInfo(JCommandButton commandButton)CommandButtonLayoutManager.CommandButtonLayoutInfoCommandButtonLayoutManagerMenuTileLevel2. getLayoutInfo(JCommandButton commandButton)
-