Uses of Class
gumbo.app.MainWindow

Packages that use MainWindow
gumbo.app   
gumbo.net Provides special purpose application-level building blocks for networked application nodes, including clients, servers, and proxy servers. 
gumbo.visualize.data Provides special purpose building blocks for 2D/3D visualization of generic data structures, such as graphs. 
 

Uses of MainWindow in gumbo.app
 

Subclasses of MainWindow in gumbo.app
 class RootWindow
          A main window intended for use as the root application window.
 

Uses of MainWindow in gumbo.net
 

Subclasses of MainWindow in gumbo.net
 class ClientWindow
          A NetWindow for a client network node, with default actions and status.
 class NetWindow
          A MainWindow outfitted for asynchronous access by network threads.
 class ProxyWindow
          A NetFrame for a proxy server application, with default actions and status.
 class ServerWindow
          A NetFrame for a server application, with default actions and status.
 

Uses of MainWindow in gumbo.visualize.data
 

Subclasses of MainWindow in gumbo.visualize.data
 class TestClientWindow
          Destiny workstation root window.
 class TestGraphWindow
          Window for list display.
static class TestGraphWindow.Extended
          Graph window with a button to open a sub-window and create new graph models.
 class TestListWindow
          Window for list display.
static class TestListWindow.Extended
          List window with a button to open a sub-window and create new list models.
 class TestServerWindow
           
 class TestTreeWindow
          Window for tree display.
static class TestTreeWindow.Extended
          List window with a button to open a sub-window and create new list models.
 class TestViewWindow
          Base class for data model view windows.