|
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.csvexport.CsvExportVisualizationWindow
public class CsvExportVisualizationWindow
This class represents the window of the CSV Export plugin in the meta environment
| Field Summary | |
|---|---|
private nl.cwi.sen1.relationstores.types.RTuple |
m_fact
|
private javax.swing.JLabel |
m_message
|
| Fields inherited from class nl.cwi.sen1.visplugin.VisualizationPluginWindow |
|---|
m_factory |
| Constructor Summary | |
|---|---|
CsvExportVisualizationWindow()
|
|
| Method Summary | |
|---|---|
void |
executeOnLoad()
Called when the plugin is loaded |
protected void |
exportToCsv(java.lang.String fileName)
Exports the loaded RTuple to a CSV 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 |
|---|
createExtensionMenu, disconnectComponent, displayVisualization, 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 nl.cwi.sen1.relationstores.types.RTuple m_fact
private javax.swing.JLabel m_message
| Constructor Detail |
|---|
public CsvExportVisualizationWindow()
| Method Detail |
|---|
public javax.swing.JPanel render(nl.cwi.sen1.relationstores.types.RTuple fact)
render in class nl.cwi.sen1.visplugin.VisualizationPluginWindowfact - the RStore to be exported
public void executeOnLoad()
executeOnLoad in class nl.cwi.sen1.visplugin.VisualizationPluginWindowprotected void exportToCsv(java.lang.String fileName)
exportToCsv in class nl.cwi.sen1.visplugin.VisualizationPluginWindowfileName - The name of the the CSV output will be written to
|
The Meta-Environment API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||