
org.molgenis.ui.MolgenisUi Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of molgenis-core-ui Show documentation
Show all versions of molgenis-core-ui Show documentation
Spaghetti module containing core plugins and legacy UI components.
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