Revision 32878 trunk/frameworks/_fwAndami/src/com/iver/andami/ui/mdiManager/MDIManager.java

View differences:

MDIManager.java
43 43
import java.beans.PropertyVetoException;
44 44

  
45 45
import javax.swing.ImageIcon;
46
import javax.swing.JMenuBar;
46 47

  
47 48
import com.iver.andami.ui.mdiFrame.MDIFrame;
48 49

  
......
151 152
     * active window
152 153
     */
153 154
    public IWindow getActiveWindow();
155
    
156
    /**
157
     * Useful to add a menuBar to a window
158
     * @param w
159
     * @param menuBar
160
     */
161
    public void addJMenuBarToWindow(IWindow w, JMenuBar menuBar);
154 162

  
155 163
    /**
156 164
     * <p>

Also available in: Unified diff