]> gerrit.simantics Code Review - simantics/interop.git/blobdiff - org.simantics.interop/src/org/simantics/interop/browsing/INode.java
Merge "Remove outdated model browser contribution"
[simantics/interop.git] / org.simantics.interop / src / org / simantics / interop / browsing / INode.java
diff --git a/org.simantics.interop/src/org/simantics/interop/browsing/INode.java b/org.simantics.interop/src/org/simantics/interop/browsing/INode.java
deleted file mode 100644 (file)
index 473af20..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-package org.simantics.interop.browsing;\r
-\r
-import java.util.Collection;\r
-\r
-import org.eclipse.core.runtime.IAdaptable;\r
-import org.eclipse.jface.resource.ImageDescriptor;\r
-import org.simantics.db.ReadGraph;\r
-import org.simantics.db.exception.DatabaseException;\r
-\r
-public interface INode extends IAdaptable {\r
-    String getLabel(ReadGraph graph) throws DatabaseException;\r
-    int getCategory(ReadGraph graph) throws DatabaseException;\r
-    Collection<?> getChildren(ReadGraph graph) throws DatabaseException;\r
-    boolean hasChildren(ReadGraph graph) throws DatabaseException;\r
-    ImageDescriptor getImage(ReadGraph graph) throws DatabaseException;\r
-\r
-\r
-}\r