The Meta-Environment API

nl.cwi.sen1.visplugin.table
Class TableVisualizationWindow

java.lang.Object
  extended by nl.cwi.sen1.visplugin.VisualizationPluginWindow
      extended by nl.cwi.sen1.visplugin.table.TableVisualizationWindow

public class TableVisualizationWindow
extends nl.cwi.sen1.visplugin.VisualizationPluginWindow

The TableVisualizationWindows class. It Extends VisualizationPluginWindow.

Author:
Srinivasan Tharmarajah, Wasim Alsaqaf

Field Summary
private  SortableTableModel m_model
           
private  javax.swing.JTable m_table
           
private static long serialVersionUID
           
 
Fields inherited from class nl.cwi.sen1.visplugin.VisualizationPluginWindow
m_factory
 
Constructor Summary
TableVisualizationWindow()
           
 
Method Summary
protected  javax.swing.JMenu createExtensionMenu()
          Create a menu
 void exportToRStore(java.lang.String filename)
          Exports the selected rows from the table to an RStore file.
 javax.swing.JPanel render(nl.cwi.sen1.relationstores.types.RTuple fact)
          Returns JPanel including JTable with Data.
 
Methods inherited from class nl.cwi.sen1.visplugin.VisualizationPluginWindow
disconnectComponent, displayVisualization, executeOnLoad, exportToCsv, exportToCsvClicked, exportToImage, factOutOfDate, getController, getFactId, getStoreId, getStudio, getWindowId, initializeWindow, openLocationInEditor, rstoreUnloaded, showPopUp
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_model

private SortableTableModel m_model

m_table

private javax.swing.JTable m_table

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

TableVisualizationWindow

public TableVisualizationWindow()
Method Detail

render

public javax.swing.JPanel render(nl.cwi.sen1.relationstores.types.RTuple fact)
Returns JPanel including JTable with Data.

Specified by:
render in class nl.cwi.sen1.visplugin.VisualizationPluginWindow

createExtensionMenu

protected javax.swing.JMenu createExtensionMenu()
Create a menu

Overrides:
createExtensionMenu in class nl.cwi.sen1.visplugin.VisualizationPluginWindow
Returns:
The JMenu

exportToRStore

public void exportToRStore(java.lang.String filename)
Exports the selected rows from the table to an RStore file.

Parameters:
filename - Filename of the file to export the RStore to.

The Meta-Environment API