GATE
Version 3.1-2270

debugger.gui.actions.editor
Class ShowResultAction

java.lang.Object
  extended by debugger.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

Method Summary
 void actionPerformed(int startOffset, int endOffset)
           
static ShowResultAction getInstance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static ShowResultAction getInstance()

actionPerformed

public void actionPerformed(int startOffset,
                            int endOffset)

GATE
Version 3.1-2270