debugger.gui.actions.editor
Class ShowRuleInfoAction

java.lang.Object
  extended bydebugger.gui.actions.editor.ShowRuleInfoAction

public class ShowRuleInfoAction
extends Object


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

Field Detail

ourInstance

private static ShowRuleInfoAction ourInstance
Constructor Detail

ShowRuleInfoAction

private ShowRuleInfoAction()
Method Detail

getInstance

public static ShowRuleInfoAction getInstance()

actionPerformed

public void actionPerformed(RuleModel ruleModel)

getSlashNAmount

private int getSlashNAmount(int offset,
                            AnnotationSet as)

getJapeFile

private JapeFile getJapeFile(RuleModel ruleModel)

getJapeText

public String getJapeText()