Uses of Class
cz.zcu.fav.kiv.editor.beans.OpenFile

Packages that use OpenFile
cz.zcu.fav.kiv.editor.controller   
cz.zcu.fav.kiv.editor.graphics   
 

Uses of OpenFile in cz.zcu.fav.kiv.editor.controller
 

Methods in cz.zcu.fav.kiv.editor.controller with parameters of type OpenFile
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.
 

Uses of OpenFile in cz.zcu.fav.kiv.editor.graphics
 

Methods in cz.zcu.fav.kiv.editor.graphics that return OpenFile
 OpenFile MainFrame.getOpenFile()