Package sarj

Interface Summary
ConnectionListener Defines a listener interface for a events generated by a connection with a Soldat server
GUIListener Defines a listener interface for events generated by user interaction with the GUI
ScriptingFacade This interface provides a basic set of functions to make scripting easier.
 

Class Summary
AboutDialog The dialog window showing credits and contact information regarding SARJ
ConfigDialog The ConfigDialog class contains the components of the Configuration window
Connection The Connection class manages a connection with a Soldat server
EditScriptDialog A small dialog allowing the user to change the name and filename of a script button
GUI The GUI class contains all the Swing components that comprise the SARJ Graphical User Interface
ImagePanel A custom Swing component to show an image in a panel
LogDialog The log console dialog for displaying error messages
Sarj The main SARJ application class
ScriptButton The ScriptButton class is a specialised button that contains an associated name and filename of a script to execute when clicked.
ScriptButtonPanel A custom swing component to hold all of the script buttons in one panel
ScriptDialog Contains details of all time and event based scripts
 

Exception Summary
EventNotFoundException An exception thrown when a specified scripting event cannot be found