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 GtkRadioButtonMenuItemUI  view GtkRadioButtonMenuItemUI download GtkRadioButtonMenuItemUI.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.BasicRadioButtonMenuItemUI
                      extended byorg.gtk.java.swing.plaf.gtk.GtkRadioButtonMenuItemUI

public class GtkRadioButtonMenuItemUI
extends javax.swing.plaf.basic.BasicRadioButtonMenuItemUI

Version:
1.36 08/28/98

Nested Class Summary
protected  class GtkRadioButtonMenuItemUI.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
GtkRadioButtonMenuItemUI()
           
 
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 BasicRadioButtonMenuItemUI for the given javax.swing.JComponent, which should be a JRadioButtonMenuItem.
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.BasicRadioButtonMenuItemUI
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

GtkRadioButtonMenuItemUI

public GtkRadioButtonMenuItemUI()
Method Detail

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