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

org.molgenis.ui.MolgenisUi Maven / Gradle / Ivy

There is a newer version: 8.4.5
Show newest version
package org.molgenis.ui;

public interface MolgenisUi
{
	/**
	 * Returns the main menu
	 * 
	 * @return
	 */
	MolgenisUiMenu getMenu();

	/**
	 * Returns the menu with the given id
	 * 
	 * @return menu or null if menu does not exist or is not accessible to user
	 */
	MolgenisUiMenu getMenu(String menuId);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy