|
Gephi Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GeneratorUI
Defines settings panel for a particular generator. Responsible for loading and
saving settings to the 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
.
Method Summary | |
---|---|
javax.swing.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. |
Method Detail |
---|
javax.swing.JPanel getPanel()
void setup(Generator generator)
generator
- the generator instance that is to be configuredvoid unsetup()
|
Gephi Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |