just added a get method

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/widgets/workspace-explorer@162534 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Francesco Mangiacrapa 2018-01-24 14:58:43 +00:00
parent a17c8d38a7
commit f94e113479
1 changed files with 4 additions and 0 deletions

View File

@ -615,4 +615,8 @@ public class WorkspaceResourcesBExplorerPanel extends DockPanel implements HasWo
wsExplorer.getPanel().setHeight(nh+"px");
}
}
public WorkspaceExplorer getWsExplorer() {
return wsExplorer;
}
}