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

org.beanfabrics.swt.model.IImagePM Maven / Gradle / Ivy

Go to download

Beanfabrics is a component framework for building Java desktop applications according to the Presentation Model Pattern with Swing.

There is a newer version: 1.4.3
Show newest version
/*
 * Beanfabrics Framework Copyright (C) by Michael Karneim, beanfabrics.org
 * Use is subject to license terms. See license.txt.
 */
package org.beanfabrics.swt.model;

import org.beanfabrics.model.IValuePM;
import org.eclipse.swt.graphics.Image;

/**
 * @author Michael Karneim
 */
public interface IImagePM extends IValuePM {
    public Image getImage();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy