debugger.gui.actions.resources
Class RuleSelectedAction

java.lang.Object
  extended bydebugger.gui.actions.resources.RuleSelectedAction
All Implemented Interfaces:
Runnable

public class RuleSelectedAction
extends Object
implements Runnable

Copyright (c) Ontos AG (http://www.ontosearch.com). This class is part of JAPE Debugger component for GATE (Copyright (c) "The University of Sheffield" see http://gate.ac.uk/)

Author:
Andrey Shafirin, Oleg Mishenko

Field Summary
private static RuleSelectedAction ourInstance
           
private  RuleModel ruleModel
           
 
Constructor Summary
private RuleSelectedAction()
           
 
Method Summary
 void actionPerformed(RuleModel ruleModel)
           
static RuleSelectedAction getInstance()
           
private  int getSlashNAmount(int offset, AnnotationSet as)
           
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ourInstance

private static RuleSelectedAction ourInstance

ruleModel

private RuleModel ruleModel
Constructor Detail

RuleSelectedAction

private RuleSelectedAction()
Method Detail

getInstance

public static RuleSelectedAction getInstance()

actionPerformed

public void actionPerformed(RuleModel ruleModel)

getSlashNAmount

private int getSlashNAmount(int offset,
                            AnnotationSet as)

run

public void run()
Specified by:
run in interface Runnable