org.symbian.tools.wrttools.previewer/src/org/symbian/tools/wrttools/previewer/WrtRootPreferences.java
changeset 37 641b65b14318
equal deleted inserted replaced
35:ec3f1313ae92 37:641b65b14318
       
     1 /**
       
     2  * Copyright (c) 2009 Symbian Foundation and/or its subsidiary(-ies).
       
     3  * All rights reserved.
       
     4  * This component and the accompanying materials are made available
       
     5  * under the terms of the License "Eclipse Public License v1.0"
       
     6  * which accompanies this distribution, and is available
       
     7  * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8  *
       
     9  * Initial Contributors:
       
    10  * Symbian Foundation - initial contribution.
       
    11  * Contributors:
       
    12  * Description:
       
    13  * Overview:
       
    14  * Details:
       
    15  * Platforms/Drives/Compatibility:
       
    16  * Assumptions/Requirement/Pre-requisites:
       
    17  * Failures and causes:
       
    18  */
       
    19 
       
    20 package org.symbian.tools.wrttools.previewer;
       
    21 
       
    22 import org.eclipse.jface.preference.FieldEditorPreferencePage;
       
    23 import org.eclipse.ui.IWorkbench;
       
    24 import org.eclipse.ui.IWorkbenchPreferencePage;
       
    25 
       
    26 public class WrtRootPreferences
       
    27 	extends FieldEditorPreferencePage
       
    28 	implements IWorkbenchPreferencePage {
       
    29 
       
    30 	public WrtRootPreferences() {
       
    31 		super(GRID);
       
    32 	}
       
    33 	
       
    34 	public void createFieldEditors() {
       
    35 	
       
    36 	}
       
    37 
       
    38 	public void init(IWorkbench workbench) {
       
    39 	}
       
    40 }