|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjavax.swing.plaf.ComponentUI
javax.swing.plaf.ButtonUI
org.pushingpixels.flamingo.internal.ui.common.CommandButtonUI
org.pushingpixels.flamingo.internal.ui.common.BasicCommandButtonUI
org.pushingpixels.flamingo.internal.ui.common.BasicCommandToggleButtonUI
org.pushingpixels.flamingo.internal.ui.common.BasicCommandToggleMenuButtonUI
public class BasicCommandToggleMenuButtonUI
Basic UI delegate for the JCommandToggleMenuButton component.
| Field Summary |
|---|
| Fields inherited from class org.pushingpixels.flamingo.internal.ui.common.BasicCommandButtonUI |
|---|
basicPopupButtonListener, buttonRendererPane, commandButton, disposePopupsActionListener, DONT_DISPOSE_POPUPS, EMULATE_SQUARE_BUTTON, isUnderMouse, layoutInfo, layoutManager, popupActionIcon, popupActionListener, propertyChangeListener, rendererButton, rendererSeparator |
| Constructor Summary | |
|---|---|
BasicCommandToggleMenuButtonUI()
|
|
| Method Summary | |
|---|---|
static javax.swing.plaf.ComponentUI |
createUI(javax.swing.JComponent c)
|
protected boolean |
isPaintingBackground()
Returns indication whether the button background is painted. |
protected void |
paintButtonIcon(java.awt.Graphics g,
java.awt.Rectangle iconRect)
Paints the button icon. |
| Methods inherited from class org.pushingpixels.flamingo.internal.ui.common.BasicCommandToggleButtonUI |
|---|
createRendererButton, isPaintingSeparators, updatePopupActionIcon |
| Methods inherited from class javax.swing.plaf.ComponentUI |
|---|
contains, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, getMaximumSize, getMinimumSize |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BasicCommandToggleMenuButtonUI()
| Method Detail |
|---|
public static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent c)
protected void paintButtonIcon(java.awt.Graphics g,
java.awt.Rectangle iconRect)
BasicCommandButtonUI
paintButtonIcon in class BasicCommandButtonUIg - Graphics context.iconRect - Icon rectangle.protected boolean isPaintingBackground()
BasicCommandButtonUI
isPaintingBackground in class BasicCommandButtonUItrue if the button background is painted.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||