View Javadoc
1   package org.argeo.suite.e4.rap.settings;
2   
3   import javax.annotation.PostConstruct;
4   
5   import org.eclipse.swt.widgets.Composite;
6   
7   /** Overview of the active and activable Apps. */
8   public class AppsPart {
9   	@PostConstruct
10  	public void createUi(Composite parent) {
11  
12  	}
13  }