org.sdmlib.javafx.ModelObjectController Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of SDMLib Show documentation
Show all versions of SDMLib Show documentation
SDMLib is a light weight modeling library. SDMLib intentionally comes without any tool or editor.
package org.sdmlib.javafx;
import org.sdmlib.serialization.PropertyChangeInterface;
import javafx.scene.Node;
public abstract class ModelObjectController
{
public abstract Node getNode();
public abstract Node init(PropertyChangeInterface listElem);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy