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

Diff of /classpath/javax/swing/plaf/basic/BasicCheckBoxMenuItemUI.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 53  import javax.swing.plaf.ComponentUI; Line 53  import javax.swing.plaf.ComponentUI;
53  public class BasicCheckBoxMenuItemUI extends BasicMenuItemUI  public class BasicCheckBoxMenuItemUI extends BasicMenuItemUI
54  {  {
55    /**    /**
56     * DOCUMENT ME!     * Factory method to create a BasicCheckBoxMenuItemUI for the given {@link
57       * JComponent}, which should be a JCheckBoxMenuItem
58     *     *
59     * @param c DOCUMENT ME!     * @param c The {@link JComponent} a UI is being created for.
60     *     *
61     * @return $returnType$ DOCUMENT ME!     * @return A BasicCheckBoxMenuItemUI for the {@link JComponent}.
62     */     */
63    public static ComponentUI createUI(final JComponent c)    public static ComponentUI createUI(final JComponent c)
64    {    {
# Line 71  public class BasicCheckBoxMenuItemUI ext Line 72  public class BasicCheckBoxMenuItemUI ext
72     */     */
73    protected String getPropertyPrefix()    protected String getPropertyPrefix()
74    {    {
75      return null; // TODO      return null;
76    }    }
77    
78    /**    /**
79     * DOCUMENT ME!     * This method installs the defaults that are defined in  the Basic look and
80       * feel for this JRadioButtonMenuItem
81     */     */
82    protected void installDefaults()    protected void installDefaults()
83    {    {
# Line 93  public class BasicCheckBoxMenuItemUI ext Line 95  public class BasicCheckBoxMenuItemUI ext
95     * @param path DOCUMENT ME!     * @param path DOCUMENT ME!
96     * @param manager DOCUMENT ME!     * @param manager DOCUMENT ME!
97     */     */
98    void processMouseEvent(JMenuItem item, MouseEvent e, MenuElement[] path,    public void processMouseEvent(JMenuItem item, MouseEvent e,
99                                    MenuElement[] path,
100                           MenuSelectionManager manager)                           MenuSelectionManager manager)
101    {    {
102    }    }

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