debugger.gui.actions.editor
Class ShowResultAction

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

public class ShowResultAction
extends Object

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 ShowResultAction ourInstance
           
 
Constructor Summary
private ShowResultAction()
           
 
Method Summary
 void actionPerformed(int startOffset, int endOffset)
           
static ShowResultAction getInstance()
           
private  int getSlashNAmount(int offset, DocumentImpl document)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ourInstance

private static ShowResultAction ourInstance
Constructor Detail

ShowResultAction

private ShowResultAction()
Method Detail

getInstance

public static ShowResultAction getInstance()

actionPerformed

public void actionPerformed(int startOffset,
                            int endOffset)

getSlashNAmount

private int getSlashNAmount(int offset,
                            DocumentImpl document)