Uses of Interface
mgui.interfaces.startup.InitListener
Package | Description |
---|---|
mgui.interfaces.exec | |
mgui.interfaces.startup |
-
Uses of InitListener in mgui.interfaces.exec
Classes in mgui.interfaces.exec that implement InitListener Modifier and Type Class Description class
MguiExec
Simple launcher for a modelGUI session which allows the user to specify an init file via theInitFrame
. -
Uses of InitListener in mgui.interfaces.startup
Methods in mgui.interfaces.startup with parameters of type InitListener Modifier and Type Method Description void
InitFrame. setInitListener(InitListener listener)
static void
InitFrame. showFrame(InitListener listener)
Constructors in mgui.interfaces.startup with parameters of type InitListener Constructor Description InitFrame(InitListener listener)