public interface ExporterUI
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayName()
Returns the exporter display name
|
JPanel |
getPanel()
Returns the exporter settings panel.
|
boolean |
isUIForExporter(Exporter exporter)
Returns
true if this UI belongs to the given exporter. |
void |
setup(Exporter exporter)
Link the UI to the exporter and therefore to settings values.
|
void |
unsetup(boolean update)
Notify UI the settings panel has been closed and that new values can be
written.
|
JPanel getPanel()
nullvoid setup(Exporter exporter)
getPanel() to push settings.exporter - the exporter that settings is to be setvoid unsetup(boolean update)
update - true if user clicked OK or false
if CANCEL.boolean isUIForExporter(Exporter exporter)
true if this UI belongs to the given exporter.exporter - the exporter that has to be testedtrue if the UI is matching with exporter,
false otherwise.String getDisplayName()
Copyright © 2007–2015 Gephi Consortium. All rights reserved.