Package com.bluemarsh.jswat.ui

Package that defines the interface adapters for JSwat.

See:
          Description

Interface Summary
UIAdapter Interface UIAdapter connects the Session with the user interface of JSwat.
 

Class Summary
BasicUIAdapter Abstract class BasicUIAdapter provides a limited implementation of the UIAdapter interface.
Bundle Class Bundle contains a java.util.ResourceBundle and provides some simple access methods to it.
ConsoleAdapter Class ConsoleAdapter connects the Session with the user interface of JSwat.
GraphicalAdapter Class GraphicalAdapter connects the Session with the user interface of JSwat.
GraphicalCommandAdapter Class GraphicalCommandAdapter adapts the input from a text field and sends that input to the CommandManager.
GraphicalInputAdapter Class GraphicalInputAdapter is responsible for providing the input to a debuggee process through a text field.
GraphicalMessageAdapter Class MessageAdapter builds and maintains the text area for displaying the contents of the status log.
GraphicalOutputAdapter Class OutputAdapter is responsible for displaying the output of a debuggee process to a text area.
MainWindow This class implements the main window of the application.
SessionFrameMapper Class SessionFrameMapper is responsible for providing a mapping between Frame objects and Session objects.
StartupRunner This utility class is responsible for running the .jswatrc files.
 

Exception Summary
NoOpenViewException NoOpenViewException is thrown when there is not open view available to be operated upon.
 

Package com.bluemarsh.jswat.ui Description

Package that defines the interface adapters for JSwat. There is an adapter for building the graphical interface, based on JFC, and there is an adapter that builds a simple interface which is based on the console.