ActionPopupTransitionAwareUI, org.pushingpixels.substance.internal.animation.TransitionAwareUIpublic class SubstanceCommandMenuButtonUI extends SubstanceCommandButtonUI
JCommandMenuButton components in Substance look and feel.| Modifier and Type | Field | Description |
|---|---|---|
protected java.awt.event.MouseListener |
rolloverMenuMouseListener |
Rollover menu mouse listener.
|
basicPopupButtonListener, commandButton, disposePopupsActionListener, DONT_DISPOSE_POPUPS, EMULATE_SQUARE_BUTTON, layoutInfo, layoutManager, popupActionIcon, popupActionListener, propertyChangeListener| Constructor | Description |
|---|---|
SubstanceCommandMenuButtonUI(JCommandMenuButton button) |
| Modifier and Type | Method | Description |
|---|---|---|
static javax.swing.plaf.ComponentUI |
createUI(javax.swing.JComponent c) |
|
protected void |
fireRolloverActionPerformed(java.awt.event.ActionEvent e) |
Fires the rollover action on all registered handlers.
|
protected void |
installListeners() |
Installs listeners on the associated command button.
|
protected void |
uninstallListeners() |
Uninstalls listeners from the associated command button.
|
void |
update(java.awt.Graphics g,
javax.swing.JComponent c) |
createButtonListener, createPopupActionListener, getIconToPaint, getKeyTipAnchorCenterPoint, getLayoutGap, getLayoutInfo, installComponents, installKeyboardActions, installUI, processPopupAction, syncIconDimension, toUseDisabledIcon, uninstallComponents, uninstallDefaults, uninstallKeyboardActions, uninstallUI, updateCustomDimension, updatePopupActionIconcontains, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, getMaximumSize, getMinimumSizeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreatePopupActionIcon, getActionTransitionTracker, getPopupTransitionTracker, getPreferredSize, getTransitionTracker, installDefaults, isInside, isPaintingBackground, isPaintingSeparators, paint, syncDisabledIcon, trackGlowingIcon, updateBorderprotected java.awt.event.MouseListener rolloverMenuMouseListener
public SubstanceCommandMenuButtonUI(JCommandMenuButton button)
public static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent c)
protected void installListeners()
BasicCommandButtonUIinstallListeners in class SubstanceCommandButtonUIprotected void uninstallListeners()
BasicCommandButtonUIuninstallListeners in class SubstanceCommandButtonUIprotected void fireRolloverActionPerformed(java.awt.event.ActionEvent e)
e - Event object.public void update(java.awt.Graphics g,
javax.swing.JComponent c)
update in class SubstanceCommandButtonUI