|
Class Summary |
| AdminPage |
|
| AdminPageTest |
Generated by JUnitDoclet, a tool provided by
ObjectFab GmbH under LGPL. |
| AttrLite |
A DOM Attribute, with not so much DOM in it (just a lightweight
struct so we can perform comparisons on Attributes from different
trees) |
| ClassicTcpmonPage |
|
| ClassicTcpmonPageTest |
Generated by JUnitDoclet, a tool provided by
ObjectFab GmbH under LGPL. |
| ConnectionDisplay |
The display for an individual Connection (a ClassicTcpmonPage
usually gets a bunch of different Connections) |
| ConnectionDisplayTest |
Generated by JUnitDoclet, a tool provided by
ObjectFab GmbH under LGPL. |
| Eyeball |
Helper functions for performing eyeball tests on GUI components |
| EyeballTest |
Generated by JUnitDoclet, a tool provided by
ObjectFab GmbH under LGPL. |
| GuiSuite |
Generated by JUnitDoclet, a tool provided by
ObjectFab GmbH under LGPL. |
| JErrorDialog |
Displays an error message in a modal dialog, with an optional
stack trace. |
| JErrorDialogTest |
Generated by JUnitDoclet, a tool provided by
ObjectFab GmbH under LGPL. |
| JSoapmeterMessage |
A panel for viewing the contents of an individual SOAP message
TODO: a button that lets user restore the message to its
original text (need to modify MessageData) |
| JSoapmeterMessageTest |
Generated by JUnitDoclet, a tool provided by
ObjectFab GmbH under LGPL. |
| JXMLTreePanel |
JXMLTreePanel displays some XML as a standard
JTree (the kind you get when dealing with file
hierachies, like with Windows Explorer or Mac Finder)
TODO: I would eventually like to replace this with a special
TextField that highlights the entire XML node when you click
on a part. |
| JXMLTreePanelTest |
Generated by JUnitDoclet, a tool provided by
ObjectFab GmbH under LGPL. |
| LockedAction |
The basic idea is that we want some sort of action
that quietly disables itself if there are currently
other actions like it running -- this prevents all
sorts of nasty conflicts from happening. |
| MessageData |
Contains all the information that GUI components need to display a
SOAP message. |
| MessageDataTest |
Generated by JUnitDoclet, a tool provided by
ObjectFab GmbH under LGPL. |
| MutableBoolean |
Java passes primitives (like boolean) by value, but the
Boolean class is immutable (like all wrappers for
primitives)... |
| MutableBooleanTest |
Generated by JUnitDoclet, a tool provided by
ObjectFab GmbH under LGPL. |
| SoapmeterGuiConstants |
TODO: when Java 1.5 comes out we can use the import constant
capability to provide both convenience and localisation (because this
will no longer have to be an interface, we can set the values of the
"constants" via a i8ln table lookup) |
| SoapmeterGuiConstantsTest |
Generated by JUnitDoclet, a tool provided by
ObjectFab GmbH under LGPL. |
| SoapmeterPage |
|
| SoapmeterPageTest |
Generated by JUnitDoclet, a tool provided by
ObjectFab GmbH under LGPL. |
| SoapVisualiser |
The SoapVisualiser takes SOAP messages and
produces temporary SVG files
TODO: get rid of our last call to JErrorDialogue and
push this code out of the gui package |
| SoapVisualiserTest |
Generated by JUnitDoclet, a tool provided by
ObjectFab GmbH under LGPL. |
| TcpConfigPanel |
Graphical display for the TCP transport configuration. |
| TcpConfigPanelTest |
Generated by JUnitDoclet, a tool provided by
ObjectFab GmbH under LGPL. |
| TcpmonPage |
|
| TmpFileHolder |
A list of temporary files which may be deleted when this list
is finalised. |
| XMLNodeUserObject |
A wrapper for the Element class who's toString function displays
the Element's label. |