Class DocumentTask.DocumentType

  • All Implemented Interfaces:
    IconProvider
    Enclosing class:
    DocumentTask

    public static class DocumentTask.DocumentType
    extends New.NewAction
    A task action that creates a new, blank document for the DocumentTask by copying a template file from a resource.
    • Constructor Detail

      • DocumentType

        public DocumentType​(java.lang.String documentTypeName,
                            java.lang.String documentTypeExtension,
                            java.lang.String templateResource,
                            javax.swing.Icon documentIcon)