|
Gephi Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ExporterUI
Define exporter settings user interface.
Method Summary | |
---|---|
java.lang.String |
getDisplayName()
Returns the exporter display name |
javax.swing.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. |
Method Detail |
---|
javax.swing.JPanel getPanel()
null
void 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 tested
true
if the UI is matching with exporter
,
false
otherwise.java.lang.String getDisplayName()
|
Gephi Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |