The Meta-Environment API

toolbus
Class DebugConsole

java.lang.Object
  extended by toolbus.DebugConsole

public class DebugConsole
extends java.lang.Object


Nested Class Summary
private  class DebugConsole.ButtonListener
           
 
Field Summary
private  DebugConsole.ButtonListener buttonListener
           
private  javax.swing.JFrame frame
           
private  javax.swing.JButton partnerlessStuff
           
private  javax.swing.JButton performanceStats
           
private  javax.swing.JButton queuedMessages
           
private  javax.swing.JButton shutdown
           
private  toolbus.ToolBus toolbus
           
private  javax.swing.JButton toolbusState
           
private  javax.swing.JButton toolsStatus
           
private  javax.swing.JButton unhandledMessages
           
 
Constructor Summary
DebugConsole(toolbus.ToolBus toolbus)
           
 
Method Summary
private  void layout()
           
 void show()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

toolbus

private final toolbus.ToolBus toolbus

buttonListener

private final DebugConsole.ButtonListener buttonListener

frame

private javax.swing.JFrame frame

unhandledMessages

private final javax.swing.JButton unhandledMessages

performanceStats

private final javax.swing.JButton performanceStats

toolsStatus

private final javax.swing.JButton toolsStatus

queuedMessages

private final javax.swing.JButton queuedMessages

toolbusState

private final javax.swing.JButton toolbusState

partnerlessStuff

private final javax.swing.JButton partnerlessStuff

shutdown

private final javax.swing.JButton shutdown
Constructor Detail

DebugConsole

public DebugConsole(toolbus.ToolBus toolbus)
Method Detail

layout

private void layout()

show

public void show()

The Meta-Environment API