gumbo.visualize.data
Class TestListWindow.Extended

java.lang.Object
  |
  +--gumbo.util.AbstractDisposable
        |
        +--gumbo.app.MainWindow
              |
              +--gumbo.visualize.data.TestViewWindow
                    |
                    +--gumbo.visualize.data.TestListWindow
                          |
                          +--gumbo.visualize.data.TestListWindow.Extended
All Implemented Interfaces:
Disposable
Enclosing class:
TestListWindow

public static class TestListWindow.Extended
extends TestListWindow

List window with a button to open a sub-window and create new list models.


Nested Class Summary
 
Nested classes inherited from class gumbo.visualize.data.TestListWindow
TestListWindow.Extended
 
Nested classes inherited from class gumbo.visualize.data.TestViewWindow
TestViewWindow.NewModelAction, TestViewWindow.NewWindowAction, TestViewWindow.StatusBarUpdater
 
Constructor Summary
TestListWindow.Extended(MainWindow owner, java.lang.String name, TestViewInput input)
           
 
Methods inherited from class gumbo.visualize.data.TestListWindow
createdNewView, getDataViewFactory, getGraphWindow
 
Methods inherited from class gumbo.visualize.data.TestViewWindow
getInput, getWholeModel, newMainArea, showWindow, updateWindow
 
Methods inherited from class gumbo.app.MainWindow
getContentPane, getMenuBar, getStatusBar, getStatusText, getTitleText, getToolBar, getWindowGraphic, getWindowName, implDispose, initWindowGraphic, pack, setDefaultCloseOperation, setMainArea, setStatusText, setTitleText, setVisible, setWindowName, showProblemMessage, showProblemMessage
 
Methods inherited from class gumbo.util.AbstractDisposable
dispose, isDisposed
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestListWindow.Extended

public TestListWindow.Extended(MainWindow owner,
                               java.lang.String name,
                               TestViewInput input)