/[classpath]/classpath/javax/swing/plaf/basic/BasicRadioButtonMenuItemUI.java
ViewVC logotype

Diff of /classpath/javax/swing/plaf/basic/BasicRadioButtonMenuItemUI.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4 by mkoch, Thu Jun 3 06:17:41 2004 UTC revision 1.5 by mark, Thu Jul 22 19:45:39 2004 UTC
# Line 38  exception statement from your version. * Line 38  exception statement from your version. *
38  package javax.swing.plaf.basic;  package javax.swing.plaf.basic;
39    
40  import java.awt.event.MouseEvent;  import java.awt.event.MouseEvent;
   
41  import javax.swing.JComponent;  import javax.swing.JComponent;
42  import javax.swing.JMenuItem;  import javax.swing.JMenuItem;
43  import javax.swing.MenuElement;  import javax.swing.MenuElement;
# Line 49  import javax.swing.plaf.ComponentUI; Line 48  import javax.swing.plaf.ComponentUI;
48    
49    
50  /**  /**
51   * DOCUMENT ME!   * UI Delegator for JRadioButtonMenuItem
52   */   */
53  public class BasicRadioButtonMenuItemUI extends BasicMenuItemUI  public class BasicRadioButtonMenuItemUI extends BasicMenuItemUI
54  {  {
# Line 64  public class BasicRadioButtonMenuItemUI Line 63  public class BasicRadioButtonMenuItemUI
63    }    }
64    
65    /**    /**
66     * DOCUMENT ME!      * Factory method to create a BasicRadioButtonMenuItemUI for the given {@link
67        * JComponent}, which should be a JRadioButtonMenuItem.
68     *     *
69     * @param b DOCUMENT ME!      * @param b The {@link JComponent} a UI is being created for.
70     *     *
71     * @return $returnType$ DOCUMENT ME!      * @return A BasicRadioButtonMenuItemUI for the {@link JComponent}.
72     */     */
73    public static ComponentUI createUI(JComponent b)    public static ComponentUI createUI(JComponent b)
74    {    {
# Line 83  public class BasicRadioButtonMenuItemUI Line 83  public class BasicRadioButtonMenuItemUI
83    protected String getPropertyPrefix()    protected String getPropertyPrefix()
84    {    {
85      return null;      return null;
     // TODO  
86    }    }
87    
88    /**    /**
# Line 94  public class BasicRadioButtonMenuItemUI Line 93  public class BasicRadioButtonMenuItemUI
93     * @param path DOCUMENT ME!     * @param path DOCUMENT ME!
94     * @param manager DOCUMENT ME!     * @param manager DOCUMENT ME!
95     */     */
96    void processMouseEvent(JMenuItem item, MouseEvent e, MenuElement[] path,    public void processMouseEvent(JMenuItem item, MouseEvent e,
97                                    MenuElement[] path,
98                           MenuSelectionManager manager)                           MenuSelectionManager manager)
99    {    {
100    }    }

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26