Searched defs:JMenuBar (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/
H A DJMenuBar.java85 public class JMenuBar extends JComponent implements Accessible,MenuElement class in inherits:JComponent,Accessible,MenuElement
109 public JMenuBar() { method in class:JMenuBar
446 * Returns a string representation of this <code>JMenuBar</code>.
453 * @return a string representation of this <code>JMenuBar</code>
471 * Gets the AccessibleContext associated with this JMenuBar.
477 * AccessibleContext of this JMenuBar
488 * <code>JMenuBar</code> class. It provides an implementation of the
556 if (i != 0) { // single selection model for JMenuBar
605 me[0] = JMenuBar.this;

Completed in 90 milliseconds