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

at.spardat.xma.appshell.IMenuItemCreator Maven / Gradle / Ivy

The newest version!
/*
 * @(#) $Id: IMenuItemCreator.java 8541 2011-09-23 15:12:18Z laslovd $
 *
 * Copyright 2009/2010 by sIT Solutions,
 * A-1110 Wien, Geiselbergstr.21-25.
 * All rights reserved.
 *
 */
package at.spardat.xma.appshell;

import org.eclipse.swt.widgets.Menu;
import org.eclipse.swt.widgets.MenuItem;
import org.eclipse.swt.widgets.Shell;

// TODO: comment me
public interface IMenuItemCreator {
    public MenuItem createMenuItem ( Menu parentMenu, int style, int index );
    public Menu createMenu ( Shell shell, int dropDown );
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy