| java.lang.Object org.beryl.gui.Controller org.beryl.gui.ScriptedController
ScriptedController | abstract public class ScriptedController extends Controller (Code) | | Abstract scripted controller class. All created GUI scripts should subclass
from this class
|
ScriptedController | public ScriptedController()(Code) | | Create a new scripted controller
|
loadScript | protected ScriptedController loadScript(String scriptFile) throws GUIException(Code) | | Load a groovy script containing another scripted controller
Parameters: scriptFile - The script file The instance throws: GUIExceptions - If there were errors while loading/parsing/compiling/instantiating the script |
loadScript | protected ScriptedController loadScript(String scriptFile, Object parameters) throws GUIException(Code) | | Load a groovy script containing another scripted controller
Parameters: scriptFile - The script file The instance throws: GUIExceptions - If there were errors while loading/parsing/compiling/instantiating the script |
Fields inherited from org.beryl.gui.Controller | protected Logger log(Code)(Java Doc)
|
|
|