java.lang.Object
javax.swing.plaf.ComponentUI
javax.swing.plaf.ButtonUI
javax.swing.plaf.MenuItemUI
javax.swing.plaf.basic.BasicMenuItemUI
javax.swing.plaf.basic.BasicRadioButtonMenuItemUI
org.gtk.java.swing.plaf.gtk.GtkRadioButtonMenuItemUI
- public class GtkRadioButtonMenuItemUI
- extends javax.swing.plaf.basic.BasicRadioButtonMenuItemUI
- Version:
- 1.36 08/28/98
| Nested classes inherited from class javax.swing.plaf.basic.BasicMenuItemUI |
javax.swing.plaf.basic.BasicMenuItemUI.MouseInputHandler |
| Fields inherited from class javax.swing.plaf.basic.BasicMenuItemUI |
acceleratorFont, acceleratorForeground, acceleratorSelectionForeground, arrowIcon, checkIcon, defaultTextIconGap, disabledForeground, menuDragMouseListener, menuItem, menuKeyListener, mouseInputListener, oldBorderPainted, selectionBackground, selectionForeground |
| Methods inherited from class javax.swing.plaf.basic.BasicMenuItemUI |
createMenuDragMouseListener, createMenuKeyListener, createMouseInputListener, doClick, getMaximumSize, getMinimumSize, getPath, getPreferredMenuItemSize, getPreferredSize, installComponents, installKeyboardActions, installUI, paintBackground, paintMenuItem, paintText, uninstallComponents, uninstallDefaults, uninstallKeyboardActions, uninstallUI, update |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
changeListener
protected javax.swing.event.ChangeListener changeListener
GtkRadioButtonMenuItemUI
public GtkRadioButtonMenuItemUI()
createUI
public static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent b)
- Description copied from class:
javax.swing.plaf.basic.BasicRadioButtonMenuItemUI
- Factory method to create a BasicRadioButtonMenuItemUI for the given javax.swing.JComponent, which should be a JRadioButtonMenuItem.
installDefaults
protected void installDefaults()
- Description copied from class:
javax.swing.plaf.basic.BasicMenuItemUI
- This method installs the defaults that are defined in the Basic look and
feel for this javax.swing.JMenuItem.
installListeners
protected void installListeners()
- Description copied from class:
javax.swing.plaf.basic.BasicMenuItemUI
- This method installs the listeners for the javax.swing.JMenuItem.
uninstallListeners
protected void uninstallListeners()
- Description copied from class:
javax.swing.plaf.basic.BasicMenuItemUI
- Unregisters all the listeners that this UI delegate was using.
createChangeListener
protected javax.swing.event.ChangeListener createChangeListener(javax.swing.JComponent c)
paint
public void paint(java.awt.Graphics g,
javax.swing.JComponent c)
- Description copied from class:
javax.swing.plaf.basic.BasicMenuItemUI
- Paints given menu item using specified graphics context