GATE
Version 3.1-2270

debugger.gui
Class GuiFactory

java.lang.Object
  extended by debugger.gui.GuiFactory

public class GuiFactory
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

Constructor Summary
GuiFactory()
           
 
Method Summary
static MainDebugPanel getDebugPanel()
           
static DocumentEditor getDocumentEditor()
           
static ResourceTree getResourceView()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GuiFactory

public GuiFactory()
Method Detail

getResourceView

public static ResourceTree getResourceView()

getDocumentEditor

public static DocumentEditor getDocumentEditor()

getDebugPanel

public static MainDebugPanel getDebugPanel()

GATE
Version 3.1-2270