de.xoev.xdomea.viewer.gui
Class Activator

java.lang.Object
  extended by AbstractUIPlugin
      extended by de.xoev.xdomea.viewer.gui.Activator

public class Activator
extends AbstractUIPlugin

Diese Klasse kontrolliert den Lebenszyklus des Plugins

Author:
Sächsisches Staatsministerium der Justiz und für Europa

Constructor Summary
Activator()
          erzeugt eine Activator-Instanz
 
Method Summary
static Activator getDefault()
           
static ImageDescriptor getImageDescriptor(String path)
          gibt eine ImageDescriptor-Instanz für eine Bild-Datei zurück
 void start(BundleContext context)
           
 void stop(BundleContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Activator

public Activator()
erzeugt eine Activator-Instanz

Method Detail

start

public void start(BundleContext context)
           throws Exception
Throws:
Exception

stop

public void stop(BundleContext context)
          throws Exception
Throws:
Exception

getDefault

public static Activator getDefault()
Returns:
die Instanz dieser Klasse

getImageDescriptor

public static ImageDescriptor getImageDescriptor(String path)
gibt eine ImageDescriptor-Instanz für eine Bild-Datei zurück

Parameters:
path - der Pfad zu der Bilddatei (muss sich innerhalb der Plugin-Sourcen befinden)
Returns:
eine ImageDescriptor-Instanz


Copyright © 2009. All Rights Reserved.