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

net.vectorpublish.desktop.vp.api.LayerTreeNode Maven / Gradle / Ivy

package net.vectorpublish.desktop.vp.api;

import java.util.Enumeration;

import javax.swing.tree.TreeNode;

import net.vectorpublish.desktop.vp.api.vpd.VectorPublishNode;

public interface LayerTreeNode extends TreeNode, InheritanceExclusion {
	@Override
	Enumeration children();

	@Override
	VectorPublishNode getChildAt(int childIndex);

	@Override
	VectorPublishNode getParent();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy