|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgenerator.Generator
public class Generator
Generator
This is the generator manager. This method is to be used if the generator is called from within Cismo, or if the generator's user interface is desired.Copyright(c) 2005 Université Laval, LSFM research group.
Constructor Summary | |
---|---|
Generator(javax.swing.JFrame parent)
Creates a new generator window attached to the parent frame. |
Method Summary | |
---|---|
void |
activate()
Used to display the main window |
java.io.File |
getLastGeneratedFile()
Fetch the last succesfully generated file |
static void |
main(java.lang.String[] args)
This method will be invoked if only the generator is built. |
void |
setListener(GeneratorEngineListener listener)
Add a listener to the generator engine |
static java.io.File |
showGeneratorDialog(javax.swing.JFrame parent)
This static method open a new generator window |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Generator(javax.swing.JFrame parent)
parent
- the parent frame to which the dialog is attachedMethod Detail |
---|
public void activate()
public java.io.File getLastGeneratedFile()
public void setListener(GeneratorEngineListener listener)
listener
- the listener to addpublic static java.io.File showGeneratorDialog(javax.swing.JFrame parent)
parent
- the frame to which the generator window is attached
public static void main(java.lang.String[] args)
args
- Any argument provided on command line.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |