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

xworker.javafx.control.IndexedCellActions Maven / Gradle / Ivy

There is a newer version: 2.0.2
Show newest version
package xworker.javafx.control;

import javafx.scene.control.IndexedCell;
import org.xmeta.ActionContext;
import org.xmeta.Thing;

public class IndexedCellActions {
    public static void init(IndexedCell node, Thing thing, ActionContext actionContext){
        CellActions.init(node, thing, actionContext);
    }
}