|
Groovy JDK | |||||||||
| Method Summary | |
|---|---|
JMenu
|
getAt(int)
Support the subscript operator for JMenuBar. |
Iterator
|
iterator()
Returns an Iterator which traverses the JMenuBar one menu at a time. |
JMenuBar
|
leftShift(JMenu)
Overloads the left shift operator to provide an easy way to add menus to a menuBar. |
int
|
size()
Provide the standard Groovy size() method for JMenuBar.
|
| Method Detail |
|---|
public JMenu getAt(int)
index - the index of the menu to get.public Iterator iterator()
public JMenuBar leftShift(JMenu)
menu - a menu to be added to the menuBar..public int size()
size() method for JMenuBar.
|
Groovy JDK | |||||||||