]> gerrit.simantics Code Review - simantics/platform.git/blob - IPageBookViewPagePartInit.java
428737dc6847a888720f97d9064a3805bf208eb1
[simantics/platform.git] / 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 }