java.lang.Object
javax.swing.plaf.ComponentUI
javax.swing.plaf.ButtonUI
javax.swing.plaf.MenuItemUI
javax.swing.plaf.basic.BasicMenuItemUI
javax.swing.plaf.basic.BasicCheckBoxMenuItemUI
org.gtk.java.swing.plaf.gtk.GtkCheckBoxMenuItemUI
- public class GtkCheckBoxMenuItemUI
- extends javax.swing.plaf.basic.BasicCheckBoxMenuItemUI
| 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
GtkCheckBoxMenuItemUI
public GtkCheckBoxMenuItemUI()
createUI
public static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent b)
- Description copied from class:
javax.swing.plaf.basic.BasicCheckBoxMenuItemUI
- Factory method to create a BasicCheckBoxMenuItemUI for the given javax.swing.JComponent, which should be a JCheckBoxMenuItem
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