Class CommandButtonLayoutManagerMenuTileLevel2
- java.lang.Object
-
- org.pushingpixels.radiance.component.internal.ui.ribbon.appmenu.CommandButtonLayoutManagerMenuTileLevel2
-
- All Implemented Interfaces:
java.beans.PropertyChangeListener,java.util.EventListener,CommandButtonLayoutManager
public class CommandButtonLayoutManagerMenuTileLevel2 extends java.lang.Object implements CommandButtonLayoutManager
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.pushingpixels.radiance.component.api.common.CommandButtonLayoutManager
CommandButtonLayoutManager.CommandButtonKind, CommandButtonLayoutManager.CommandButtonLayoutInfo, CommandButtonLayoutManager.CommandButtonSeparatorOrientation, CommandButtonLayoutManager.TextLayoutInfo
-
-
Constructor Summary
Constructors Constructor Description CommandButtonLayoutManagerMenuTileLevel2()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.awt.PointgetActionKeyTipAnchorCenterPoint(JCommandButton commandButton)Returns the anchor center point of the action key tip of the specified command button.CommandButtonLayoutManager.CommandButtonLayoutInfogetLayoutInfo(JCommandButton commandButton)Returns the layout information for the specified command button.java.awt.PointgetPopupKeyTipAnchorCenterPoint(JCommandButton commandButton)Returns the anchor center point of the popup key tip of the specified command button.java.awt.DimensiongetPreferredIconSize(BaseCommand command, BaseCommandButtonPresentationModel presentationModel)Returns the preferred icon size of a button using this layout manager.java.awt.DimensiongetPreferredSize(BaseCommand command, BaseCommandButtonPresentationModel presentationModel)Returns the preferred size of a button using this layout manager.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.pushingpixels.radiance.component.api.common.CommandButtonLayoutManager
getCommandButtonKind, getCommandButtonKind, propertyChange
-
-
-
-
Method Detail
-
getPreferredIconSize
public java.awt.Dimension getPreferredIconSize(BaseCommand command, BaseCommandButtonPresentationModel presentationModel)
Description copied from interface:CommandButtonLayoutManagerReturns the preferred icon size of a button using this layout manager.- Specified by:
getPreferredIconSizein interfaceCommandButtonLayoutManager
-
getPreferredSize
public java.awt.Dimension getPreferredSize(BaseCommand command, BaseCommandButtonPresentationModel presentationModel)
Description copied from interface:CommandButtonLayoutManagerReturns the preferred size of a button using this layout manager.- Specified by:
getPreferredSizein interfaceCommandButtonLayoutManager
-
getActionKeyTipAnchorCenterPoint
public java.awt.Point getActionKeyTipAnchorCenterPoint(JCommandButton commandButton)
Description copied from interface:CommandButtonLayoutManagerReturns the anchor center point of the action key tip of the specified command button.- Specified by:
getActionKeyTipAnchorCenterPointin interfaceCommandButtonLayoutManager- Parameters:
commandButton- Command button.- Returns:
- The anchor center point of the action key tip of the specified command button.
-
getPopupKeyTipAnchorCenterPoint
public java.awt.Point getPopupKeyTipAnchorCenterPoint(JCommandButton commandButton)
Description copied from interface:CommandButtonLayoutManagerReturns the anchor center point of the popup key tip of the specified command button.- Specified by:
getPopupKeyTipAnchorCenterPointin interfaceCommandButtonLayoutManager- Parameters:
commandButton- Command button.- Returns:
- The anchor center point of the popup key tip of the specified command button.
-
getLayoutInfo
public CommandButtonLayoutManager.CommandButtonLayoutInfo getLayoutInfo(JCommandButton commandButton)
Description copied from interface:CommandButtonLayoutManagerReturns the layout information for the specified command button.- Specified by:
getLayoutInfoin interfaceCommandButtonLayoutManager- Parameters:
commandButton- Command button.- Returns:
- The layout information for the specified command button.
-
-