Package | Description |
---|---|
org.yawlfoundation.yawl.editor.core | |
org.yawlfoundation.yawl.editor.core.util | |
org.yawlfoundation.yawl.editor.ui.util |
Modifier and Type | Method and Description |
---|---|
FileSaveOptions |
YSpecificationHandler.getFileSaveOptions() |
Modifier and Type | Method and Description |
---|---|
void |
YSpecificationHandler.save(FileSaveOptions saveOptions)
Saves the current specification to file, using the file save options passed
|
void |
YSpecificationHandler.save(YLayout layout,
FileSaveOptions saveOptions)
Saves the current specification to file, using the file save options and layout
information passed
|
void |
YSpecificationHandler.saveAs(java.lang.String fileName,
FileSaveOptions saveOptions)
Saves the current specification to a new file name, using the file save options
passed
|
void |
YSpecificationHandler.saveAs(java.lang.String fileName,
YLayout layout,
FileSaveOptions saveOptions)
Saves the current specification to a new file name, using the layout information
and file save options passed
|
void |
YSpecificationHandler.setFileSaveOptions(FileSaveOptions options)
Sets the global options for future file saves.
|
Modifier and Type | Method and Description |
---|---|
FileSaveOptions |
FileOperations.getFileSaveOptions() |
Modifier and Type | Method and Description |
---|---|
void |
FileOperations.save(FileSaveOptions saveOptions) |
void |
FileOperations.saveAs(java.lang.String file,
YMetaData metaData,
FileSaveOptions saveOptions) |
void |
FileOperations.setFileSaveOptions(FileSaveOptions options) |
Modifier and Type | Method and Description |
---|---|
static FileSaveOptions |
UserSettings.getFileSaveOptions() |