debugger.gui
Class GuiFactory

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

Field Summary
private static boolean DEBUG
           
private static MainDebugPanel debugPanel
           
private static DocumentEditor documentEditor
           
private static ResourceTree resourceView
           
 
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
 

Field Detail

DEBUG

private static final boolean DEBUG
See Also:
Constant Field Values

documentEditor

private static DocumentEditor documentEditor

debugPanel

private static MainDebugPanel debugPanel

resourceView

private static ResourceTree resourceView
Constructor Detail

GuiFactory

public GuiFactory()
Method Detail

getResourceView

public static ResourceTree getResourceView()

getDocumentEditor

public static DocumentEditor getDocumentEditor()

getDebugPanel

public static MainDebugPanel getDebugPanel()