org.grinvin.main
Class GrinvinWindow
JFrame
org.grinvin.main.GrinvinWindow
- HasURI, WorkspaceListener
public class GrinvinWindow
extends JFrame
This class represents the GrInvIn main window.
GrinvinWindow
public GrinvinWindow()
Creates a new instance of GrinvinWindow
addTabsChangeListener
public void addTabsChangeListener(ChangeListener l)
getWindow
public Window getWindow(String key)
Retrieve the application window with the given key.
getWorksheetListSelectionModel
public ListSelectionModel getWorksheetListSelectionModel()
locationChanged
public void locationChanged()
This method is called when the location of the workspace is changed.
- locationChanged in interface WorkspaceListener
registerWindow
public void registerWindow(String key,
Window window)
Register the application window for the given key. Also installs a
menu command which enables the window to be made visible.
removeTabsChangeListener
public void removeTabsChangeListener(ChangeListener l)
setupContents
public void setupContents()
Setup the GUI contents of this window.