Move GraalVM compilation to SLC
[lgpl/argeo-commons.git] / rcp / org.argeo.cms.ui.rcp / src / org / argeo / cms / ui / rcp / CmsRcpApp.java
index aa2a29e28f7b744a1bdfc00cebcd3e52727dde69..e25a9f71149b66d0aaf2168e4f0fe31e936e8e92 100644 (file)
@@ -35,7 +35,8 @@ import org.osgi.service.event.EventAdmin;
 public class CmsRcpApp implements CmsView {
        private final static CmsLog log = CmsLog.getLog(CmsRcpApp.class);
 
-       //private BundleContext bundleContext = FrameworkUtil.getBundle(CmsRcpApp.class).getBundleContext();
+       // private BundleContext bundleContext =
+       // FrameworkUtil.getBundle(CmsRcpApp.class).getBundleContext();
 
        private Shell shell;
        private CmsApp cmsApp;
@@ -207,6 +208,10 @@ public class CmsRcpApp implements CmsView {
                return loginContext.getSubject();
        }
 
+       public Shell getShell() {
+               return shell;
+       }
+
        /*
         * DEPENDENCY INJECTION
         */