|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Object | +--WindowManager.MenuPosition
This inner class is used to store the parent and position of a menu.
| Field Summary | |
javax.swing.JMenuBar |
parent
|
int |
pos
|
| Constructor Summary | |
WindowManager.MenuPosition(javax.swing.JMenuBar parent,
int pos)
|
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public javax.swing.JMenuBar parent
public int pos
| Constructor Detail |
public WindowManager.MenuPosition(javax.swing.JMenuBar parent,
int pos)
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||