|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--gumbo.util.AbstractDisposable | +--gumbo.app.MainWindow | +--gumbo.visualize.data.TestViewWindow | +--gumbo.visualize.data.TestGraphWindow
Window for list display.
Nested Class Summary | |
static class |
TestGraphWindow.Extended
Graph window with a button to open a sub-window and create new graph models. |
Nested classes inherited from class gumbo.visualize.data.TestViewWindow |
TestViewWindow.NewModelAction, TestViewWindow.NewWindowAction, TestViewWindow.StatusBarUpdater |
Constructor Summary | |
TestGraphWindow(MainWindow owner,
java.lang.String name,
TestViewInput input)
Creates a new window. |
Method Summary | |
protected void |
createdNewView(WholeView view)
Creates a new layout engine for the view and updates the layout button's action accordingly. |
protected DataViewFactory |
getDataViewFactory()
Called by the system to get the view factory for window display. |
void |
showWindow(WholeModel model)
Shows the window and lays it out. |
Methods inherited from class gumbo.visualize.data.TestViewWindow |
getInput, getWholeModel, newMainArea, 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 |
public TestGraphWindow(MainWindow owner, java.lang.String name, TestViewInput input)
Method Detail |
public void showWindow(WholeModel model)
showWindow
in class TestViewWindow
model
- The new model. Never null.protected DataViewFactory getDataViewFactory()
TestViewWindow
getDataViewFactory
in class TestViewWindow
protected void createdNewView(WholeView view)
createdNewView
in class TestViewWindow
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |