org.ocopomo.simulationanalysistool
Class SimulationAnalysisToolPlugin

java.lang.Object
  extended by org.eclipse.core.runtime.Plugin
      extended by org.eclipse.ui.plugin.AbstractUIPlugin
          extended by org.ocopomo.annotation.gate.GateToolPlugin
              extended by org.ocopomo.simulationanalysistool.SimulationAnalysisToolPlugin
All Implemented Interfaces:
org.osgi.framework.BundleActivator

public class SimulationAnalysisToolPlugin
extends GateToolPlugin


Field Summary
static java.lang.String PLUGIN_ID
           
 
Fields inherited from class org.eclipse.core.runtime.Plugin
PLUGIN_PREFERENCE_SCOPE, PREFERENCES_DEFAULT_OVERRIDE_BASE_NAME, PREFERENCES_DEFAULT_OVERRIDE_FILE_NAME
 
Constructor Summary
SimulationAnalysisToolPlugin()
           
 
Method Summary
 EditorState getEditorState(java.lang.String filePath)
           
static SimulationAnalysisToolPlugin getInstance()
           
 java.util.List<LinkAnnotation> getLinkAnnotationFor(java.lang.String logFileName)
           
 java.util.Map<LinkAnnotation,java.lang.String> getLinkAnnotations()
           
 EclipseLogger getLogger()
           
 void releaseEditorState(java.lang.String filePath)
           
 void selectAnnotation(int origOffset, java.lang.String filePath)
           
 
Methods inherited from class org.ocopomo.annotation.gate.GateToolPlugin
addPropertyChangeListener, removePropertyChangeListener
 
Methods inherited from class org.eclipse.ui.plugin.AbstractUIPlugin
getDialogSettings, getImageRegistry, getPreferenceStore, getWorkbench, imageDescriptorFromPlugin, shutdown, start, startup, stop
 
Methods inherited from class org.eclipse.core.runtime.Plugin
find, find, getBundle, getDescriptor, getLog, getPluginPreferences, getStateLocation, internalInitializeDefaultPluginPreferences, isDebugging, openStream, openStream, savePluginPreferences, setDebugging, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

PLUGIN_ID

public static final java.lang.String PLUGIN_ID
See Also:
Constant Field Values
Constructor Detail

SimulationAnalysisToolPlugin

public SimulationAnalysisToolPlugin()
Method Detail

getInstance

public static SimulationAnalysisToolPlugin getInstance()

getLogger

public EclipseLogger getLogger()

getEditorState

public EditorState getEditorState(java.lang.String filePath)

releaseEditorState

public void releaseEditorState(java.lang.String filePath)

getLinkAnnotationFor

public java.util.List<LinkAnnotation> getLinkAnnotationFor(java.lang.String logFileName)

getLinkAnnotations

public java.util.Map<LinkAnnotation,java.lang.String> getLinkAnnotations()

selectAnnotation

public void selectAnnotation(int origOffset,
                             java.lang.String filePath)