org.grinvin.list

Class GraphPropertiesTable

Implemented Interfaces:
AcceptsInvariant, GraphPropertiesTableModelListener

public class GraphPropertiesTable
extends JTable
implements AcceptsInvariant, GraphPropertiesTableModelListener

Table to display a GraphPropertiesTableModel.

Constructor Summary

GraphPropertiesTable(GraphPropertiesTableModel model)
Creates a new instance of GraphPropertiesTable

Method Summary

boolean
addInvariant(Invariant invariant)
Accept an invariant.
boolean
getScrollableTracksViewportHeight()
void
graphListElementChanged()

Constructor Details

GraphPropertiesTable

public GraphPropertiesTable(GraphPropertiesTableModel model)
Creates a new instance of GraphPropertiesTable

Method Details

addInvariant

public boolean addInvariant(Invariant invariant)
Accept an invariant.
Specified by:
addInvariant in interface AcceptsInvariant

getScrollableTracksViewportHeight

public boolean getScrollableTracksViewportHeight()

graphListElementChanged

public void graphListElementChanged()
Specified by:
graphListElementChanged in interface GraphPropertiesTableModelListener