Uses of Class
jflex.gui.MainFrame
-
Packages that use MainFrame Package Description jflex.gui -
-
Uses of MainFrame in jflex.gui
Fields in jflex.gui declared as MainFrame Modifier and Type Field Description (package private) MainFrame
GeneratorThread. parent
main UI component, likes to be notified when generator finishesConstructors in jflex.gui with parameters of type MainFrame Constructor Description GeneratorThread(MainFrame parent, java.lang.String inputFile, java.lang.String outputDir)
Create a new GeneratorThread, but do not run it yet.
-