org.autosemantix.plugin
Class AutoSemantixPlugin

java.lang.Object
  extended byAbstractUIPlugin
      extended byorg.autosemantix.plugin.AutoSemantixPlugin

public class AutoSemantixPlugin
extends AbstractUIPlugin

The main plugin class to be used in the desktop.

See Also:
Serialized Form

Constructor Summary
AutoSemantixPlugin()
          Default constructor.
 
Method Summary
static AutoSemantixPlugin getDefault()
          Get the plugin instance for this plugin.
static IWorkspace getWorkspace()
          Get the workspace associated with this plugin.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AutoSemantixPlugin

public AutoSemantixPlugin()
Default constructor.

Method Detail

getDefault

public static AutoSemantixPlugin getDefault()
Get the plugin instance for this plugin.

Returns:
The shared instance.

getWorkspace

public static IWorkspace getWorkspace()
Get the workspace associated with this plugin.

Returns:
The workspace instance.