From f5f3478ec45f4130ffa077a13b25ac342088614e Mon Sep 17 00:00:00 2001 From: luukkainen Date: Thu, 22 Sep 2011 14:57:53 +0000 Subject: [PATCH] cleanup git-svn-id: https://www.simantics.org/svn/simantics/interoperability/trunk@22379 ac1ea38d-2e2b-0410-8846-a27921b304fc --- .../org/simantics/interop/browsing/INodeEvaluators.java | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/org.simantics.interop/src/org/simantics/interop/browsing/INodeEvaluators.java b/org.simantics.interop/src/org/simantics/interop/browsing/INodeEvaluators.java index 635fce5..e5a7abe 100644 --- a/org.simantics.interop/src/org/simantics/interop/browsing/INodeEvaluators.java +++ b/org.simantics.interop/src/org/simantics/interop/browsing/INodeEvaluators.java @@ -131,18 +131,13 @@ class NodeLabelerFactory implements LabelerFactory { public Object getIdentity(LabelerKey key) { return NodeLabelerFactory.this.getClass(); } - + @Override public Map labels(ReadGraph graph) throws DatabaseException { return Collections.singletonMap(ColumnKeys.SINGLE, ((INode) context.getConstant(BuiltinKeys.INPUT)).getLabel(graph)); } -// @Override -// public Modifier getModifier(ModificationContext sourcePart, String key) { -// return ((INode) context.getConstant(BuiltinKeys.INPUT)).getModifier(SimanticsUI.getSession(), key); -// } -// @Override public int category(ReadGraph graph) throws DatabaseException { return ((INode) context.getConstant(BuiltinKeys.INPUT)).getCategory(graph); -- 2.45.2