public interface GeneratorUI
Generator instance.
Note that panels are compatible with ValidationAPI. If the
JPanel returned from getPanel() is a ValidationPanel
instance, the dialog OK button will be linked to the ValidationGroup.
| Modifier and Type | Method and Description |
|---|---|
JPanel |
getPanel()
Returns the panel settings.
|
void |
setup(Generator generator)
Push the generator instance to get settings values.
|
void |
unsetup()
Notify UI that generator settings panel has been closed and that
settings values can be written into current generator instance.
|
JPanel getPanel()
void setup(Generator generator)
generator - the generator instance that is to be configuredvoid unsetup()
Copyright © 2007–2015 Gephi Consortium. All rights reserved.