Uses of Interface
org.dellroad.javabox.Control
-
Uses of Control in org.dellroad.javabox
Methods in org.dellroad.javabox that return ControlModifier and TypeMethodDescriptionControl.ContainerContext.control()Returns the value of thecontrolrecord component.Methods in org.dellroad.javabox that return types with arguments of type ControlModifier and TypeMethodDescriptionConfig.controls()Returns the value of thecontrolsrecord component.Methods in org.dellroad.javabox with parameters of type ControlMethod parameters in org.dellroad.javabox with type arguments of type ControlModifier and TypeMethodDescriptionstatic Control.ExecutionContextJavaBox.executionContextFor(Class<? extends Control> controlType) Obtain the execution context associated with the specifiedControlclass and the script execution occurring in the current thread.Config.Builder.withControls(List<Control> controls) Configure the list ofControls.Constructors in org.dellroad.javabox with parameters of type ControlModifierConstructorDescriptionContainerContext(JavaBox box, Control control, Object context) Creates an instance of aContainerContextrecord class.Constructor parameters in org.dellroad.javabox with type arguments of type ControlModifierConstructorDescriptionConfig(JShell.Builder jshellBuilder, ClassLoader delegateLoader, List<Control> controls) Creates an instance of aConfigrecord class.