org.grinvin.graphbrowser

Class GraphBrowserMultiPanel


public class GraphBrowserMultiPanel
extends JPanel

Component that holds different views for a GraphInvariantListModel.

Constructor Summary

GraphBrowserMultiPanel(GraphInvariantListModel model)
Creates a new instance of GraphBrowserMultiPanel

Method Summary

GraphInvariantListModel
getGraphInvariantListModel()
GraphList
getGraphList()
Return the graph list model for this window.
int
getGraphListDividerLocation()
int
getGraphPropertiesComponentDividerLocation()
int
getInvariantTableDividerLocation()
ListSelectionModel
getSelectionModel()
Return the selection model for this window.
void
setGraphListDividerLocation(int location)
void
setGraphPropertiesComponentDividerLocation(int location)
void
setInvariantTableDividerLocation(int location)
void
showGraphCellList()
Bring up the graph cell list view of this window.
void
showGraphList()
Bring up the graph list view of this window.
void
showInvariantTable()
Bring up the view representing the table of invariants.

Constructor Details

GraphBrowserMultiPanel

public GraphBrowserMultiPanel(GraphInvariantListModel model)
Creates a new instance of GraphBrowserMultiPanel

Method Details

getGraphInvariantListModel

public GraphInvariantListModel getGraphInvariantListModel()

getGraphList

public GraphList getGraphList()
Return the graph list model for this window.

getGraphListDividerLocation

public int getGraphListDividerLocation()

getGraphPropertiesComponentDividerLocation

public int getGraphPropertiesComponentDividerLocation()

getInvariantTableDividerLocation

public int getInvariantTableDividerLocation()

getSelectionModel

public ListSelectionModel getSelectionModel()
Return the selection model for this window.

setGraphListDividerLocation

public void setGraphListDividerLocation(int location)

setGraphPropertiesComponentDividerLocation

public void setGraphPropertiesComponentDividerLocation(int location)

setInvariantTableDividerLocation

public void setInvariantTableDividerLocation(int location)

showGraphCellList

public void showGraphCellList()
Bring up the graph cell list view of this window.

showGraphList

public void showGraphList()
Bring up the graph list view of this window.

showInvariantTable

public void showInvariantTable()
Bring up the view representing the table of invariants.