Uses of Interface
lu.kbra.modelizer_next.ui.impl.DocumentLoadHandler
Packages that use DocumentLoadHandler
Package
Description
Command-line export support used when the application is started in non-interactive export mode.
Document-level objects and load handlers.
Main window, menus, toolbar, document session handling, and frame-level controllers.
-
Uses of DocumentLoadHandler in lu.kbra.modelizer_next.cmdline
Classes in lu.kbra.modelizer_next.cmdline that implement DocumentLoadHandlerModifier and TypeClassDescriptionfinal classDocument load handler that reports load failures to the console instead of showing Swing dialogs. -
Uses of DocumentLoadHandler in lu.kbra.modelizer_next.document
Classes in lu.kbra.modelizer_next.document that implement DocumentLoadHandlerModifier and TypeClassDescriptionfinal classDocument load handler that reports failures through Swing UI components. -
Uses of DocumentLoadHandler in lu.kbra.modelizer_next.ui.frame
Methods in lu.kbra.modelizer_next.ui.frame with parameters of type DocumentLoadHandlerModifier and TypeMethodDescriptionstatic booleanDocumentSessionLoader.confirmModernDocumentVersion(ModelDocument loadedDocument, DocumentLoadHandler handler) Confirms whether the document should be loaded even if it has been written in a newer version of the software, using the givenDocumentLoadHandler.static booleanMainFrame.confirmModernDocumentVersion(ModelDocument loadedDocument, DocumentLoadHandler handler) Confirms whether the modern document version should continue.static Optional<DocumentSession> DocumentSessionLoader.createDocument(File selectedFile, DocumentLoadHandler handler) Loads a document from a files, supportsmod,mdlz,mnfile extensions.static Optional<DocumentSession> MainFrame.createDocument(File selectedFile, DocumentLoadHandler handler) Creates a document.