Package | Description |
---|---|
cz.zcu.fav.kiv.editor.controller | |
cz.zcu.fav.kiv.editor.graphics |
Modifier and Type | Method and Description |
---|---|
static void |
MenuController.newFileDefaultItem(ConfigData configData,
OpenFile openFile)
Creates a new stylesheet file and sets values to the GUI editor element according to the
default template.
|
static void |
MenuController.newFileEmptyItem(ConfigData configData,
OpenFile openFile)
Creates a new empty stylesheet file, sets default values to the GUI editor element.
|
static void |
MenuController.newFileStylesheetItem(ConfigData configData,
OpenFile openFile,
java.lang.String templateFile)
Creates a new stylesheet file and sets values to the GUI editor element according to the user
template.
|
static void |
MenuController.openFileItem(ConfigData configData,
java.lang.String file,
OpenFile openFile)
Opens specified XSL stylesheet file.
|
static void |
MenuController.runBatchFile(OpenFile openFile)
Launches a selected batch file.
|
static void |
MenuController.saveAsFileItem(ConfigData configData,
java.lang.String saveFile,
OpenFile openFile)
Saves actually opened XSL stylesheet in the file with specified name.
|
static void |
MenuController.saveFileItem(ConfigData configData,
OpenFile openFile)
Saves changes of the actually opened XSL stylesheet file.
|
Modifier and Type | Method and Description |
---|---|
OpenFile |
MainFrame.getOpenFile() |