Uses of Class
lu.kbra.modelizer_next.ui.frame.DocumentSession
Packages that use DocumentSession
Package
Description
Main window, menus, toolbar, document session handling, and frame-level controllers.
-
Uses of DocumentSession in lu.kbra.modelizer_next.ui.frame
Methods in lu.kbra.modelizer_next.ui.frame that return DocumentSessionModifier and TypeMethodDescriptionMainFrame.getSession()MainFrameDocumentController.getSession()Returns the session.Methods in lu.kbra.modelizer_next.ui.frame that return types with arguments of type DocumentSessionModifier and TypeMethodDescriptionstatic Optional<DocumentSession> DocumentSessionLoader.createDocument(Component parent, File selectedFile) Loads a document from a files, supportsmod,mdlz,mnfile extensions.static Optional<DocumentSession> DocumentSessionLoader.createDocument(File selectedFile, DocumentLoadHandler handler) Loads a document from a files, supportsmod,mdlz,mnfile extensions.static Optional<DocumentSession> MainFrame.createDocument(Component parent, File selectedFile) Creates a document.static Optional<DocumentSession> MainFrame.createDocument(File selectedFile, DocumentLoadHandler handler) Creates a document.Methods in lu.kbra.modelizer_next.ui.frame with parameters of type DocumentSessionModifier and TypeMethodDescriptionvoidMainFrame.openInFrame(DocumentSession session) Overwrites the frame content with the new document session.voidMainFrameDocumentController.openInFrame(DocumentSession session) Opens the in frame.protected voidMainFrame.setContent(DocumentSession session) Clears the frame state and rebuilds everything for the new document session.Constructors in lu.kbra.modelizer_next.ui.frame with parameters of type DocumentSession