Uses of Class
dev.jcputney.elearning.parser.input.lom.properties.ControlsSpec
Packages that use ControlsSpec
-
Uses of ControlsSpec in dev.jcputney.elearning.parser.input.lom.properties
Methods in dev.jcputney.elearning.parser.input.lom.properties that return ControlsSpecModifier and TypeMethodDescriptionPackageProperties.getControls()Retrieves the control specifications associated with this package.Methods in dev.jcputney.elearning.parser.input.lom.properties with parameters of type ControlsSpecModifier and TypeMethodDescriptionvoidPackageProperties.setControls(ControlsSpec controls) Updates the control specifications for the current package configuration.Constructors in dev.jcputney.elearning.parser.input.lom.properties with parameters of type ControlsSpecModifierConstructorDescriptionPackageProperties(ControlsSpec controls, AppearanceSpec appearance, BehaviorSpec behavior, RsopSpec rsop, HeuristicSpec heuristics) Constructs a newPackagePropertiesinstance with the specified configuration details.