Class DocumentTask.DocumentType
- java.lang.Object
-
- ca.cgjennings.apps.arkham.project.TaskAction
-
- ca.cgjennings.apps.arkham.project.New.NewAction
-
- ca.cgjennings.apps.arkham.project.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 theDocumentTask
by copying a template file from a resource.
-
-
Constructor Summary
Constructors Constructor Description DocumentType(java.lang.String documentTypeName, java.lang.String documentTypeExtension, java.lang.String templateResource, javax.swing.Icon documentIcon)
-
Method Summary
-
Methods inherited from class ca.cgjennings.apps.arkham.project.New.NewAction
appliesTo, appliesToSelection, createFile, getActionName, getFileExtension, getIcon, getLabel, perform, renameFile
-
Methods inherited from class ca.cgjennings.apps.arkham.project.TaskAction
applyToChildren, getDescription, performOnSelection, resolveTarget, toString
-
-