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

org.jacpfx.rcp.workbench.EmbeddedFXWorkbench Maven / Gradle / Ivy

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

/**
 * Created with IntelliJ IDEA.
 * User: ady
 * Date: 30.08.13
 * Time: 11:53
 * To change this template use File | Settings | File Templates.
 */
public class EmbeddedFXWorkbench extends AFXWorkbench {

    public EmbeddedFXWorkbench(final FXWorkbench handler){
        this.setComponentHandle(handler);
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy