Introduce separate Knowledge App
[gpl/argeo-suite.git] / swt / org.argeo.app.swt / src / org / argeo / app / swt / ux / SwtAppUi.java
index 30053033b9c5d7b6fe66d760b78444ec3ef606ac..f5ad2572e7a1f46b10ba0c11c9a71238e6e18d03 100644 (file)
@@ -16,6 +16,10 @@ import org.eclipse.swt.widgets.Composite;
 
 /** The view for the default UX of Argeo Suite. */
 public class SwtAppUi extends CmsSwtUi implements AppUi {
+       static enum Structural {
+               header, footer, leadPane, sidePane, loginScreen, adminLeadPane;
+       }
+
        private static final long serialVersionUID = 6207018859086689108L;
        private final static CmsLog log = CmsLog.getLog(SwtAppUi.class);