Class Presentation
java.lang.Object
dev.jcputney.elearning.parser.input.scorm2004.adl.navigation.Presentation
- All Implemented Interfaces:
Serializable
Represents the presentation settings for the navigation controls. This class contains additional
settings that may define whether the navigation interface should be shown or hidden under certain
conditions.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanRetrieves the navigation interface settings associated with this presentation.inthashCode()voidsetNavigationInterface(NavigationInterface navigationInterface) Sets the navigation interface for the presentation.
-
Constructor Details
-
Presentation
public Presentation()Constructs a new Presentation instance. This default constructor is provided to create an instance of the Presentation class, which manages navigation interface settings that control the visibility and behavior of navigation components in a learning management system (LMS).
-
-
Method Details