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

org.jacpfx.rcp.component.FXComponent Maven / Gradle / Ivy

There is a newer version: 2.1
Show newest version
package org.jacpfx.rcp.component;

import javafx.event.Event;
import javafx.scene.Node;
import org.jacpfx.api.component.ComponentView;


/**
 * Created with IntelliJ IDEA.
 * User: Andy Moncsek
 * Date: 25.06.13
 * Time: 11:07
 * Interface o implement a UI Component in Jacp.
 */
public interface FXComponent extends ComponentView {


}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy