X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.debug.browser%2Fsrc%2Forg%2Fsimantics%2Fdebug%2Fbrowser%2Fsections%2FResourceBrowserSection.java;h=faa97ac27edafefa88dcc5d92bdc02d58a57a718;hb=687db8141c8c5520a8aab98f78c9ca8c3609141f;hp=efa7c7f8507592301723555609a10db64794c8c7;hpb=969bd23cab98a79ca9101af33334000879fb60c5;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.debug.browser/src/org/simantics/debug/browser/sections/ResourceBrowserSection.java b/bundles/org.simantics.debug.browser/src/org/simantics/debug/browser/sections/ResourceBrowserSection.java index efa7c7f85..faa97ac27 100644 --- a/bundles/org.simantics.debug.browser/src/org/simantics/debug/browser/sections/ResourceBrowserSection.java +++ b/bundles/org.simantics.debug.browser/src/org/simantics/debug/browser/sections/ResourceBrowserSection.java @@ -1,22 +1,22 @@ -/******************************************************************************* - * Copyright (c) 2016 Association for Decentralized Information Management - * in Industry THTH ry. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * THTH ry - initial API and implementation - *******************************************************************************/ -package org.simantics.debug.browser.sections; - -import java.io.PrintWriter; - -import org.simantics.db.ReadGraph; -import org.simantics.db.exception.DatabaseException; - -public interface ResourceBrowserSection { - double getPriority(); - void toHtml(ReadGraph graph, PrintWriter out) throws DatabaseException; +/******************************************************************************* + * Copyright (c) 2016 Association for Decentralized Information Management + * in Industry THTH ry. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * THTH ry - initial API and implementation + *******************************************************************************/ +package org.simantics.debug.browser.sections; + +import java.io.PrintWriter; + +import org.simantics.db.ReadGraph; +import org.simantics.db.exception.DatabaseException; + +public interface ResourceBrowserSection { + double getPriority(); + void toHtml(ReadGraph graph, PrintWriter out) throws DatabaseException; } \ No newline at end of file