1 11 package org.eclipse.ui.internal.views.properties.tabbed; 12 13 import org.eclipse.ui.plugin.AbstractUIPlugin; 14 15 20 public class TabbedPropertyViewPlugin 21 extends AbstractUIPlugin { 22 23 private static TabbedPropertyViewPlugin plugin; 24 25 28 public TabbedPropertyViewPlugin() { 29 super(); 30 plugin = this; 31 } 32 33 37 public static TabbedPropertyViewPlugin getPlugin() { 38 return plugin; 39 } 40 } 41 | Popular Tags |