Uses of Class
org.jvnet.flamingo.common.AbstractCommandButton

Packages that use AbstractCommandButton
org.jvnet.flamingo.common   
org.jvnet.flamingo.common.ui   
org.jvnet.flamingo.ribbon   
org.jvnet.flamingo.ribbon.ui   
org.jvnet.flamingo.ribbon.ui.appmenu   
org.jvnet.flamingo.utils   
 

Uses of AbstractCommandButton in org.jvnet.flamingo.common
 

Subclasses of AbstractCommandButton in org.jvnet.flamingo.common
 class JCommandButton
          Command button.
 class JCommandMenuButton
          Command buttons that can be placed in JCommandPopupMenus and in the primary / secondary panels of the ribbon application menu.
 class JCommandToggleButton
          Command button.
 

Methods in org.jvnet.flamingo.common that return AbstractCommandButton
 AbstractCommandButton JCommandButtonStrip.getButton(int index)
          Returns the specified button component of this strip.
 

Methods in org.jvnet.flamingo.common that return types with arguments of type AbstractCommandButton
 java.util.List<AbstractCommandButton> JCommandButtonPanel.getGroupButtons(int groupIndex)
          Returns the list of all buttons in the specified button group.
 

Methods in org.jvnet.flamingo.common with parameters of type AbstractCommandButton
 int JCommandButtonPanel.addButtonToGroup(java.lang.String buttonGroupName, AbstractCommandButton commandButton)
          Adds a new button to the specified button group.
 int JCommandButtonPanel.addButtonToGroup(java.lang.String buttonGroupName, int indexInGroup, AbstractCommandButton commandButton)
          Adds a new button to the specified button group.
 int JCommandButtonPanel.addButtonToLastGroup(AbstractCommandButton commandButton)
          Adds a new button to the specified button group.
abstract  CommandButtonLayoutManager CommandButtonDisplayState.createLayoutManager(AbstractCommandButton commandButton)
          Creates a layout manager for the specified button.
 java.awt.Point CommandButtonLayoutManager.getKeyTipAnchorCenterPoint(AbstractCommandButton commandButton)
          Returns the anchor center point of the key tip of the specified command button.
 CommandButtonLayoutManager.CommandButtonLayoutInfo CommandButtonLayoutManager.getLayoutInfo(AbstractCommandButton commandButton, java.awt.Graphics g)
          Returns the layout information for the specified command button.
 java.awt.Dimension CommandButtonLayoutManager.getPreferredSize(AbstractCommandButton commandButton)
          Returns the preferred size of the specified command button.
 boolean JCommandButtonStrip.isFirst(AbstractCommandButton button)
          Checks whether the specified button is the first button in this strip.
 boolean JCommandButtonStrip.isLast(AbstractCommandButton button)
          Checks whether the specified button is the last button in this strip.
 

Uses of AbstractCommandButton in org.jvnet.flamingo.common.ui
 

Methods in org.jvnet.flamingo.common.ui with parameters of type AbstractCommandButton
 java.awt.Point CommandButtonLayoutManagerTile.getKeyTipAnchorCenterPoint(AbstractCommandButton commandButton)
           
 java.awt.Point CommandButtonLayoutManagerSmall.getKeyTipAnchorCenterPoint(AbstractCommandButton commandButton)
           
 java.awt.Point CommandButtonLayoutManagerMedium.getKeyTipAnchorCenterPoint(AbstractCommandButton commandButton)
           
 java.awt.Point CommandButtonLayoutManagerBig.getKeyTipAnchorCenterPoint(AbstractCommandButton commandButton)
           
 CommandButtonLayoutManager.CommandButtonLayoutInfo CommandButtonLayoutManagerTile.getLayoutInfo(AbstractCommandButton commandButton, java.awt.Graphics g)
           
 CommandButtonLayoutManager.CommandButtonLayoutInfo CommandButtonLayoutManagerSmall.getLayoutInfo(AbstractCommandButton commandButton, java.awt.Graphics g)
           
 CommandButtonLayoutManager.CommandButtonLayoutInfo CommandButtonLayoutManagerMedium.getLayoutInfo(AbstractCommandButton commandButton, java.awt.Graphics g)
           
 CommandButtonLayoutManager.CommandButtonLayoutInfo CommandButtonLayoutManagerBig.getLayoutInfo(AbstractCommandButton commandButton, java.awt.Graphics g)
           
 java.awt.Dimension CommandButtonLayoutManagerTile.getPreferredSize(AbstractCommandButton commandButton)
           
 java.awt.Dimension CommandButtonLayoutManagerSmall.getPreferredSize(AbstractCommandButton commandButton)
           
 java.awt.Dimension CommandButtonLayoutManagerMedium.getPreferredSize(AbstractCommandButton commandButton)
           
 java.awt.Dimension CommandButtonLayoutManagerCustom.getPreferredSize(AbstractCommandButton commandButton)
           
 java.awt.Dimension CommandButtonLayoutManagerBig.getPreferredSize(AbstractCommandButton commandButton)
           
 void BasicPopupButtonListener.installKeyboardActions(AbstractCommandButton button)
          Installs keyboard action (space / enter keys) on the specified command button.
 void BasicPopupButtonListener.uninstallKeyboardActions(AbstractCommandButton button)
          Uninstalls keyboard action (space / enter keys) from the specified command button.
 

Constructors in org.jvnet.flamingo.common.ui with parameters of type AbstractCommandButton
CommandButtonLayoutManagerBig(AbstractCommandButton commandButton)
           
CommandButtonLayoutManagerCustom(AbstractCommandButton commandButton)
           
 

Uses of AbstractCommandButton in org.jvnet.flamingo.ribbon
 

Methods in org.jvnet.flamingo.ribbon with parameters of type AbstractCommandButton
 void JRibbonBand.addCommandButton(AbstractCommandButton commandButton, RibbonElementPriority priority)
          Adds the specified command button to this band.
 

Uses of AbstractCommandButton in org.jvnet.flamingo.ribbon.ui
 

Fields in org.jvnet.flamingo.ribbon.ui with type parameters of type AbstractCommandButton
static java.util.List<AbstractCommandButton> JBandControlPanel.EMPTY_GALLERY_BUTTONS_LIST
          Empty list of buttons.
 

Methods in org.jvnet.flamingo.ribbon.ui that return types with arguments of type AbstractCommandButton
 java.util.List<AbstractCommandButton> JBandControlPanel.ControlPanelGroup.getRibbonButtons(RibbonElementPriority priority)
          Retrieves all ribbon buttons of specified priority from this control panel.
 

Methods in org.jvnet.flamingo.ribbon.ui with parameters of type AbstractCommandButton
 void JBandControlPanel.addCommandButton(AbstractCommandButton ribbonButton, RibbonElementPriority priority)
          Adds a new ribbon button to this control panel.
 void JBandControlPanel.ControlPanelGroup.addCommandButton(AbstractCommandButton ribbonButton, RibbonElementPriority priority)
          Adds a new ribbon button to this control panel.
 java.awt.Point CommandButtonLayoutManagerBigLandscape.getKeyTipAnchorCenterPoint(AbstractCommandButton commandButton)
           
 CommandButtonLayoutManager.CommandButtonLayoutInfo CommandButtonLayoutManagerBigLandscape.getLayoutInfo(AbstractCommandButton commandButton, java.awt.Graphics g)
           
 java.awt.Dimension CommandButtonLayoutManagerBigLandscape.getPreferredSize(AbstractCommandButton commandButton)
           
 

Uses of AbstractCommandButton in org.jvnet.flamingo.ribbon.ui.appmenu
 

Subclasses of AbstractCommandButton in org.jvnet.flamingo.ribbon.ui.appmenu
 class JRibbonApplicationMenuButton
          The main application menu button for JRibbon component placed in a JRibbonFrame.
 

Methods in org.jvnet.flamingo.ribbon.ui.appmenu with parameters of type AbstractCommandButton
 java.awt.Point CommandButtonLayoutManagerMenuTileLevel2.getKeyTipAnchorCenterPoint(AbstractCommandButton commandButton)
           
 java.awt.Point CommandButtonLayoutManagerMenuTileLevel1.getKeyTipAnchorCenterPoint(AbstractCommandButton commandButton)
           
 CommandButtonLayoutManager.CommandButtonLayoutInfo CommandButtonLayoutManagerMenuTileLevel2.getLayoutInfo(AbstractCommandButton commandButton, java.awt.Graphics g)
           
 CommandButtonLayoutManager.CommandButtonLayoutInfo CommandButtonLayoutManagerMenuTileLevel1.getLayoutInfo(AbstractCommandButton commandButton, java.awt.Graphics g)
           
 java.awt.Dimension CommandButtonLayoutManagerMenuTileLevel2.getPreferredSize(AbstractCommandButton commandButton)
           
 java.awt.Dimension CommandButtonLayoutManagerMenuTileLevel1.getPreferredSize(AbstractCommandButton commandButton)
           
 

Uses of AbstractCommandButton in org.jvnet.flamingo.utils
 

Methods in org.jvnet.flamingo.utils with parameters of type AbstractCommandButton
static int FlamingoUtilities.getHLayoutGap(AbstractCommandButton commandButton)
           
static int FlamingoUtilities.getVLayoutGap(AbstractCommandButton commandButton)
           
static boolean FlamingoUtilities.hasPopupAction(AbstractCommandButton commandButton)