|
|||||||||
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
javax.swing.plaf.MenuItemUI
javax.swing.plaf.basic.BasicMenuItemUI
javax.swing.plaf.basic.BasicRadioButtonMenuItemUI
org.jvnet.substance.SubstanceRadioButtonMenuItemUI
public class SubstanceRadioButtonMenuItemUI
UI for radio button menu items in Substance look and feel.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class javax.swing.plaf.basic.BasicMenuItemUI |
---|
javax.swing.plaf.basic.BasicMenuItemUI.MouseInputHandler |
Field Summary | |
---|---|
protected static java.awt.Graphics |
graphics
Helper graphics context. |
protected org.jvnet.lafwidget.animation.FadeStateListener |
substanceFadeStateListener
Listener for fade animations. |
protected MenuUtilities.MenuPropertyListener |
substanceMenuPropertyListener
Listens on all changes to the underlying menu item. |
protected java.beans.PropertyChangeListener |
substancePropertyListener
Property change listener. |
protected RolloverMenuItemListener |
substanceRolloverListener
Rollover listener. |
Fields inherited from class javax.swing.plaf.basic.BasicMenuItemUI |
---|
acceleratorFont, acceleratorForeground, acceleratorSelectionForeground, arrowIcon, checkIcon, defaultTextIconGap, disabledForeground, menuDragMouseListener, menuItem, menuKeyListener, mouseInputListener, oldBorderPainted, propertyChangeListener, selectionBackground, selectionForeground |
Fields inherited from interface org.jvnet.substance.SubstanceMenu |
---|
SINGLE_MENU_TEXT_OFFSET |
Constructor Summary | |
---|---|
SubstanceRadioButtonMenuItemUI()
|
Method Summary | |
---|---|
static javax.swing.plaf.ComponentUI |
createUI(javax.swing.JComponent b)
|
java.awt.Font |
getAcceleratorFont()
Returns the font of the accelerator string of this UI
delegate. |
javax.swing.Icon |
getArrowIcon()
Returns the arrow icon of this UI delegate. |
javax.swing.JMenuItem |
getAssociatedMenuItem()
Returns the associated menu item. |
javax.swing.Icon |
getCheckIcon()
Returns the checkmark icon of this UI delegate. |
int |
getDefaultTextIconGap()
Returns the default gap between the icon and the text for this delegate. |
protected java.awt.Dimension |
getPreferredMenuItemSize(javax.swing.JComponent c,
javax.swing.Icon checkIcon,
javax.swing.Icon arrowIcon,
int defaultTextIconGap)
|
protected void |
installDefaults()
|
protected void |
installListeners()
|
boolean |
isInside(java.awt.event.MouseEvent me)
Checks whether the mouse position of the specified event lies inside the area of the component designated for transition effects. |
protected void |
paintBackground(java.awt.Graphics g,
javax.swing.JMenuItem menuItem,
java.awt.Color bgColor)
|
protected void |
paintText(java.awt.Graphics g,
javax.swing.JMenuItem menuItem,
java.awt.Rectangle textRect,
java.lang.String text)
|
protected void |
uninstallListeners()
|
Methods inherited from class javax.swing.plaf.basic.BasicRadioButtonMenuItemUI |
---|
getPropertyPrefix, processMouseEvent |
Methods inherited from class javax.swing.plaf.basic.BasicMenuItemUI |
---|
createMenuDragMouseListener, createMenuKeyListener, createMouseInputListener, createPropertyChangeListener, doClick, getMaximumSize, getMinimumSize, getPath, getPreferredSize, installComponents, installKeyboardActions, installUI, paint, paintMenuItem, uninstallComponents, uninstallDefaults, uninstallKeyboardActions, uninstallUI, update |
Methods inherited from class javax.swing.plaf.ComponentUI |
---|
contains, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected RolloverMenuItemListener substanceRolloverListener
protected org.jvnet.lafwidget.animation.FadeStateListener substanceFadeStateListener
protected java.beans.PropertyChangeListener substancePropertyListener
AbstractButton.MODEL_CHANGED_PROPERTY
property.
protected static java.awt.Graphics graphics
protected MenuUtilities.MenuPropertyListener substanceMenuPropertyListener
Constructor Detail |
---|
public SubstanceRadioButtonMenuItemUI()
Method Detail |
---|
public static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent b)
protected void installListeners()
installListeners
in class javax.swing.plaf.basic.BasicMenuItemUI
protected void uninstallListeners()
uninstallListeners
in class javax.swing.plaf.basic.BasicMenuItemUI
protected void installDefaults()
installDefaults
in class javax.swing.plaf.basic.BasicMenuItemUI
protected void paintBackground(java.awt.Graphics g, javax.swing.JMenuItem menuItem, java.awt.Color bgColor)
paintBackground
in class javax.swing.plaf.basic.BasicMenuItemUI
protected void paintText(java.awt.Graphics g, javax.swing.JMenuItem menuItem, java.awt.Rectangle textRect, java.lang.String text)
paintText
in class javax.swing.plaf.basic.BasicMenuItemUI
public javax.swing.JMenuItem getAssociatedMenuItem()
SubstanceMenu
getAssociatedMenuItem
in interface SubstanceMenu
public java.awt.Font getAcceleratorFont()
SubstanceMenu
this
UI
delegate.
getAcceleratorFont
in interface SubstanceMenu
this
UI
delegate.public javax.swing.Icon getArrowIcon()
SubstanceMenu
this
UI delegate.
getArrowIcon
in interface SubstanceMenu
this
UI delegate.public javax.swing.Icon getCheckIcon()
SubstanceMenu
this
UI delegate.
getCheckIcon
in interface SubstanceMenu
this
UI delegate.public int getDefaultTextIconGap()
SubstanceMenu
this
delegate.
getDefaultTextIconGap
in interface SubstanceMenu
this
delegate.protected java.awt.Dimension getPreferredMenuItemSize(javax.swing.JComponent c, javax.swing.Icon checkIcon, javax.swing.Icon arrowIcon, int defaultTextIconGap)
getPreferredMenuItemSize
in class javax.swing.plaf.basic.BasicMenuItemUI
public boolean isInside(java.awt.event.MouseEvent me)
Trackable
isInside
in interface Trackable
me
- Mouse event.
true
if the mouse position of the specified event
lies inside the area of the component designated for transition
effects, false
otherwise.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |