]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.browsing.ui.common/src/org/simantics/browsing/ui/common/IPageBookViewPagePartInit.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.browsing.ui.common / src / org / simantics / browsing / ui / common / IPageBookViewPagePartInit.java
1 package org.simantics.browsing.ui.common;
2
3 import org.eclipse.ui.IWorkbenchPart;
4
5
6 public interface IPageBookViewPagePartInit {
7         
8         public void initPart(IWorkbenchPart part);
9         
10 }