All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.oddjob.arooa.design.designer.MenuProvider Maven / Gradle / Ivy

There is a newer version: 1.6.0
Show newest version
package org.oddjob.arooa.design.designer;

import javax.swing.JMenu;

/**
 * Provides menus for a Swing view.
 * 
 * @author rob
 *
 */
public interface MenuProvider extends PopupMenuProvider {

	/**
	 * Get the menus that are the menu bar.
	 * 
	 * @return
	 */
	public JMenu[] getJMenuBar();
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy