Uses of Class
org.dellroad.javabox.JavaBox
-
Uses of JavaBox in org.dellroad.javabox
Fields in org.dellroad.javabox declared as JavaBoxMethods in org.dellroad.javabox that return JavaBoxModifier and TypeMethodDescriptionControl.ContainerContext.box()Returns the value of theboxrecord component.ScriptResult.box()Get the associatedJavaBox.SnippetOutcome.box()Get the associatedJavaBox.static JavaBoxJavaBox.getCurrent()Get theJavaBoxinstance associated with the current thread.Methods in org.dellroad.javabox with parameters of type JavaBoxModifier and TypeMethodDescriptiondefault ObjectControl.initialize(JavaBox box) Initialize this control for the givenJavaBoxand return any associated private context.Constructors in org.dellroad.javabox with parameters of type JavaBoxModifierConstructorDescriptionContainerContext(JavaBox box, Control control, Object context) Creates an instance of aContainerContextrecord class.