Class WindowManager.MenuPosition

java.lang.Object
  |
  +--WindowManager.MenuPosition
Enclosing class:
WindowManager

public static class WindowManager.MenuPosition
extends java.lang.Object

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

parent

public javax.swing.JMenuBar parent

pos

public int pos
Constructor Detail

WindowManager.MenuPosition

public WindowManager.MenuPosition(javax.swing.JMenuBar parent,
                                  int pos)