gumbo.visualize.data
Class TestTreeWindow.Extended

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

public static class TestTreeWindow.Extended
extends TestTreeWindow

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.TestTreeWindow
TestTreeWindow.Extended
 
Nested classes inherited from class gumbo.visualize.data.TestViewWindow
TestViewWindow.NewModelAction, TestViewWindow.NewWindowAction, TestViewWindow.StatusBarUpdater
 
Constructor Summary
TestTreeWindow.Extended(MainWindow owner, java.lang.String name, TestViewInput input)
           
 
Methods inherited from class gumbo.visualize.data.TestTreeWindow
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

TestTreeWindow.Extended

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