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

xy.reflect.ui.info.menu.IMenuItemContainer Maven / Gradle / Ivy

package xy.reflect.ui.info.menu;

import java.util.List;

public interface IMenuItemContainer extends IMenuElement {

	List getItems();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy