package samples.ui.propertypages; import org.eclipse.swt.widgets.Composite; import org.eclipse.swt.widgets.Control; import com .ibm .etools .systems .core .ui .propertypages .SystemAbstractRemoteFilePropertyPageExtensionAction; /** * @author coulthar * * To change this generated comment edit the template variable "typecomment": * Window>Preferences>Java>Templates. * To enable and disable the creation of type comments go to * Window>Preferences>Java>Code Generation. */ public class FolderInfoPropertyPage extends SystemAbstractRemoteFilePropertyPageExtensionAction { /** * Constructor for FolderInfoPropertyPage. */ public FolderInfoPropertyPage() { super(); } /** * @see com.ibm.etools.systems.core.ui.propertypages.SystemBasePropertyPage#createContentArea(Composite) */ protected Control createContentArea(Composite parent) { return null; } }