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

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

/*
 * @(#) $Id: ITreeItemCreator.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.Tree;
import org.eclipse.swt.widgets.TreeItem;

// TODO: comment me
public interface ITreeItemCreator {
    TreeItem createTreeItem ( TreeItem parent, int style, int index );
    TreeItem createTreeItem ( Tree tree, int style, int index );
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy