Work on styling.
[gpl/argeo-suite.git] / org.argeo.suite.ui / src / org / argeo / suite / ui / SuiteLayer.java
index 8eb87d465bc1a09185f61d948c14c6cc1bcb5d0e..8af761171fb7a540957719123ddfc4f13b13ef5f 100644 (file)
@@ -8,7 +8,7 @@ import org.eclipse.swt.widgets.Composite;
 /** An UI layer for the main work area. */
 public interface SuiteLayer extends CmsUiProvider {
        static enum Property {
-               title, icon, weights;
+               title, icon, weights, startMaximized;
        }
 
        void view(CmsUiProvider uiProvider, Composite workArea, Node context);