Package org.gephi.ui.exporter.plugin
Class UIExporterJson
- java.lang.Object
-
- org.gephi.ui.exporter.plugin.UIExporterJson
-
- All Implemented Interfaces:
org.gephi.io.exporter.spi.ExporterUI
public class UIExporterJson extends Object implements org.gephi.io.exporter.spi.ExporterUI
- Author:
- Mathieu Bastian
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description private static classUIExporterJson.ExporterJsonSettings
-
Field Summary
Fields Modifier and Type Field Description private org.gephi.io.exporter.plugin.ExporterJsonexporterJsonprivate UIExporterJsonPanelpanelprivate UIExporterJson.ExporterJsonSettingssettings
-
Constructor Summary
Constructors Constructor Description UIExporterJson()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDisplayName()JPanelgetPanel()booleanisUIForExporter(org.gephi.io.exporter.spi.Exporter exporter)voidsetup(org.gephi.io.exporter.spi.Exporter exporter)voidunsetup(boolean update)
-
-
-
Field Detail
-
settings
private final UIExporterJson.ExporterJsonSettings settings
-
panel
private UIExporterJsonPanel panel
-
exporterJson
private org.gephi.io.exporter.plugin.ExporterJson exporterJson
-
-
Method Detail
-
setup
public void setup(org.gephi.io.exporter.spi.Exporter exporter)
- Specified by:
setupin interfaceorg.gephi.io.exporter.spi.ExporterUI
-
unsetup
public void unsetup(boolean update)
- Specified by:
unsetupin interfaceorg.gephi.io.exporter.spi.ExporterUI
-
getPanel
public JPanel getPanel()
- Specified by:
getPanelin interfaceorg.gephi.io.exporter.spi.ExporterUI
-
isUIForExporter
public boolean isUIForExporter(org.gephi.io.exporter.spi.Exporter exporter)
- Specified by:
isUIForExporterin interfaceorg.gephi.io.exporter.spi.ExporterUI
-
getDisplayName
public String getDisplayName()
- Specified by:
getDisplayNamein interfaceorg.gephi.io.exporter.spi.ExporterUI
-
-