Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.gtk.java.swing.plaf.gtk
Class GtkCheckBoxMenuItemUI  view GtkCheckBoxMenuItemUI download GtkCheckBoxMenuItemUI.java

java.lang.Object
  extended byjavax.swing.plaf.ComponentUI
      extended byjavax.swing.plaf.ButtonUI
          extended byjavax.swing.plaf.MenuItemUI
              extended byjavax.swing.plaf.basic.BasicMenuItemUI
                  extended byjavax.swing.plaf.basic.BasicCheckBoxMenuItemUI
                      extended byorg.gtk.java.swing.plaf.gtk.GtkCheckBoxMenuItemUI

public class GtkCheckBoxMenuItemUI
extends javax.swing.plaf.basic.BasicCheckBoxMenuItemUI


Nested Class Summary
protected  class GtkCheckBoxMenuItemUI.ChangeHandler
           
 
Nested classes inherited from class javax.swing.plaf.basic.BasicMenuItemUI
javax.swing.plaf.basic.BasicMenuItemUI.MouseInputHandler
 
Field Summary
protected  javax.swing.event.ChangeListener changeListener
           
 
Fields inherited from class javax.swing.plaf.basic.BasicMenuItemUI
acceleratorFont, acceleratorForeground, acceleratorSelectionForeground, arrowIcon, checkIcon, defaultTextIconGap, disabledForeground, menuDragMouseListener, menuItem, menuKeyListener, mouseInputListener, oldBorderPainted, selectionBackground, selectionForeground
 
Constructor Summary
GtkCheckBoxMenuItemUI()
           
 
Method Summary
protected  javax.swing.event.ChangeListener createChangeListener(javax.swing.JComponent c)
           
static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent b)
          Factory method to create a BasicCheckBoxMenuItemUI for the given javax.swing.JComponent, which should be a JCheckBoxMenuItem
protected  void installDefaults()
          This method installs the defaults that are defined in the Basic look and feel for this javax.swing.JMenuItem.
protected  void installListeners()
          This method installs the listeners for the javax.swing.JMenuItem.
 void paint(java.awt.Graphics g, javax.swing.JComponent c)
          Paints given menu item using specified graphics context
protected  void uninstallListeners()
          Unregisters all the listeners that this UI delegate was using.
 
Methods inherited from class javax.swing.plaf.basic.BasicCheckBoxMenuItemUI
getPropertyPrefix, processMouseEvent
 
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 javax.swing.plaf.ComponentUI
contains, getAccessibleChild, getAccessibleChildrenCount
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

changeListener

protected javax.swing.event.ChangeListener changeListener
Constructor Detail

GtkCheckBoxMenuItemUI

public GtkCheckBoxMenuItemUI()
Method Detail

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