Package de.bastiankrol.startexplorer.preferences

Source Code of de.bastiankrol.startexplorer.preferences.StartExplorerPreferencePageDesktopEnvironmentLayoutTester

package de.bastiankrol.startexplorer.preferences;

import org.eclipse.swt.widgets.Shell;

import de.bastiankrol.startexplorer.ActivatorForDesktopEnvironmentLayoutTests;

public class StartExplorerPreferencePageDesktopEnvironmentLayoutTester extends
    StartExplorerPreferencePageDesktopEnvironment
{
  StartExplorerPreferencePageDesktopEnvironmentLayoutTester(Shell shell)
  {
    this.init(null);
    this.createContents(shell);
    this.initializeDefaults();
  }

  public static void main(String[] args)
  {
    LayoutTesterDelegate
        .replaceActivator(new ActivatorForDesktopEnvironmentLayoutTests());
    LayoutTesterDelegate
        .openPage(new StartExplorerPreferencePageDesktopEnvironmentLayoutTester(
            LayoutTesterDelegate.shell));
  }
}
TOP

Related Classes of de.bastiankrol.startexplorer.preferences.StartExplorerPreferencePageDesktopEnvironmentLayoutTester

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.