|
The Meta-Environment API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnl.cwi.sen1.visplugin.VisualizationPluginWindow
nl.cwi.sen1.visplugin.table.TableVisualizationWindow
public class TableVisualizationWindow
The TableVisualizationWindows class. It Extends VisualizationPluginWindow.
| 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 |
|---|
private SortableTableModel m_model
private javax.swing.JTable m_table
private static final long serialVersionUID
| Constructor Detail |
|---|
public TableVisualizationWindow()
| Method Detail |
|---|
public javax.swing.JPanel render(nl.cwi.sen1.relationstores.types.RTuple fact)
render in class nl.cwi.sen1.visplugin.VisualizationPluginWindowprotected javax.swing.JMenu createExtensionMenu()
createExtensionMenu in class nl.cwi.sen1.visplugin.VisualizationPluginWindowpublic void exportToRStore(java.lang.String filename)
filename - Filename of the file to export the RStore to.
|
The Meta-Environment API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||