- AboutForm - Class in cz.zcu.fav.kiv.editor.graphics.frames
-
The AboutForm
class is the dialog displaying information about application.
- AboutForm() - Constructor for class cz.zcu.fav.kiv.editor.graphics.frames.AboutForm
-
Initializes a newly created AboutForm
with its title.
- accept(File) - Method in class cz.zcu.fav.kiv.editor.graphics.utils.XmlFilter
-
- accept(File) - Method in class cz.zcu.fav.kiv.editor.graphics.utils.XslFilter
-
- actionPerformed(ActionEvent) - Method in class cz.zcu.fav.kiv.editor.graphics.components.attributes.AttributeButton
-
Action performed when the button is pressed.
- actionPerformed(ActionEvent) - Method in class cz.zcu.fav.kiv.editor.graphics.components.attributes.AttributeCheckBox
-
Action performed when the check-box is selected or deselected.
- actionPerformed(ActionEvent) - Method in class cz.zcu.fav.kiv.editor.graphics.components.attributes.AttributeDialog
-
Action performed when a button of the dialog is pressed.
- actionPerformed(ActionEvent) - Method in class cz.zcu.fav.kiv.editor.graphics.components.ColorChooser
-
Action performed when the button is pressed, it displays the dialog with color palette.
- actionPerformed(ActionEvent) - Method in class cz.zcu.fav.kiv.editor.graphics.components.ComboBox
-
Action performed when an item of the combo-box list has been selected.
- actionPerformed(ActionEvent) - Method in class cz.zcu.fav.kiv.editor.graphics.components.ComboBoxUnit
-
Action performed when an item in the combo-box list has been selected.
- actionPerformed(ActionEvent) - Method in class cz.zcu.fav.kiv.editor.graphics.components.FileChooser
-
Action performed when the button is pressed, it displays the file-chooser enabling to choose
a direcotory path.
- actionPerformed(ActionEvent) - Method in class cz.zcu.fav.kiv.editor.graphics.components.parameters.ParameterCheckBox
-
Action performed when the check-box is selected or deselected.
- actionPerformed(ActionEvent) - Method in class cz.zcu.fav.kiv.editor.graphics.components.RadioButton
-
Action performed when one of radio-buttons is selected.
- actionPerformed(ActionEvent) - Method in class cz.zcu.fav.kiv.editor.graphics.frames.InfoDialog
-
Action performed when a button of dialog is pressed - then the dialog closes.
- actionPerformed(ActionEvent) - Method in class cz.zcu.fav.kiv.editor.graphics.options.OptionDialog
-
Action performed when a button of dialog is pressed.
- ADD_FO_NAMESPACE - Static variable in class cz.zcu.fav.kiv.editor.controller.options.OptionItems
-
The flag specifying if the FO namespace definition is added to every new stylesheet file
- addStatMessage(String) - Static method in class cz.zcu.fav.kiv.editor.controller.ProgressControl
-
- APPLICATION_VERSION - Static variable in class cz.zcu.fav.kiv.editor.controller.options.OptionItems
-
The version of the application
- assignDefaultFromValue() - Method in class cz.zcu.fav.kiv.editor.beans.types.Type
-
Assigns the default value same as value.
- assignDefaultFromValue() - Method in class cz.zcu.fav.kiv.editor.beans.types.Unit
-
Assigns the default value from value.
- Attribute - Class in cz.zcu.fav.kiv.editor.beans.properties
-
The Attribute
class represents an atribute of property.
- Attribute(String) - Constructor for class cz.zcu.fav.kiv.editor.beans.properties.Attribute
-
- Attribute(String, TypeAttr) - Constructor for class cz.zcu.fav.kiv.editor.beans.properties.Attribute
-
Initializes a newly created Attribute
with the specified name and the
type.
- attribute - Variable in class cz.zcu.fav.kiv.editor.beans.properties.UnitAttr
-
The reference to the attribute of the unit
- ATTRIBUTE - Static variable in class cz.zcu.fav.kiv.editor.stylesheet.XslTagConst
-
- ATTRIBUTE_SET - Static variable in class cz.zcu.fav.kiv.editor.stylesheet.XslTagConst
-
- AttributeButton - Class in cz.zcu.fav.kiv.editor.graphics.components.attributes
-
The AttributeButton
class represents the button displaying the dialog
with attributes AttributeDialog
.
- AttributeButton(Property) - Constructor for class cz.zcu.fav.kiv.editor.graphics.components.attributes.AttributeButton
-
Initializes a newly created AttributeButton
with the property.
- AttributeCheckBox - Class in cz.zcu.fav.kiv.editor.graphics.components.attributes
-
The AttributeCheckBox
class is the component check-box, that displays
whether the corresponding Attribute
of the Property
is selected or
not.
- AttributeCheckBox(Attribute) - Constructor for class cz.zcu.fav.kiv.editor.graphics.components.attributes.AttributeCheckBox
-
Initializes a newly created AttributeCheckBox
with the Attribute
.
- AttributeComponent - Class in cz.zcu.fav.kiv.editor.graphics.components.attributes
-
The AttributeComponent
class is the panel containing the Attributes
belonging to one AttributeGroup
.
- AttributeComponent(List<Attribute>) - Constructor for class cz.zcu.fav.kiv.editor.graphics.components.attributes.AttributeComponent
-
Initializes a newly created AttributeComponent
with the list of attributes.
- attributeDecl(String, String, String, String, String) - Method in class cz.zcu.fav.kiv.editor.stylesheet.XsltFileHandler
-
- AttributeDialog - Class in cz.zcu.fav.kiv.editor.graphics.components.attributes
-
The AttributeDialog
class is the dialog with Attribute
s of one
Property
.
- AttributeGroup - Class in cz.zcu.fav.kiv.editor.beans.properties
-
The AttributeGroup
class represents a group of atributes.
- AttributeGroup(String) - Constructor for class cz.zcu.fav.kiv.editor.beans.properties.AttributeGroup
-
Initializes a newly created Attribute
with the specified name and description.
- AttributeTypeForm - Class in cz.zcu.fav.kiv.editor.graphics.components.attributes
-
The AttributeTypeForm
class is the panel containing the components used for
editing Attribute
value.
- AttributeTypeForm(Attribute) - Constructor for class cz.zcu.fav.kiv.editor.graphics.components.attributes.AttributeTypeForm
-
Initializes a newly created AttributeTypeForm
with the attribute.
- AttributeXmlHandler - Class in cz.zcu.fav.kiv.editor.config.handlers
-
The AttributeXmlHandler
class is used for parsing the configuration file with
attributes - attributes.xml.
- AttributeXmlHandler(CommonTypes) - Constructor for class cz.zcu.fav.kiv.editor.config.handlers.AttributeXmlHandler
-
Initializes a newly created AttributeXmlHandler
with ConfigData
.
- changeChosen(Boolean) - Method in class cz.zcu.fav.kiv.editor.beans.properties.Attribute
-
Sets the temporaryChosen
parameter according the input argument.
- changeInstance() - Static method in class cz.zcu.fav.kiv.editor.controller.resource.ResourceController
-
Changes the loaded resource bundle to the new bundle for actully chosen editor language.
- changeLanguage(Locale) - Static method in class cz.zcu.fav.kiv.editor.controller.options.OptionItems
-
Changes language used in the editor by the input language locale, if the language locale is
supported by the editor.
- changeLanguage() - Static method in class cz.zcu.fav.kiv.editor.graphics.TopMenu
-
Changes the text titles of all menu items according to the actual application language.
- changeTitle() - Method in class cz.zcu.fav.kiv.editor.graphics.MainFrame
-
Changes the title of the main frame.
- changeValue(String) - Method in class cz.zcu.fav.kiv.editor.beans.parameters.TypeParam
-
Sets the new value of the type, marks the parameter
as chosen and update
parameter graphics figures.
- changeValue(String) - Method in class cz.zcu.fav.kiv.editor.beans.parameters.UnitParam
-
Sets the new value of unit and marks its parameter as chosen.
- changeValue(String) - Method in class cz.zcu.fav.kiv.editor.beans.properties.TypeAttr
-
Sets the new value of the type (standard and temporary value) and marks the
attribute
as chosen.
- changeValue(String) - Method in class cz.zcu.fav.kiv.editor.beans.properties.UnitAttr
-
Sets the new value of unit and marks its attribute as chosen.
- changeValue(String) - Method in class cz.zcu.fav.kiv.editor.beans.types.Type
-
Sets the new value of the type without notifying of graphics items.
- changeValue(String) - Method in class cz.zcu.fav.kiv.editor.beans.types.Unit
-
- characters(char[], int, int) - Method in class cz.zcu.fav.kiv.editor.config.handlers.AttributeXmlHandler
-
- characters(char[], int, int) - Method in class cz.zcu.fav.kiv.editor.config.handlers.ConfigXmlHandler
-
- characters(char[], int, int) - Method in class cz.zcu.fav.kiv.editor.config.handlers.FigureXmlHandler
-
- characters(char[], int, int) - Method in class cz.zcu.fav.kiv.editor.config.handlers.ParameterXmlHandler
-
- characters(char[], int, int) - Method in class cz.zcu.fav.kiv.editor.config.handlers.PropertyXmlHandler
-
- characters(char[], int, int) - Method in class cz.zcu.fav.kiv.editor.config.handlers.TypeXmlHandler
-
- characters(char[], int, int) - Method in class cz.zcu.fav.kiv.editor.stylesheet.XsltFileHandler
-
- characters(char[], int, int) - Method in class cz.zcu.fav.kiv.editor.template.TemplateXmlHandler
-
- CheckBox - Class in cz.zcu.fav.kiv.editor.graphics.components
-
The CheckBox
class is the component check-box used for displaying
parameter with boolean values - false (no) and true (yes).
- CheckBox(Type) - Constructor for class cz.zcu.fav.kiv.editor.graphics.components.CheckBox
-
Initializes a newly created CheckBox
with the parameter type.
- chosen - Variable in class cz.zcu.fav.kiv.editor.beans.common.ParentParameter
-
The flag specifying whether the element is chosen or not
- clearValues() - Method in class cz.zcu.fav.kiv.editor.beans.common.ParentParameter
-
Clear values (sets default values) of the element
and notifies its observers.
- clearValues() - Method in class cz.zcu.fav.kiv.editor.beans.ConfigData
-
Clear values (sets default values) of all sections.
- clearValues() - Method in class cz.zcu.fav.kiv.editor.beans.parameters.Parameter
-
Clear values (sets default values) of the parameter type and notify its observers.
- clearValues() - Method in class cz.zcu.fav.kiv.editor.beans.properties.Attribute
-
Clear values (sets default values) of the attribute types.
- clearValues() - Method in class cz.zcu.fav.kiv.editor.beans.properties.AttributeGroup
-
Clear values (sets default values) of all attribute types in the group.
- clearValues() - Method in class cz.zcu.fav.kiv.editor.beans.properties.Property
-
Clear values (sets default values) of all groups of types.
- clearValues() - Method in class cz.zcu.fav.kiv.editor.beans.sections.Group
-
Clear values (sets default values) of all parameters and properties.
- clearValues() - Method in class cz.zcu.fav.kiv.editor.beans.sections.Section
-
Clear values (sets default values) of all subsections.
- clearValues() - Method in class cz.zcu.fav.kiv.editor.beans.sections.Subsection
-
Clear values (sets default values) of all groups.
- clone() - Method in class cz.zcu.fav.kiv.editor.beans.properties.Attribute
-
- clone() - Method in class cz.zcu.fav.kiv.editor.beans.properties.AttributeGroup
-
- clone() - Method in class cz.zcu.fav.kiv.editor.beans.types.DefaultType
-
- clone() - Method in class cz.zcu.fav.kiv.editor.beans.types.Type
-
- clone() - Method in class cz.zcu.fav.kiv.editor.beans.types.Unit
-
- close() - Method in class cz.zcu.fav.kiv.editor.stylesheet.FileStreamOutput
-
- COLOR_RECT_HEIGHT - Static variable in class cz.zcu.fav.kiv.editor.graphics.components.ColorChooser
-
The height of the rectangle displaying the actually chosen color
- COLOR_RECT_WIDTH - Static variable in class cz.zcu.fav.kiv.editor.graphics.components.ColorChooser
-
The width of the rectangle displaying the actually chosen color
- ColorChooser - Class in cz.zcu.fav.kiv.editor.graphics.components
-
The ColorChooser
class is the component used for choosing colors from the list of
colors or from the color palette.
- ColorChooser(Type) - Constructor for class cz.zcu.fav.kiv.editor.graphics.components.ColorChooser
-
Initializes a newly created ColorChooser
with the parameter type.
- ComboBox - Class in cz.zcu.fav.kiv.editor.graphics.components
-
The ComboBox
class is the component combo-box used for displaying a
list of predefined values of a parameter.
- ComboBox(Type) - Constructor for class cz.zcu.fav.kiv.editor.graphics.components.ComboBox
-
Initializes a newly created ComboBox
with the parameter type.
- ComboBoxEdit - Class in cz.zcu.fav.kiv.editor.graphics.components
-
The ComboBoxEdit
class is the component combo-box used for displaying a
list of predefined values of a parameter.
- ComboBoxEdit(Type) - Constructor for class cz.zcu.fav.kiv.editor.graphics.components.ComboBoxEdit
-
Initializes a newly created ComboBoxEdit
with the parameter type.
- ComboBoxUnit - Class in cz.zcu.fav.kiv.editor.graphics.components
-
The ComboBoxUnit
class is the component combo-box used for displaying a
list of predefined units of a parameter.
- ComboBoxUnit(Unit) - Constructor for class cz.zcu.fav.kiv.editor.graphics.components.ComboBoxUnit
-
Initializes a newly created ComboBoxUnit
with the parameter unit.
- comment(char[], int, int) - Method in class cz.zcu.fav.kiv.editor.stylesheet.XsltFileHandler
-
- CommonTypes - Class in cz.zcu.fav.kiv.editor.beans.types
-
- CommonTypes(List<String>, Map<String, String>, Map<String, String>) - Constructor for class cz.zcu.fav.kiv.editor.beans.types.CommonTypes
-
- compareTo(Object) - Method in class cz.zcu.fav.kiv.editor.beans.common.ParentParameter
-
- CONDITION - Static variable in enum cz.zcu.fav.kiv.editor.config.constants.TagDefinition.ParameterTags
-
- CONF_FILE_ATTRIBUTES - Static variable in class cz.zcu.fav.kiv.editor.config.constants.FileConst
-
The configuration file describing attributes
- CONF_FILE_ATTRIBUTES_XSD - Static variable in class cz.zcu.fav.kiv.editor.config.constants.FileConst
-
The XML schema of the configuration file describing attributes
- CONF_FILE_CONFIG - Static variable in class cz.zcu.fav.kiv.editor.config.constants.FileConst
-
The configuration file describing layout of parameters and attribute-sets
- CONF_FILE_CONFIG_XSD - Static variable in class cz.zcu.fav.kiv.editor.config.constants.FileConst
-
The XML schema of the configuration file describing layout of parameters and attribute-sets
- CONF_FILE_CONVERT - Static variable in class cz.zcu.fav.kiv.editor.config.constants.FileConst
-
The XSL file used for converting text in DocBook to HTML format
- CONF_FILE_FIGURES - Static variable in class cz.zcu.fav.kiv.editor.config.constants.FileConst
-
The configuration file describing graphics figures
- CONF_FILE_FIGURES_XSD - Static variable in class cz.zcu.fav.kiv.editor.config.constants.FileConst
-
The XML schema of the configuration file describing graphics figures
- CONF_FILE_TEMPLATE - Static variable in class cz.zcu.fav.kiv.editor.template.TemplateConst
-
The file with default template
- CONF_FILE_TEMPLATE_DIR - Static variable in class cz.zcu.fav.kiv.editor.template.TemplateConst
-
The directory where default template is stored
- CONF_FILE_TEMPLATE_XSD - Static variable in class cz.zcu.fav.kiv.editor.template.TemplateConst
-
The XML schema of the file with default template
- CONF_FILE_TYPE - Static variable in class cz.zcu.fav.kiv.editor.config.constants.FileConst
-
The configuration file describing types
- CONF_FILE_TYPE_XSD - Static variable in class cz.zcu.fav.kiv.editor.config.constants.FileConst
-
The XML schema of the configuration file describing types
- CONF_FILE_XML_DIR - Static variable in class cz.zcu.fav.kiv.editor.config.constants.FileConst
-
The directory where configuration files are stored
- CONF_FILE_XSD_DIR - Static variable in class cz.zcu.fav.kiv.editor.config.constants.FileConst
-
The directory where XML schemas of configuration files are stored
- ConfigController - Class in cz.zcu.fav.kiv.editor.config
-
The ConfigController
class contains methods for reading configuration files.
- ConfigController() - Constructor for class cz.zcu.fav.kiv.editor.config.ConfigController
-
Initializes a newly created ConfigController
.
- ConfigData - Class in cz.zcu.fav.kiv.editor.beans
-
The ConfigData
class represents main structure containing the list of parameter
sections and lists of predefined type values.
- ConfigData() - Constructor for class cz.zcu.fav.kiv.editor.beans.ConfigData
-
- ConfigException - Class in cz.zcu.fav.kiv.editor.controller.errors
-
The ConfigException
class is used for reporting errors generated during loading configuration
files and templates.
- ConfigException() - Constructor for class cz.zcu.fav.kiv.editor.controller.errors.ConfigException
-
Initializes a newly created empty ConfigException
.
- ConfigException(String, String) - Constructor for class cz.zcu.fav.kiv.editor.controller.errors.ConfigException
-
Initializes a newly created ConfigException
with specified error messages and
error source file.
- ConfigInfoForm - Class in cz.zcu.fav.kiv.editor.graphics.frames
-
The ConfigInfoForm
class is the dialog displaying information about configuratio
files.
- ConfigInfoForm() - Constructor for class cz.zcu.fav.kiv.editor.graphics.frames.ConfigInfoForm
-
Initializes a newly created ConfigInfoForm
with its title.
- ConfigParser - Class in cz.zcu.fav.kiv.editor.config
-
The ConfigParser
class contains methods for parsing configuration files.
- ConfigParser() - Constructor for class cz.zcu.fav.kiv.editor.config.ConfigParser
-
Initializes a newly created ConfigParser
.
- ConfigXmlHandler - Class in cz.zcu.fav.kiv.editor.config.handlers
-
The ConfigXmlHandler
class is used for parsing the configuration file with layout
of parameters and attribute-sets - config.xml.
- ConfigXmlHandler(AttributeGroup[]) - Constructor for class cz.zcu.fav.kiv.editor.config.handlers.ConfigXmlHandler
-
Initializes a newly created ConfigXmlHandler
with list of
AttributeGroup
s.
- CONTAINS - Static variable in enum cz.zcu.fav.kiv.editor.config.constants.TagDefinition.ParameterTags
-
- contains(String) - Static method in enum cz.zcu.fav.kiv.editor.config.constants.TypeEnum
-
Specifies if the input component is among predefined components ComponentEnum
.
- containsEncoding(String) - Static method in enum cz.zcu.fav.kiv.editor.controller.options.EncodingEnum
-
Specifies if the input encoding is among predefined encodings EncodingEnum
.
- containsNewline(String) - Static method in enum cz.zcu.fav.kiv.editor.controller.options.NewlineEnum
-
Specifies if the input end of line is among predefined ends of line NewlineEnum
.
- controlSetTypeValue(Type, String) - Static method in class cz.zcu.fav.kiv.editor.utils.TagControl
-
Controls if the input value corresponds to the Type
component.
- convertBoolean(boolean) - Static method in class cz.zcu.fav.kiv.editor.utils.TagParser
-
Converts the boolean value to the string value "1" or "0".
- createBrowserIcon() - Static method in class cz.zcu.fav.kiv.editor.graphics.images.EditorIcon
-
Loads the browser icon.
- createColor(Color) - Static method in class cz.zcu.fav.kiv.editor.utils.TagParser
-
Transformes a string containing color in hexadecimal format (#rrggbb) to Color
.
- createColorIcon() - Static method in class cz.zcu.fav.kiv.editor.graphics.images.EditorIcon
-
Loads the colors chooser icon.
- createContent() - Method in class cz.zcu.fav.kiv.editor.graphics.frames.AboutForm
-
- createContent() - Method in class cz.zcu.fav.kiv.editor.graphics.frames.ConfigInfoForm
-
- createContent() - Method in class cz.zcu.fav.kiv.editor.graphics.frames.InfoDialog
-
Creates the panel forming the content of the dialog.
- createEditorIcon() - Static method in class cz.zcu.fav.kiv.editor.graphics.images.EditorIcon
-
Loads the main editor icon.
- createForm() - Method in class cz.zcu.fav.kiv.editor.graphics.options.OptionDialog
-
Creates the form that makes the content of the dialog.
- createForm() - Method in class cz.zcu.fav.kiv.editor.graphics.options.OptionEditorDialog
-
- createForm() - Method in class cz.zcu.fav.kiv.editor.graphics.options.OptionStylesheetDialog
-
- createFrame(ConfigData) - Static method in class cz.zcu.fav.kiv.editor.graphics.MainFrame
-
Creates the main application frame MainFrame
with specified data.
- createHelp() - Method in class cz.zcu.fav.kiv.editor.graphics.frames.HelpFrame
-
Creates the new help content according to the actual application language locale.
- createHelpIcon() - Static method in class cz.zcu.fav.kiv.editor.graphics.images.EditorIcon
-
Loads the help icon.
- createLargeEditorIcon() - Static method in class cz.zcu.fav.kiv.editor.graphics.images.EditorIcon
-
Loads the large editor icon.
- createSpinnerFloat(Type) - Static method in class cz.zcu.fav.kiv.editor.graphics.components.SpinnerFloat
-
Creates the spinner used for displaying and changing decimal numbers.
- createSpinnerInt(Type) - Static method in class cz.zcu.fav.kiv.editor.graphics.components.SpinnerInt
-
Creates the spinner used for displaying and changing integer numbers.
- createTabIcon() - Static method in class cz.zcu.fav.kiv.editor.graphics.images.EditorIcon
-
Loads the tab icon.
- createXsltFile() - Static method in class cz.zcu.fav.kiv.editor.stylesheet.XslParser
-
Creates a new DOM structure of an empty XSL stylesheet.
- cz.zcu.fav.kiv.editor.beans - package cz.zcu.fav.kiv.editor.beans
-
- cz.zcu.fav.kiv.editor.beans.common - package cz.zcu.fav.kiv.editor.beans.common
-
- cz.zcu.fav.kiv.editor.beans.graphics - package cz.zcu.fav.kiv.editor.beans.graphics
-
- cz.zcu.fav.kiv.editor.beans.parameters - package cz.zcu.fav.kiv.editor.beans.parameters
-
- cz.zcu.fav.kiv.editor.beans.properties - package cz.zcu.fav.kiv.editor.beans.properties
-
- cz.zcu.fav.kiv.editor.beans.sections - package cz.zcu.fav.kiv.editor.beans.sections
-
- cz.zcu.fav.kiv.editor.beans.types - package cz.zcu.fav.kiv.editor.beans.types
-
- cz.zcu.fav.kiv.editor.config - package cz.zcu.fav.kiv.editor.config
-
- cz.zcu.fav.kiv.editor.config.constants - package cz.zcu.fav.kiv.editor.config.constants
-
- cz.zcu.fav.kiv.editor.config.handlers - package cz.zcu.fav.kiv.editor.config.handlers
-
- cz.zcu.fav.kiv.editor.controller - package cz.zcu.fav.kiv.editor.controller
-
- cz.zcu.fav.kiv.editor.controller.errors - package cz.zcu.fav.kiv.editor.controller.errors
-
- cz.zcu.fav.kiv.editor.controller.logger - package cz.zcu.fav.kiv.editor.controller.logger
-
- cz.zcu.fav.kiv.editor.controller.options - package cz.zcu.fav.kiv.editor.controller.options
-
- cz.zcu.fav.kiv.editor.controller.resource - package cz.zcu.fav.kiv.editor.controller.resource
-
- cz.zcu.fav.kiv.editor.displays - package cz.zcu.fav.kiv.editor.displays
-
- cz.zcu.fav.kiv.editor.graphics - package cz.zcu.fav.kiv.editor.graphics
-
- cz.zcu.fav.kiv.editor.graphics.components - package cz.zcu.fav.kiv.editor.graphics.components
-
- cz.zcu.fav.kiv.editor.graphics.components.attributes - package cz.zcu.fav.kiv.editor.graphics.components.attributes
-
- cz.zcu.fav.kiv.editor.graphics.components.editor - package cz.zcu.fav.kiv.editor.graphics.components.editor
-
- cz.zcu.fav.kiv.editor.graphics.components.parameters - package cz.zcu.fav.kiv.editor.graphics.components.parameters
-
- cz.zcu.fav.kiv.editor.graphics.console - package cz.zcu.fav.kiv.editor.graphics.console
-
- cz.zcu.fav.kiv.editor.graphics.frames - package cz.zcu.fav.kiv.editor.graphics.frames
-
- cz.zcu.fav.kiv.editor.graphics.images - package cz.zcu.fav.kiv.editor.graphics.images
-
- cz.zcu.fav.kiv.editor.graphics.intro - package cz.zcu.fav.kiv.editor.graphics.intro
-
- cz.zcu.fav.kiv.editor.graphics.options - package cz.zcu.fav.kiv.editor.graphics.options
-
- cz.zcu.fav.kiv.editor.graphics.utils - package cz.zcu.fav.kiv.editor.graphics.utils
-
- cz.zcu.fav.kiv.editor.stylesheet - package cz.zcu.fav.kiv.editor.stylesheet
-
- cz.zcu.fav.kiv.editor.template - package cz.zcu.fav.kiv.editor.template
-
- cz.zcu.fav.kiv.editor.utils - package cz.zcu.fav.kiv.editor.utils
-
- EditorBody - Class in cz.zcu.fav.kiv.editor.graphics.components.editor
-
The EditorBody
class represents the body of the editor.
- EditorBody(List<Section>) - Constructor for class cz.zcu.fav.kiv.editor.graphics.components.editor.EditorBody
-
Initializes a newly created EditorBody
with the list of Sections
with parameters.
- EditorIcon - Class in cz.zcu.fav.kiv.editor.graphics.images
-
The EditorIcon
class is used for loading images used in the editor.
- EditorIcon() - Constructor for class cz.zcu.fav.kiv.editor.graphics.images.EditorIcon
-
- EditorOptionForm - Class in cz.zcu.fav.kiv.editor.graphics.options
-
The EditorOptionForm
class is the form with stylesheet options.
- EditorOptionForm() - Constructor for class cz.zcu.fav.kiv.editor.graphics.options.EditorOptionForm
-
Initializes a newly created EditorOptionForm
.
- elementDecl(String, String) - Method in class cz.zcu.fav.kiv.editor.stylesheet.XsltFileHandler
-
- ENCODING - Static variable in class cz.zcu.fav.kiv.editor.controller.options.OptionItems
-
The actual editor encoding
- EncodingEnum - Enum in cz.zcu.fav.kiv.editor.controller.options
-
The EncodingEnum
class is the enumerated list of document encodings.
- endCDATA() - Method in class cz.zcu.fav.kiv.editor.stylesheet.XsltFileHandler
-
- endDTD() - Method in class cz.zcu.fav.kiv.editor.stylesheet.XsltFileHandler
-
- endElement(String, String, String) - Method in class cz.zcu.fav.kiv.editor.config.handlers.AttributeXmlHandler
-
- endElement(String, String, String) - Method in class cz.zcu.fav.kiv.editor.config.handlers.ConfigXmlHandler
-
- endElement(String, String, String) - Method in class cz.zcu.fav.kiv.editor.config.handlers.FigureXmlHandler
-
- endElement(String, String, String) - Method in class cz.zcu.fav.kiv.editor.config.handlers.ParameterXmlHandler
-
- endElement(String, String, String) - Method in class cz.zcu.fav.kiv.editor.config.handlers.PropertyXmlHandler
-
- endElement(String, String, String) - Method in class cz.zcu.fav.kiv.editor.config.handlers.TypeXmlHandler
-
- endElement(String, String, String) - Method in class cz.zcu.fav.kiv.editor.stylesheet.XsltFileHandler
-
- endElement(String, String, String) - Method in class cz.zcu.fav.kiv.editor.template.TemplateXmlHandler
-
- endEntity(String) - Method in class cz.zcu.fav.kiv.editor.stylesheet.XsltFileHandler
-
- equals(Object) - Method in class cz.zcu.fav.kiv.editor.beans.common.GeneralElement
-
- equals(Object) - Method in class cz.zcu.fav.kiv.editor.beans.graphics.Figure
-
- ERASE_CONSOLE - Static variable in class cz.zcu.fav.kiv.editor.controller.options.OptionItems
-
The flag specifying if the editor console is erased before every action
- eraseConsole() - Static method in class cz.zcu.fav.kiv.editor.controller.MessageWriter
-
Erases the editor console.
- eraseConsole() - Static method in class cz.zcu.fav.kiv.editor.graphics.console.MessageConsole
-
Erases the content of the console.
- error(SAXParseException) - Method in class cz.zcu.fav.kiv.editor.controller.errors.XslParserException
-
Handles the error messages rised during file parsing.
- error(String, Throwable) - Static method in class cz.zcu.fav.kiv.editor.controller.logger.Log
-
Logs the error with its error tracing and description obtained by
ErrorResourceController
.
- error(Throwable) - Static method in class cz.zcu.fav.kiv.editor.controller.logger.Log
-
Logs the error with its error tracing.
- ERROR_RESOURCE_PATH - Static variable in class cz.zcu.fav.kiv.editor.controller.resource.ResourceConst
-
The file containing the error text resources
- ErrorDialog - Class in cz.zcu.fav.kiv.editor.utils
-
The ErrorDialog
class displays the error dialog containing the description of the
application error.
- ErrorDialog() - Constructor for class cz.zcu.fav.kiv.editor.utils.ErrorDialog
-
- ErrorResourceController - Class in cz.zcu.fav.kiv.editor.controller.resource
-
The ErrorResourceController
class contains methods for loading error text
resources.
- ErrorResourceController() - Constructor for class cz.zcu.fav.kiv.editor.controller.resource.ErrorResourceController
-
Initializes a newly created ErrorResourceController
with error resource
bundle.
- errorText(String, Throwable) - Static method in class cz.zcu.fav.kiv.editor.controller.logger.Log
-
Logs the error with its error tracing and description.
- execBatch() - Static method in class cz.zcu.fav.kiv.editor.utils.RunBatch
-
Executes the batch file.
- exitItem() - Static method in class cz.zcu.fav.kiv.editor.controller.MenuController
-
Stores editor options in the application cofiguration file.
- externalEntityDecl(String, String, String) - Method in class cz.zcu.fav.kiv.editor.stylesheet.XsltFileHandler
-
- fatal(Throwable) - Static method in class cz.zcu.fav.kiv.editor.controller.logger.Log
-
Logs the fatal error with its error tracing.
- fatalError(SAXParseException) - Method in class cz.zcu.fav.kiv.editor.controller.errors.XslParserException
-
Handles the fatal error messages rised during file parsing.
- Figure - Class in cz.zcu.fav.kiv.editor.beans.graphics
-
The Figure
class represents a graphics figure used for illustrating values of some
parameters.
- Figure(String) - Constructor for class cz.zcu.fav.kiv.editor.beans.graphics.Figure
-
- FigureXmlHandler - Class in cz.zcu.fav.kiv.editor.config.handlers
-
The FigureXmlHandler
class is used for parsing the configuration file with
graphics figures - graphics.xml.
- FigureXmlHandler(Map<String, Parameter>, Map<String, Figure>) - Constructor for class cz.zcu.fav.kiv.editor.config.handlers.FigureXmlHandler
-
Initializes a newly created FigureXmlHandler
with list of
Parameter
s.
- FileChooser - Class in cz.zcu.fav.kiv.editor.graphics.components
-
The FileChooser
class is the component text-field and button
used for choosing a directory path with the file-chooser.
- FileChooser(Type) - Constructor for class cz.zcu.fav.kiv.editor.graphics.components.FileChooser
-
Initializes a newly created FileChooser
with the parameter type.
- FileConst - Class in cz.zcu.fav.kiv.editor.config.constants
-
The FileConst
class contains paths and names of configuration files and their XSL
schemas.
- FileConst() - Constructor for class cz.zcu.fav.kiv.editor.config.constants.FileConst
-
- FileNotFoundException - Class in cz.zcu.fav.kiv.editor.controller.errors
-
The FileNotFoundException
class is used when a configuration file, templates or
their XML schema is missing.
- FileNotFoundException(String) - Constructor for class cz.zcu.fav.kiv.editor.controller.errors.FileNotFoundException
-
Initializes a newly created FileNotFoundException
with missing file.
- FileNotFoundException() - Constructor for class cz.zcu.fav.kiv.editor.controller.errors.FileNotFoundException
-
Initializes a newly created empty FileNotFoundException
.
- FileNotFoundException(Throwable) - Constructor for class cz.zcu.fav.kiv.editor.controller.errors.FileNotFoundException
-
Initializes a newly created empty FileNotFoundException
with the rised error.
- FileStreamOutput - Class in cz.zcu.fav.kiv.editor.stylesheet
-
The FileStreamOutput
class is used for changing chars of ends of line (CR+LF, CR,
LF) in the output XSL stylesheet file stream.
- FileStreamOutput(FileOutputStream) - Constructor for class cz.zcu.fav.kiv.editor.stylesheet.FileStreamOutput
-
Initializes a newly created FileStreamOutput
with defined file output stream.
- flush() - Method in class cz.zcu.fav.kiv.editor.stylesheet.FileStreamOutput
-
- FO - Static variable in enum cz.zcu.fav.kiv.editor.config.constants.TagDefinition.ParameterTags
-
- FO_NAMESPACE - Static variable in class cz.zcu.fav.kiv.editor.controller.options.OptionItems
-
The stylesheet FO namespace
- focusGained(FocusEvent) - Method in class cz.zcu.fav.kiv.editor.graphics.components.parameters.DescriptionForm
-
Action performed when the dialog gains focus - does nothing.
- focusGained(FocusEvent) - Method in class cz.zcu.fav.kiv.editor.graphics.components.TextArea
-
Action performed when the text-area gains focus - does nothing.
- focusGained(FocusEvent) - Method in class cz.zcu.fav.kiv.editor.graphics.components.TextField
-
Action performed when the text-field gains focus - does nothing.
- focusLost(FocusEvent) - Method in class cz.zcu.fav.kiv.editor.graphics.components.parameters.DescriptionForm
-
Action performed when the dialog losts focus - hides the dialog.
- focusLost(FocusEvent) - Method in class cz.zcu.fav.kiv.editor.graphics.components.TextArea
-
Action performed when the text-area losts focus.
- focusLost(FocusEvent) - Method in class cz.zcu.fav.kiv.editor.graphics.components.TextField
-
Action performed when the text-field losts focus.
- FrameShower - Class in cz.zcu.fav.kiv.editor.graphics.utils
-
The FrameShower
class is used for displaying the frame in the thread safe mode.
- FrameShower(JFrame) - Constructor for class cz.zcu.fav.kiv.editor.graphics.utils.FrameShower
-
Initializes a newly created FrameShower
with the specified frame.
- GeneralElement - Class in cz.zcu.fav.kiv.editor.beans.common
-
The GeneralElement
class represents a parent common for all elements like
Parameter
, Property
or Attribute
.
- GeneralElement() - Constructor for class cz.zcu.fav.kiv.editor.beans.common.GeneralElement
-
Initializes a newly created emptyGeneralElement
.
- GeneralElement(String) - Constructor for class cz.zcu.fav.kiv.editor.beans.common.GeneralElement
-
Initializes a newly created emptyGeneralElement
with the specified name.
- GENERATE_COMMENTS - Static variable in class cz.zcu.fav.kiv.editor.controller.options.OptionItems
-
The flag specifying if the comments in stylesheets are generated
- getAnswer() - Method in class cz.zcu.fav.kiv.editor.graphics.utils.OverwriteFileDialog
-
Gets the user answer chosen in the option dialog.
- getAnswer() - Method in class cz.zcu.fav.kiv.editor.graphics.utils.SaveFileDialog
-
Gets the user answer chosen in the save dialog.
- getAttrGroupList() - Method in class cz.zcu.fav.kiv.editor.config.handlers.AttributeXmlHandler
-
- getAttributeGroupList() - Method in class cz.zcu.fav.kiv.editor.beans.properties.Property
-
- getAttributeList() - Method in class cz.zcu.fav.kiv.editor.beans.properties.AttributeGroup
-
- getClassName() - Method in class cz.zcu.fav.kiv.editor.beans.graphics.Figure
-
- getColorList() - Method in class cz.zcu.fav.kiv.editor.config.handlers.TypeXmlHandler
-
- getColors() - Method in class cz.zcu.fav.kiv.editor.beans.types.CommonTypes
-
- getComment() - Method in class cz.zcu.fav.kiv.editor.beans.sections.Subsection
-
- getCommonTypes() - Method in class cz.zcu.fav.kiv.editor.config.ConfigController
-
- getConfigData() - Method in class cz.zcu.fav.kiv.editor.graphics.MainFrame
-
- getCurrent() - Method in class cz.zcu.fav.kiv.editor.controller.ProgressControl
-
Called from ProgressBar
to find out how much has been done.
- getData() - Method in class cz.zcu.fav.kiv.editor.config.ConfigController
-
- getData() - Method in class cz.zcu.fav.kiv.editor.controller.ProgressControl
-
Returns editor data structure loaded from configuration files.
- getData() - Static method in class cz.zcu.fav.kiv.editor.graphics.intro.ProgressBar
-
- getDefaultBatchSettings(Properties) - Static method in class cz.zcu.fav.kiv.editor.controller.options.OptionItems
-
Fills application properties property
by default other values.
- getDefaultEditorSettings(Properties) - Static method in class cz.zcu.fav.kiv.editor.controller.options.OptionItems
-
Fills application properties property
by default option values.
- getDefaultLocale() - Static method in enum cz.zcu.fav.kiv.editor.controller.resource.LanguageEnum
-
Gets the current value of the default locale for this instance of the Java Virtual Machine.
- getDefaultStylesheetSettings(Properties) - Static method in class cz.zcu.fav.kiv.editor.controller.options.OptionItems
-
Fills application properties property
by default option values.
- getDefaultValue() - Method in class cz.zcu.fav.kiv.editor.beans.types.DefaultType
-
- getDefaultValue() - Method in class cz.zcu.fav.kiv.editor.beans.types.Type
-
- getDefaultValue() - Method in class cz.zcu.fav.kiv.editor.beans.types.Unit
-
- getDescription() - Method in class cz.zcu.fav.kiv.editor.beans.common.ParentParameter
-
- getDescription() - Method in class cz.zcu.fav.kiv.editor.graphics.utils.XmlFilter
-
- getDescription() - Method in class cz.zcu.fav.kiv.editor.graphics.utils.XslFilter
-
- getDocument() - Method in class cz.zcu.fav.kiv.editor.stylesheet.XsltFileHandler
-
- getElementList() - Method in class cz.zcu.fav.kiv.editor.beans.sections.Group
-
- getEncoding(String) - Static method in enum cz.zcu.fav.kiv.editor.controller.options.EncodingEnum
-
Returns EncodingEnum
object for corresponding key.
- getEnumValue(String) - Static method in enum cz.zcu.fav.kiv.editor.config.constants.TagDefinition.ParameterTags
-
Returns predefined constant of element according to the element name.
- getErrorMessage() - Method in class cz.zcu.fav.kiv.editor.controller.ProgressControl
-
Returns the error message.
- getFigure() - Method in class cz.zcu.fav.kiv.editor.beans.sections.Group
-
- getFigureList() - Method in class cz.zcu.fav.kiv.editor.config.ConfigController
-
- getFigureList() - Method in class cz.zcu.fav.kiv.editor.config.handlers.ConfigXmlHandler
-
- getFirstSheet() - Method in class cz.zcu.fav.kiv.editor.graphics.components.editor.TreeMenu
-
Gets the section sheet belonging to the first tree node.
- getFontList() - Method in class cz.zcu.fav.kiv.editor.config.handlers.TypeXmlHandler
-
- getFonts() - Method in class cz.zcu.fav.kiv.editor.beans.types.CommonTypes
-
- getGroupList() - Method in class cz.zcu.fav.kiv.editor.beans.sections.Subsection
-
- getInstance(EditorBody, List<Section>) - Static method in class cz.zcu.fav.kiv.editor.graphics.components.editor.TreeMenu
-
Singleton constructor - gets the single instance of the TreeMenu
class.
- getInstance() - Static method in class cz.zcu.fav.kiv.editor.graphics.console.MessageConsole
-
Singleton constructor - gets the single instance of the MessageConsole
class.
- getInstance() - Static method in class cz.zcu.fav.kiv.editor.graphics.frames.HelpFrame
-
Returns the single instance of the help frame.
- getInstance() - Static method in class cz.zcu.fav.kiv.editor.graphics.MainFrame
-
Singleton constructor - gets the single instance of the MainFrame
class.
- getInstance() - Static method in class cz.zcu.fav.kiv.editor.template.TemplateController
-
Static methods return instance of TemplateController
.
- getKey() - Method in enum cz.zcu.fav.kiv.editor.controller.options.EncodingEnum
-
- getKey() - Method in enum cz.zcu.fav.kiv.editor.controller.options.NewlineEnum
-
- getKeyFromValue(String) - Method in class cz.zcu.fav.kiv.editor.beans.types.DefaultType
-
Returns the key for input value it it is contained in the list of predefined values.
- getKeyFromValue(String) - Method in class cz.zcu.fav.kiv.editor.beans.types.Type
-
Returns the key for input value it it is contained in the list of predefined values.
- getLanguage(Locale) - Static method in enum cz.zcu.fav.kiv.editor.controller.resource.LanguageEnum
-
Returns LanguageEnum
language for corresponding locale.
- getLineNumber() - Method in class cz.zcu.fav.kiv.editor.beans.common.ParentParameter
-
- getLocale() - Method in enum cz.zcu.fav.kiv.editor.controller.resource.LanguageEnum
-
- getMessage() - Method in enum cz.zcu.fav.kiv.editor.controller.options.NewlineEnum
-
- getMessage() - Method in class cz.zcu.fav.kiv.editor.controller.ProgressControl
-
Returns the most recent status message.
- getMessage(String) - Static method in class cz.zcu.fav.kiv.editor.controller.resource.ErrorResourceController
-
Gets the error text resource for the input key.
- getMessage(String, Object...) - Static method in class cz.zcu.fav.kiv.editor.controller.resource.ErrorResourceController
-
Gets the error text resource for the input key and arguments.
- getMessage(String) - Static method in class cz.zcu.fav.kiv.editor.controller.resource.ResourceController
-
Gets the text resource of the actual language for the input key.
- getMessage(String, Object...) - Static method in class cz.zcu.fav.kiv.editor.controller.resource.ResourceController
-
Gets the text resource of the actual language for the input key and arguments.
- getMutAttr() - Method in class cz.zcu.fav.kiv.editor.graphics.console.MessageConsole
-
- getName() - Method in class cz.zcu.fav.kiv.editor.beans.common.GeneralElement
-
- getName() - Method in class cz.zcu.fav.kiv.editor.beans.graphics.Figure
-
- getName() - Method in class cz.zcu.fav.kiv.editor.beans.types.Type
-
- getNewline(String) - Static method in enum cz.zcu.fav.kiv.editor.controller.options.NewlineEnum
-
Returns NewlineEnum
object for the corresponding key.
- getNode() - Method in class cz.zcu.fav.kiv.editor.beans.common.GeneralElement
-
- getOpenFile() - Method in class cz.zcu.fav.kiv.editor.graphics.MainFrame
-
- getOpenFilePath() - Method in class cz.zcu.fav.kiv.editor.beans.OpenFile
-
- getOwnerName() - Method in class cz.zcu.fav.kiv.editor.beans.parameters.TypeParam
-
- getOwnerName() - Method in class cz.zcu.fav.kiv.editor.beans.properties.TypeAttr
-
- getOwnerName() - Method in class cz.zcu.fav.kiv.editor.beans.types.Type
-
Return the name of the owner element - parameter or attribute.
- getParameterList() - Method in class cz.zcu.fav.kiv.editor.beans.ConfigData
-
- getParameterList() - Method in class cz.zcu.fav.kiv.editor.beans.graphics.Figure
-
- getParameterList() - Method in class cz.zcu.fav.kiv.editor.config.handlers.ConfigXmlHandler
-
- getParsedParameterList() - Method in class cz.zcu.fav.kiv.editor.config.ParamController
-
- getParsedParameterList() - Method in class cz.zcu.fav.kiv.editor.config.ParameterParser
-
- getParsedPropertyList() - Method in class cz.zcu.fav.kiv.editor.config.PropertyParser
-
- getPropertyList() - Method in class cz.zcu.fav.kiv.editor.beans.ConfigData
-
- getPropertyList() - Method in class cz.zcu.fav.kiv.editor.config.handlers.ConfigXmlHandler
-
- getPurpose() - Method in class cz.zcu.fav.kiv.editor.beans.common.ParentParameter
-
- getSectionList() - Method in class cz.zcu.fav.kiv.editor.beans.ConfigData
-
- getSections() - Method in class cz.zcu.fav.kiv.editor.config.handlers.ConfigXmlHandler
-
- getStackTrace(Throwable) - Static method in class cz.zcu.fav.kiv.editor.controller.logger.Log
-
- getSubsectionList() - Method in class cz.zcu.fav.kiv.editor.beans.sections.Section
-
- getTask() - Static method in class cz.zcu.fav.kiv.editor.graphics.intro.ProgressBar
-
- getTimer() - Static method in class cz.zcu.fav.kiv.editor.graphics.intro.ProgressBar
-
- getTitle() - Method in class cz.zcu.fav.kiv.editor.beans.common.ParentSection
-
- getType() - Method in class cz.zcu.fav.kiv.editor.beans.parameters.Parameter
-
- getType() - Method in class cz.zcu.fav.kiv.editor.beans.properties.Attribute
-
- getUnit() - Method in class cz.zcu.fav.kiv.editor.beans.types.Type
-
- getUnitList() - Method in class cz.zcu.fav.kiv.editor.config.handlers.TypeXmlHandler
-
- getUnits() - Method in class cz.zcu.fav.kiv.editor.beans.types.CommonTypes
-
- getUnparsedAttributeList() - Method in class cz.zcu.fav.kiv.editor.config.handlers.PropertyXmlHandler
-
- getValue() - Method in class cz.zcu.fav.kiv.editor.beans.types.Type
-
- getValue() - Method in class cz.zcu.fav.kiv.editor.beans.types.Unit
-
- getValue(String) - Static method in enum cz.zcu.fav.kiv.editor.config.constants.TagDefinition.AttributeTags
-
Returns predefined constant of element according to the element name.
- getValue(String) - Static method in enum cz.zcu.fav.kiv.editor.config.constants.TagDefinition.ConfigTags
-
Returns predefined constant of element according to the element name.
- getValue(String) - Static method in enum cz.zcu.fav.kiv.editor.config.constants.TagDefinition.FigureTags
-
Returns predefined constant of element according to the element name.
- getValue() - Method in enum cz.zcu.fav.kiv.editor.config.constants.TagDefinition.ParameterTags
-
- getValue(String) - Static method in enum cz.zcu.fav.kiv.editor.config.constants.TagDefinition.TypeTags
-
Returns predefined constant of element according to the element name.
- getValue(String) - Static method in enum cz.zcu.fav.kiv.editor.config.constants.TypeEnum
-
Returns ComponentEnum
object for the corresponding name.
- getValue(String) - Static method in enum cz.zcu.fav.kiv.editor.template.TemplateConst.TemplateTags
-
Returns predefined constant of element according to the element name.
- getValueList() - Method in class cz.zcu.fav.kiv.editor.beans.types.DefaultType
-
- getValueList() - Method in class cz.zcu.fav.kiv.editor.beans.types.Type
-
- getValueList() - Method in class cz.zcu.fav.kiv.editor.beans.types.Unit
-
- getWholeFile() - Method in class cz.zcu.fav.kiv.editor.beans.OpenFile
-
- go() - Method in class cz.zcu.fav.kiv.editor.controller.ProgressControl
-
Launches the thread which loads configuration files.
- go() - Method in class cz.zcu.fav.kiv.editor.graphics.MainFrame
-
Initializes the form and launched it.
- GraphicsFigure - Class in cz.zcu.fav.kiv.editor.displays
-
The GraphicsFigure
class represents a parent for all graphics figures.
- GraphicsFigure() - Constructor for class cz.zcu.fav.kiv.editor.displays.GraphicsFigure
-
- GridLayoutUtilities - Class in cz.zcu.fav.kiv.editor.graphics.utils
-
The GridLayoutUtilities
class is used for laying out components within a
container in the grid.
- GridLayoutUtilities(int, int) - Constructor for class cz.zcu.fav.kiv.editor.graphics.utils.GridLayoutUtilities
-
Initializes a newly created GridLayoutUtilities
with specified number of rows
and columns.
- GridLayoutUtilities(int, int, int, int) - Constructor for class cz.zcu.fav.kiv.editor.graphics.utils.GridLayoutUtilities
-
Initializes a newly created GridLayoutUtilities
with specified number of rows
and columns and size of gaps.
- Group - Class in cz.zcu.fav.kiv.editor.beans.sections
-
The Group
class represents a group of parameters and properties.
- Group(String) - Constructor for class cz.zcu.fav.kiv.editor.beans.sections.Group
-
Initializes a newly created Group
with the specified name.
- GroupItemsPanel - Class in cz.zcu.fav.kiv.editor.graphics.components.editor
-
The GroupItemsPanel
class is the panel containing the ParentParameters
belonging to one Group.
- GroupItemsPanel(List<ParentParameter>) - Constructor for class cz.zcu.fav.kiv.editor.graphics.components.editor.GroupItemsPanel
-
Initializes a newly created GroupItemsPanel
with the list of parameters.
- GroupPanel - Class in cz.zcu.fav.kiv.editor.graphics.components.editor
-
The GroupPanel
class is the panel containing the Group of parameters.
- GroupPanel(Group) - Constructor for class cz.zcu.fav.kiv.editor.graphics.components.editor.GroupPanel
-
Initializes a newly created SubsectionSheet
with the group.
- OPEN - Static variable in enum cz.zcu.fav.kiv.editor.config.constants.TagDefinition.ParameterTags
-
- OpenBrowser - Class in cz.zcu.fav.kiv.editor.graphics.utils
-
The OpenBrowser
class is used for launching the main web browser of the operating
system.
- OpenBrowser() - Constructor for class cz.zcu.fav.kiv.editor.graphics.utils.OpenBrowser
-
- OpenFile - Class in cz.zcu.fav.kiv.editor.beans
-
The OpenFile
class represents an open XSL stylesheet file.
- OpenFile() - Constructor for class cz.zcu.fav.kiv.editor.beans.OpenFile
-
Initializes a newly created empty OpenFile
.
- OpenFileException - Class in cz.zcu.fav.kiv.editor.controller.errors
-
The OpenFileException
class is used for reporting errors rised during opening XSL
stylesheet files.
- OpenFileException() - Constructor for class cz.zcu.fav.kiv.editor.controller.errors.OpenFileException
-
Initializes a newly created empty OpenFileException
.
- OpenFileException(String) - Constructor for class cz.zcu.fav.kiv.editor.controller.errors.OpenFileException
-
Initializes a newly created empty OpenFileException
with specified message.
- OpenFileHadler - Class in cz.zcu.fav.kiv.editor.stylesheet
-
The OpenFileHadler
class contains methods for processing elements of loading XSL
stylesheet files.
- OpenFileHadler() - Constructor for class cz.zcu.fav.kiv.editor.stylesheet.OpenFileHadler
-
- openFileItem(ConfigData, String, OpenFile) - Static method in class cz.zcu.fav.kiv.editor.controller.MenuController
-
Opens specified XSL stylesheet file.
- openURL(String) - Static method in class cz.zcu.fav.kiv.editor.graphics.utils.OpenBrowser
-
Launches the main web browser of any operating system (Mac, Windows or Unix).
- OPTION_PATH - Static variable in class cz.zcu.fav.kiv.editor.controller.options.OptionItems
-
The configuration file where options of the application are stored
- OptionController - Class in cz.zcu.fav.kiv.editor.controller.options
-
The OptionController
class is used for loading and saving editor options.
- OptionController() - Constructor for class cz.zcu.fav.kiv.editor.controller.options.OptionController
-
- OptionDialog - Class in cz.zcu.fav.kiv.editor.graphics.options
-
The abstract class OptionDialog
is the dialog used for editing application
options.
- OptionDialog(String) - Constructor for class cz.zcu.fav.kiv.editor.graphics.options.OptionDialog
-
Initializes a newly created OptionDialog
with specified title.
- OptionEditorDialog - Class in cz.zcu.fav.kiv.editor.graphics.options
-
The OptionEditorDialog
class is the dialog used for editing editor options.
- OptionEditorDialog() - Constructor for class cz.zcu.fav.kiv.editor.graphics.options.OptionEditorDialog
-
Initializes a newly created OptionEditorDialog
with its title.
- OptionItems - Class in cz.zcu.fav.kiv.editor.controller.options
-
The OptionItems
class contains variables defining all options used in the
application.
- OptionItems() - Constructor for class cz.zcu.fav.kiv.editor.controller.options.OptionItems
-
- OptionStylesheetDialog - Class in cz.zcu.fav.kiv.editor.graphics.options
-
The OptionStylesheetDialog
class is the dialog used for editing stylesheet
options.
- OptionStylesheetDialog() - Constructor for class cz.zcu.fav.kiv.editor.graphics.options.OptionStylesheetDialog
-
Initializes a newly created OptionStylesheetDialog
with its title.
- OTHERCLASS - Static variable in enum cz.zcu.fav.kiv.editor.config.constants.TagDefinition.ParameterTags
-
- OverwriteFileDialog - Class in cz.zcu.fav.kiv.editor.graphics.utils
-
The OverwriteFileDialog
class is the dialog used for asking the user if the chosen
file should be overwritten or not.
- PageFigure - Class in cz.zcu.fav.kiv.editor.displays
-
The PageFigure
class represents a graphics figure illustrating dimesions of the
paper.
- PageFigure() - Constructor for class cz.zcu.fav.kiv.editor.displays.PageFigure
-
- paintComponent(Graphics) - Method in class cz.zcu.fav.kiv.editor.displays.PageFigure
-
Repaints the graphics figure according to actual parameter values.
- PANEL_WIDTH - Static variable in class cz.zcu.fav.kiv.editor.graphics.components.editor.EditorBody
-
The width of the panel
- PARAM - Static variable in class cz.zcu.fav.kiv.editor.stylesheet.XslTagConst
-
- ParamController - Class in cz.zcu.fav.kiv.editor.config
-
The ParamController
class contains method for reading XML definitions of
parameters and properties.
- ParamController(ConfigData, CommonTypes) - Constructor for class cz.zcu.fav.kiv.editor.config.ParamController
-
Initializes a newly created ParamController
.
- Parameter - Class in cz.zcu.fav.kiv.editor.beans.parameters
-
The Parameter
class represents an element parameter.
- Parameter(String, int) - Constructor for class cz.zcu.fav.kiv.editor.beans.parameters.Parameter
-
Initializes a newly created Parameter
with the specified name.
- Parameter(String) - Constructor for class cz.zcu.fav.kiv.editor.beans.parameters.Parameter
-
- ParameterCheckBox - Class in cz.zcu.fav.kiv.editor.graphics.components.parameters
-
The ParameterCheckBox
class is the component check-box, that displays
whether the corresponding Parameter
is selected or not.
- ParameterCheckBox(ParentParameter) - Constructor for class cz.zcu.fav.kiv.editor.graphics.components.parameters.ParameterCheckBox
-
Initializes a newly created ParameterCheckBox
with the Parameter
.
- ParameterDependencyParser - Class in cz.zcu.fav.kiv.editor.config
-
The ParameterDependencyParser
class contains methods for parsing parameter complex
values that contains references to other parameter values.
- ParameterDependencyParser(ParameterParser) - Constructor for class cz.zcu.fav.kiv.editor.config.ParameterDependencyParser
-
Initializes a newly created ParameterDependencyParser
.
- ParameterParser - Class in cz.zcu.fav.kiv.editor.config
-
The ParameterParser
class contains methods for parsing files with XML definitions
of parameters.
- ParameterParser(CommonTypes) - Constructor for class cz.zcu.fav.kiv.editor.config.ParameterParser
-
Initializes a newly created ParameterParser
.
- ParameterTransformation - Class in cz.zcu.fav.kiv.editor.config
-
- ParameterTransformation() - Constructor for class cz.zcu.fav.kiv.editor.config.ParameterTransformation
-
- ParameterTypeForm - Class in cz.zcu.fav.kiv.editor.graphics.components.parameters
-
The ParameterTypeForm
class is the panel containing the component used for editing
Parameter
value.
- ParameterTypeForm(TypeParam) - Constructor for class cz.zcu.fav.kiv.editor.graphics.components.parameters.ParameterTypeForm
-
Initializes a newly created ParameterTypeForm
with the parameter type.
- ParameterXmlHandler - Class in cz.zcu.fav.kiv.editor.config.handlers
-
The ParameterXmlHandler
class is used for parsing files with XML definitions of
parameters.
- ParameterXmlHandler(Parameter, CommonTypes) - Constructor for class cz.zcu.fav.kiv.editor.config.handlers.ParameterXmlHandler
-
Initializes a newly created empty ParameterXmlHandler
.
- ParentParameter - Class in cz.zcu.fav.kiv.editor.beans.common
-
The ParentParameter
class represents a parent common for all elements like
Parameter
or Property
.
- ParentParameter() - Constructor for class cz.zcu.fav.kiv.editor.beans.common.ParentParameter
-
Initializes a newly created emptyParentParameter
.
- ParentParameter(String) - Constructor for class cz.zcu.fav.kiv.editor.beans.common.ParentParameter
-
Initializes a newly created emptyParentParameter
with the specified name.
- ParentParameter(String, int) - Constructor for class cz.zcu.fav.kiv.editor.beans.common.ParentParameter
-
- ParentSection - Class in cz.zcu.fav.kiv.editor.beans.common
-
The ParentSection
class represents a parent for all
classes representing a group of items.
- ParentSection(String) - Constructor for class cz.zcu.fav.kiv.editor.beans.common.ParentSection
-
Initializes a newly created ParentSection
with
the specified name.
- parseBoolean(String) - Static method in class cz.zcu.fav.kiv.editor.utils.TagParser
-
Parses boolean value from the input string containig 1/0 or true/false.
- parseColor(String) - Static method in class cz.zcu.fav.kiv.editor.utils.TagParser
-
Parses the string containing color in hexadecimal format (#rrggbb) and converts it to the
Color.
- parseLocale(String) - Static method in enum cz.zcu.fav.kiv.editor.controller.resource.LanguageEnum
-
Parses input string containing language and returns corresponding locale
language.
- parseParameterDependency(Parameter) - Method in class cz.zcu.fav.kiv.editor.config.ParameterDependencyParser
-
Parses the complex value of the parameter.
- ParserException - Class in cz.zcu.fav.kiv.editor.controller.errors
-
The ParserException
class is used for reporting errors rised during parsing values
from input files.
- ParserException() - Constructor for class cz.zcu.fav.kiv.editor.controller.errors.ParserException
-
Initializes a newly created empty ParserException
.
- ParserException(String) - Constructor for class cz.zcu.fav.kiv.editor.controller.errors.ParserException
-
Initializes a newly created empty ParserException
with specified message.
- parserNumber(String) - Static method in class cz.zcu.fav.kiv.editor.utils.TagParser
-
Parses the number from the string containing number with unit e.g.
- parserParameterTag(Element, int, ConfigData) - Static method in class cz.zcu.fav.kiv.editor.stylesheet.OpenFileHadler
-
Parses node 'parameter' and its value in the input XSL file.
- parserPropertyAttribute(Element, int, Property) - Static method in class cz.zcu.fav.kiv.editor.stylesheet.OpenFileHadler
-
Parses node 'attribute' of the node 'attribute-set' and its value in the input XSL file.
- parserPropertyTag(Element, int, ConfigData) - Static method in class cz.zcu.fav.kiv.editor.stylesheet.OpenFileHadler
-
Parses node 'attribute-set' and its value in the input XSL file.
- parserUnit(String) - Static method in class cz.zcu.fav.kiv.editor.utils.TagParser
-
Parses the unit from the string containing number with unit e.g.
- patternParam - Static variable in class cz.zcu.fav.kiv.editor.config.ParamController
-
The model pattern used for parsing $param
- preferredLayoutSize(Container) - Method in class cz.zcu.fav.kiv.editor.graphics.utils.GridLayoutUtilities
-
- processParameterDependency() - Method in class cz.zcu.fav.kiv.editor.config.ParameterParser
-
Process values of parameters from unparsedParameterList
.
- processPropertyDependency() - Method in class cz.zcu.fav.kiv.editor.config.PropertyParser
-
Process values of parameters from unparsedAttributeList
.
- ProgressBar - Class in cz.zcu.fav.kiv.editor.graphics.intro
-
The ProgressBar
class is the progress bar used for displaying the progress of
configuration files loading.
- ProgressBar() - Constructor for class cz.zcu.fav.kiv.editor.graphics.intro.ProgressBar
-
Initializes a newly created ProgressBar
.
- ProgressControl - Class in cz.zcu.fav.kiv.editor.controller
-
The ProgressControl
class controls the progress of configuration files loading.
- ProgressControl() - Constructor for class cz.zcu.fav.kiv.editor.controller.ProgressControl
-
Initializes a newly created empty ProgressControl
.
- Property - Class in cz.zcu.fav.kiv.editor.beans.properties
-
The Property
class represents an element property.
- Property(String, AttributeGroup[], int) - Constructor for class cz.zcu.fav.kiv.editor.beans.properties.Property
-
Initializes a newly created Attribute
with the specified name and the list of
attribute groups.
- PropertyParser - Class in cz.zcu.fav.kiv.editor.config
-
The PropertyParser
class contains methods for parsing files with XML definitions
of properties.
- PropertyParser() - Constructor for class cz.zcu.fav.kiv.editor.config.PropertyParser
-
Initializes a newly created PropertyParser
.
- PropertyXmlHandler - Class in cz.zcu.fav.kiv.editor.config.handlers
-
The PropertyXmlHandler
class is used for parsing files with XML definitions of
properties.
- PropertyXmlHandler(Property) - Constructor for class cz.zcu.fav.kiv.editor.config.handlers.PropertyXmlHandler
-
Initializes a newly created empty PropertyXmlHandler
.
- purpose - Variable in class cz.zcu.fav.kiv.editor.beans.common.ParentParameter
-
The purpose of the element
- RadioButton - Class in cz.zcu.fav.kiv.editor.graphics.components
-
The RadioButton
class is the component containing a group of radio-buttons
used for choosing one of predefined values.
- RadioButton(Type) - Constructor for class cz.zcu.fav.kiv.editor.graphics.components.RadioButton
-
Initializes a newly created RadioButton
with the parameter type.
- readAttributes() - Method in class cz.zcu.fav.kiv.editor.config.ConfigController
-
Reads the configuration file with attributes - attributes.xml.
- readAttributes(CommonTypes) - Method in class cz.zcu.fav.kiv.editor.config.ConfigParser
-
Parses the configuration file with attributes - attributes.xml.
- readConfig() - Method in class cz.zcu.fav.kiv.editor.config.ConfigController
-
Reads the configuration file with layout of parameters and attribute-sets - config.xml.
- readConfig(ConfigData, AttributeGroup[]) - Method in class cz.zcu.fav.kiv.editor.config.ConfigParser
-
Parses the configuration file with layout of parameters and attribute-sets - config.xml.
- readFigures(Map<String, Parameter>) - Method in class cz.zcu.fav.kiv.editor.config.ConfigController
-
Reads the configuration file with graphics figures - graphics.xml.
- readFigures(Map<String, Parameter>, Map<String, Figure>) - Method in class cz.zcu.fav.kiv.editor.config.ConfigParser
-
Parses the configuration file with graphics figures - graphics.xml.
- readOptions() - Static method in class cz.zcu.fav.kiv.editor.controller.options.OptionController
-
Fills application properties property
firstly by default option values and
then by the option values loaded from the editor configuration file.
- readParameterDefinition(Map<String, Parameter>) - Method in class cz.zcu.fav.kiv.editor.config.ParameterParser
-
In sequence parses for every parameter its XML definition file.
- readParameters() - Method in class cz.zcu.fav.kiv.editor.config.ParamController
-
Reads XML files for all parameters.
- readProperties() - Method in class cz.zcu.fav.kiv.editor.config.ParamController
-
Reads XML files for all properties.
- readPropertyDefinition(Map<String, Property>) - Method in class cz.zcu.fav.kiv.editor.config.PropertyParser
-
In sequence parses for every property its XML definition file.
- readTemplate(ConfigData, String) - Method in class cz.zcu.fav.kiv.editor.template.TemplateController
-
Reads a template defined by its path templateFile
.
- readTemplate(ConfigData, String) - Method in class cz.zcu.fav.kiv.editor.template.TemplateParser
-
Parses the file with template.
- readTypes() - Method in class cz.zcu.fav.kiv.editor.config.ConfigController
-
Reads the configuration file with types - types.xml.
- readTypes() - Method in class cz.zcu.fav.kiv.editor.config.ConfigParser
-
Parses the configuration file with types - types.xml.
- readXsltFile(String, ConfigData) - Static method in class cz.zcu.fav.kiv.editor.stylesheet.XslParser
-
Opens and reads the input XSL file.
- REARRANGE_SAVE - Static variable in class cz.zcu.fav.kiv.editor.controller.options.OptionItems
-
The flag specifying if the rearrange stylesheet saving is used
- REGEX_PARAM - Static variable in class cz.zcu.fav.kiv.editor.config.ParamController
-
The model pattern used for parsing $param
- removeComments(Document) - Static method in class cz.zcu.fav.kiv.editor.stylesheet.XslParser
-
Removes all comments in DOM structure of the XSL stylesheet.
- removeInvalidParam(Map<String, Figure>) - Method in class cz.zcu.fav.kiv.editor.config.ParamController
-
Removes all parameters and properties that couldn't be parsed.
- removeNode(Node) - Static method in class cz.zcu.fav.kiv.editor.stylesheet.XslParser
-
Remove the input node.
- removeNodes(List<Node>) - Static method in class cz.zcu.fav.kiv.editor.stylesheet.XslParser
-
Removes all nodes from the list.
- replaceXslName(String, String) - Static method in class cz.zcu.fav.kiv.editor.utils.RunBatch
-
Replace the mark [XSL] in the batch file by the actual opened XSL stylesheet file.
- ResourceConst - Class in cz.zcu.fav.kiv.editor.controller.resource
-
The ResourceConst
class contains paths of the editor text resources.
- ResourceConst() - Constructor for class cz.zcu.fav.kiv.editor.controller.resource.ResourceConst
-
- ResourceController - Class in cz.zcu.fav.kiv.editor.controller.resource
-
The ResourceController
class contains methods for loading text resources.
- run() - Method in class cz.zcu.fav.kiv.editor.graphics.utils.FrameShower
-
Launches the frame
in the thread safe mode.
- RUN_BAT - Static variable in class cz.zcu.fav.kiv.editor.utils.RunBatch
-
The name of the auxiliary batch file
- RunBatch - Class in cz.zcu.fav.kiv.editor.utils
-
The RunBatch
class launches a batch file defined by user.
- RunBatch() - Constructor for class cz.zcu.fav.kiv.editor.utils.RunBatch
-
- runBatchFile(OpenFile) - Static method in class cz.zcu.fav.kiv.editor.controller.MenuController
-
Launches a selected batch file.
- SAVE_BEFORE_RUN - Static variable in class cz.zcu.fav.kiv.editor.controller.options.OptionItems
-
The flag specifying if the opened stylesheet is automatically saved before launching batch
file
- saveAsFileItem(ConfigData, String, OpenFile) - Static method in class cz.zcu.fav.kiv.editor.controller.MenuController
-
Saves actually opened XSL stylesheet in the file with specified name.
- saveChanges() - Method in class cz.zcu.fav.kiv.editor.graphics.options.EditorOptionForm
-
Saves the changes of editor options made in the dialog by user.
- saveChanges() - Method in class cz.zcu.fav.kiv.editor.graphics.options.OptionDialog
-
Saves the changes of options made in the dialog by user.
- saveChanges() - Method in class cz.zcu.fav.kiv.editor.graphics.options.OptionEditorDialog
-
- saveChanges() - Method in class cz.zcu.fav.kiv.editor.graphics.options.OptionStylesheetDialog
-
- saveChanges() - Method in class cz.zcu.fav.kiv.editor.graphics.options.StylesheetOptionForm
-
Saves the changes of stylesheet options made in the dialog by user.
- SaveFileDialog - Class in cz.zcu.fav.kiv.editor.graphics.utils
-
The OverwriteFileDialog
class is the dialog used for asking the user if the actual
file should be saved or not.
- SaveFileException - Class in cz.zcu.fav.kiv.editor.controller.errors
-
The SaveFileException
class is used for reporting errors rised during saving XSL
stylesheet files.
- SaveFileException(Throwable) - Constructor for class cz.zcu.fav.kiv.editor.controller.errors.SaveFileException
-
Initializes a newly created empty SaveFileException
with the rised error.
- SaveFileHandler - Class in cz.zcu.fav.kiv.editor.stylesheet
-
The SaveFileHandler
class contains methods for saving changes of actually opened
XSL stylesheet file.
- SaveFileHandler() - Constructor for class cz.zcu.fav.kiv.editor.stylesheet.SaveFileHandler
-
- saveFileItem(ConfigData, OpenFile) - Static method in class cz.zcu.fav.kiv.editor.controller.MenuController
-
Saves changes of the actually opened XSL stylesheet file.
- saveStylesheet(Document, ConfigData) - Static method in class cz.zcu.fav.kiv.editor.stylesheet.SaveFileHandler
-
Saves changes of actually opened XSL stylesheet file.
- saveXsltFile(String, Document, ConfigData) - Static method in class cz.zcu.fav.kiv.editor.stylesheet.XslParser
-
Saves changes of actually opened XSL stylesheet file and saves the DOM structure to the XSL file.
- searchAttribute(String) - Method in class cz.zcu.fav.kiv.editor.beans.properties.Property
-
Search for an attribute with specified name.
- searchParameter(String) - Method in class cz.zcu.fav.kiv.editor.beans.ConfigData
-
Search for an parameter with specified name.
- searchProperty(String) - Method in class cz.zcu.fav.kiv.editor.beans.ConfigData
-
Search for a property with specified name.
- Section - Class in cz.zcu.fav.kiv.editor.beans.sections
-
The Section
class represents a section of editor.
- Section(String) - Constructor for class cz.zcu.fav.kiv.editor.beans.sections.Section
-
Initializes a newly created Section
with the specified name.
- SELECT - Static variable in enum cz.zcu.fav.kiv.editor.config.constants.TagDefinition.ParameterTags
-
- SELECT - Static variable in class cz.zcu.fav.kiv.editor.stylesheet.XslTagConst
-
- setAttr(Attribute) - Method in class cz.zcu.fav.kiv.editor.beans.properties.TypeAttr
-
- setAttribute(Attribute) - Method in class cz.zcu.fav.kiv.editor.beans.properties.UnitAttr
-
- setAttributeList(List<Attribute>) - Method in class cz.zcu.fav.kiv.editor.beans.properties.AttributeGroup
-
- setChosen(Boolean) - Method in class cz.zcu.fav.kiv.editor.beans.common.ParentParameter
-
- setChosen() - Method in class cz.zcu.fav.kiv.editor.beans.common.ParentParameter
-
Choses the element - sets the flag chosen to true.
- setChosen(Boolean) - Method in class cz.zcu.fav.kiv.editor.beans.properties.Attribute
-
Sets the attribute chosen
parameter according the input argument and assignes
the value to the temporaryChosen
.
- setChosen() - Method in class cz.zcu.fav.kiv.editor.beans.properties.Attribute
-
- setClassName(String) - Method in class cz.zcu.fav.kiv.editor.beans.graphics.Figure
-
- setComment(Comment) - Method in class cz.zcu.fav.kiv.editor.beans.sections.Subsection
-
- setContentArea(String) - Method in class cz.zcu.fav.kiv.editor.graphics.components.parameters.DescriptionForm
-
Sets a new parameter description to the content of the dialog.
- setDefault() - Method in class cz.zcu.fav.kiv.editor.beans.parameters.TypeParam
-
Sets the default value
of the type and its unit.
- setDefault() - Method in class cz.zcu.fav.kiv.editor.beans.parameters.UnitParam
-
Sets the default value of the unit - assignes the default value to the main value and notifies its observers.
- setDefault() - Method in class cz.zcu.fav.kiv.editor.beans.properties.TypeAttr
-
Sets the default and temporary value
of the type and its unit.
- setDefault() - Method in class cz.zcu.fav.kiv.editor.beans.properties.UnitAttr
-
Sets the default and temporary value
of the unit.
- setDefault() - Method in class cz.zcu.fav.kiv.editor.beans.types.Type
-
Sets the default value
of the type and its unit.
- setDefault() - Method in class cz.zcu.fav.kiv.editor.beans.types.Unit
-
Sets the default value of the unit - assignes the default value to the main value.
- setDefaultEditorOptions() - Static method in class cz.zcu.fav.kiv.editor.controller.options.OptionController
-
Rewrites application properties property
by default option values specifying
editor options.
- setDefaultStylesheetOptions() - Static method in class cz.zcu.fav.kiv.editor.controller.options.OptionController
-
Rewrites application properties property
by default option values specifying
stylesheet options.
- setDefaultValue(String) - Method in class cz.zcu.fav.kiv.editor.beans.types.DefaultType
-
- setDefaultValue(DefaultType) - Method in class cz.zcu.fav.kiv.editor.beans.types.Type
-
- setDefaultValue(String) - Method in class cz.zcu.fav.kiv.editor.beans.types.Unit
-
- setDescription(String) - Method in class cz.zcu.fav.kiv.editor.beans.common.ParentParameter
-
- setDocumentLocator(Locator) - Method in class cz.zcu.fav.kiv.editor.config.handlers.AttributeXmlHandler
-
- setDocumentLocator(Locator) - Method in class cz.zcu.fav.kiv.editor.config.handlers.ConfigXmlHandler
-
- setDocumentLocator(Locator) - Method in class cz.zcu.fav.kiv.editor.config.handlers.FigureXmlHandler
-
- setDocumentLocator(Locator) - Method in class cz.zcu.fav.kiv.editor.stylesheet.XsltFileHandler
-
- setDocumentLocator(Locator) - Method in class cz.zcu.fav.kiv.editor.template.TemplateXmlHandler
-
- setEditorSheet(JPanel) - Method in class cz.zcu.fav.kiv.editor.graphics.components.editor.EditorBody
-
Changes the right panel of the editor body to the actually selected panel.
- setElementList(List<ParentParameter>) - Method in class cz.zcu.fav.kiv.editor.beans.sections.Group
-
- setFigure(Figure) - Method in class cz.zcu.fav.kiv.editor.beans.sections.Group
-
- setFileChanged(boolean) - Method in class cz.zcu.fav.kiv.editor.beans.OpenFile
-
Sets if the opened file is changed or not.
- setFileChanged() - Method in class cz.zcu.fav.kiv.editor.graphics.MainFrame
-
Specifies that the actually opened file OpenFile
has been modified.
- setGroupList(List<Group>) - Method in class cz.zcu.fav.kiv.editor.beans.sections.Subsection
-
- setInputs(Parameter[]) - Method in class cz.zcu.fav.kiv.editor.displays.GraphicsFigure
-
Sets the list of parameter that are an input data source for the graphics figure.
- setInputs(Parameter[]) - Method in class cz.zcu.fav.kiv.editor.displays.PageFigure
-
- setLoadedValue(String) - Method in class cz.zcu.fav.kiv.editor.beans.types.Type
-
Assigns the new loaded value (from file, template).
- setName(String) - Method in class cz.zcu.fav.kiv.editor.beans.common.GeneralElement
-
- setName(TypeEnum) - Method in class cz.zcu.fav.kiv.editor.beans.types.Type
-
- setNode(Node) - Method in class cz.zcu.fav.kiv.editor.beans.common.GeneralElement
-
- setOpenFilePath(String) - Method in class cz.zcu.fav.kiv.editor.beans.OpenFile
-
Sets the new openFilePath
of the opened file.
- setParameterList(Map<String, Parameter>) - Method in class cz.zcu.fav.kiv.editor.beans.ConfigData
-
- setParameterList(Parameter[]) - Method in class cz.zcu.fav.kiv.editor.beans.graphics.Figure
-
- setPropertyList(Map<String, Property>) - Method in class cz.zcu.fav.kiv.editor.beans.ConfigData
-
- setPurpose(String) - Method in class cz.zcu.fav.kiv.editor.beans.common.ParentParameter
-
- setSectionList(List<Section>) - Method in class cz.zcu.fav.kiv.editor.beans.ConfigData
-
- setSubsectionList(List<Subsection>) - Method in class cz.zcu.fav.kiv.editor.beans.sections.Section
-
- setTitle(String) - Method in class cz.zcu.fav.kiv.editor.beans.properties.AttributeGroup
-
- setType(TypeParam) - Method in class cz.zcu.fav.kiv.editor.beans.parameters.Parameter
-
- setType(TypeAttr) - Method in class cz.zcu.fav.kiv.editor.beans.properties.Attribute
-
- setUnit(Unit) - Method in class cz.zcu.fav.kiv.editor.beans.types.Type
-
- setValue(String) - Method in class cz.zcu.fav.kiv.editor.beans.types.Type
-
- setValue(String) - Method in class cz.zcu.fav.kiv.editor.beans.types.Unit
-
- setValueList(Map<String, String>) - Method in class cz.zcu.fav.kiv.editor.beans.types.DefaultType
-
- setValueList(Map<String, String>) - Method in class cz.zcu.fav.kiv.editor.beans.types.Type
-
- setValueList(List<String>) - Method in class cz.zcu.fav.kiv.editor.beans.types.Unit
-
- setValuesFromTemporary() - Method in class cz.zcu.fav.kiv.editor.beans.properties.Attribute
-
Sets values of all types after their temporary values.
- setValuesFromTemporary() - Method in class cz.zcu.fav.kiv.editor.beans.properties.AttributeGroup
-
Sets values of all attribute types in the group after their temporary values.
- setValuesFromTemporary() - Method in class cz.zcu.fav.kiv.editor.beans.properties.Property
-
Sets values of all groups of types after their temporary values.
- setValuesFromTemporary() - Method in class cz.zcu.fav.kiv.editor.beans.properties.TypeAttr
-
Sets values of the type and its unit after their temporary values.
- setValuesFromTemporary() - Method in class cz.zcu.fav.kiv.editor.beans.properties.UnitAttr
-
Sets values of the unit after its temporary value.
- setWholeFile(Document) - Method in class cz.zcu.fav.kiv.editor.beans.OpenFile
-
Sets the new DOM structure wholeFile
of newly opened file.
- showDialog(Property) - Static method in class cz.zcu.fav.kiv.editor.graphics.components.attributes.AttributeDialog
-
Displays the dialog with property attributes.
- showDialog(String, JLabel) - Static method in class cz.zcu.fav.kiv.editor.graphics.components.parameters.DescriptionForm
-
Creates and shows the dialog with parameter description.
- showDialog() - Static method in class cz.zcu.fav.kiv.editor.graphics.frames.AboutForm
-
Creates and shows the dialog with information about application.
- showDialog() - Static method in class cz.zcu.fav.kiv.editor.graphics.frames.ConfigInfoForm
-
Creates and shows the dialog with information about application.
- showDialog() - Static method in class cz.zcu.fav.kiv.editor.graphics.options.OptionEditorDialog
-
Creates and shows the dialog with editor options.
- showDialog() - Static method in class cz.zcu.fav.kiv.editor.graphics.options.OptionStylesheetDialog
-
Shows the dialog with stylesheet options.
- showDialog(JFrame) - Static method in class cz.zcu.fav.kiv.editor.graphics.utils.OverwriteFileDialog
-
Shows the OverwriteFileDialog
dialog with three options : yes, no and cancel.
- showDialog(JFrame) - Static method in class cz.zcu.fav.kiv.editor.graphics.utils.SaveFileDialog
-
Shows the SaveFileDialog
dialog with three options : yes, no and cancel.
- showDialog(Exception) - Static method in class cz.zcu.fav.kiv.editor.utils.ErrorDialog
-
Shows the error dialog with the description of the input error.
- shutDown() - Method in class cz.zcu.fav.kiv.editor.graphics.MainFrame
-
Shuts down the main application frame - terminates the whole application.
- SpinnerFloat - Class in cz.zcu.fav.kiv.editor.graphics.components
-
The SpinnerFloat
class is the component spinner used for displaying and
changing decimal numbers.
- SpinnerInt - Class in cz.zcu.fav.kiv.editor.graphics.components
-
The SpinnerInt
class is the component spinner used for displaying and
changing integer numbers.
- SpringUtilities - Class in cz.zcu.fav.kiv.editor.graphics.utils
-
The SpringUtilities
class is used for laying out components within a container in
the compact grid.
- SpringUtilities() - Constructor for class cz.zcu.fav.kiv.editor.graphics.utils.SpringUtilities
-
- startCDATA() - Method in class cz.zcu.fav.kiv.editor.stylesheet.XsltFileHandler
-
- startDocument() - Method in class cz.zcu.fav.kiv.editor.stylesheet.XsltFileHandler
-
- startDTD(String, String, String) - Method in class cz.zcu.fav.kiv.editor.stylesheet.XsltFileHandler
-
- startElement(String, String, String, Attributes) - Method in class cz.zcu.fav.kiv.editor.config.handlers.AttributeXmlHandler
-
- startElement(String, String, String, Attributes) - Method in class cz.zcu.fav.kiv.editor.config.handlers.ConfigXmlHandler
-
- startElement(String, String, String, Attributes) - Method in class cz.zcu.fav.kiv.editor.config.handlers.FigureXmlHandler
-
- startElement(String, String, String, Attributes) - Method in class cz.zcu.fav.kiv.editor.config.handlers.ParameterXmlHandler
-
- startElement(String, String, String, Attributes) - Method in class cz.zcu.fav.kiv.editor.config.handlers.PropertyXmlHandler
-
- startElement(String, String, String, Attributes) - Method in class cz.zcu.fav.kiv.editor.config.handlers.TypeXmlHandler
-
- startElement(String, String, String, Attributes) - Method in class cz.zcu.fav.kiv.editor.stylesheet.XsltFileHandler
-
- startElement(String, String, String, Attributes) - Method in class cz.zcu.fav.kiv.editor.template.TemplateXmlHandler
-
- startEntity(String) - Method in class cz.zcu.fav.kiv.editor.stylesheet.XsltFileHandler
-
- startPrefixMapping(String, String) - Method in class cz.zcu.fav.kiv.editor.stylesheet.XsltFileHandler
-
- stateChanged(ChangeEvent) - Method in class cz.zcu.fav.kiv.editor.graphics.components.SpinnerFloat
-
Action performed when the spinner value is changed.
- stateChanged(ChangeEvent) - Method in class cz.zcu.fav.kiv.editor.graphics.components.SpinnerInt
-
Action performed when the spinner value is changed.
- storeOptionItems() - Static method in class cz.zcu.fav.kiv.editor.controller.options.OptionController
-
Saves values in the system properties property
to the editor configuration
file.
- STYLESHEET - Static variable in class cz.zcu.fav.kiv.editor.stylesheet.XslTagConst
-
- STYLESHEET_VERSION - Static variable in class cz.zcu.fav.kiv.editor.controller.options.OptionItems
-
The stylesheet version
- StylesheetOptionForm - Class in cz.zcu.fav.kiv.editor.graphics.options
-
The StylesheetOptionForm
class is the form with editor options.
- StylesheetOptionForm() - Constructor for class cz.zcu.fav.kiv.editor.graphics.options.StylesheetOptionForm
-
Initializes a newly created StylesheetOptionForm
.
- Subsection - Class in cz.zcu.fav.kiv.editor.beans.sections
-
The Subsection
class represents a subsection of a Section
.
- Subsection(String) - Constructor for class cz.zcu.fav.kiv.editor.beans.sections.Subsection
-
Initializes a newly created Subsection
with the specified name.
- SubsectionSheet - Class in cz.zcu.fav.kiv.editor.graphics.components.editor
-
The SubsectionSheet
class is the panel containing groups of parameters, that
belongs to the Subsection.
- SubsectionSheet(Subsection) - Constructor for class cz.zcu.fav.kiv.editor.graphics.components.editor.SubsectionSheet
-
Initializes a newly created SubsectionSheet
with the subsection.
- TagControl - Class in cz.zcu.fav.kiv.editor.utils
-
The TagControl
class controls the components and values of parameters and
attributes.
- TagControl() - Constructor for class cz.zcu.fav.kiv.editor.utils.TagControl
-
- TagDefinition - Class in cz.zcu.fav.kiv.editor.config.constants
-
The TagDefinition
class contains enumarated lists of elements used in
configuration files and XML parameter definition files.
- TagDefinition() - Constructor for class cz.zcu.fav.kiv.editor.config.constants.TagDefinition
-
- TagDefinition.AttributeTags - Enum in cz.zcu.fav.kiv.editor.config.constants
-
The enumerated list of elements used in the configuration file with attributes -
attributes.xml.
- TagDefinition.ConfigTags - Enum in cz.zcu.fav.kiv.editor.config.constants
-
The enumerated list of elements used in the configuration file with layout of parameters and
attribute-sets - config.xml.
- TagDefinition.FigureTags - Enum in cz.zcu.fav.kiv.editor.config.constants
-
The enumerated list of elements used in the configuration file with graphics figures -
graphics.xml.
- TagDefinition.ParameterTags - Enum in cz.zcu.fav.kiv.editor.config.constants
-
The enumerated list of elements used in files with XML parameter definitions.
- TagDefinition.TypeTags - Enum in cz.zcu.fav.kiv.editor.config.constants
-
The enumerated list of elements used in the configuration file with types - types.xml.
- TagParser - Class in cz.zcu.fav.kiv.editor.utils
-
The TagParser
class parses values of parameters, properties and attributes loaded
from input files (configuration and XSL stylesheet).
- TagParser() - Constructor for class cz.zcu.fav.kiv.editor.utils.TagParser
-
- TemplateConst - Class in cz.zcu.fav.kiv.editor.template
-
The TemplateConst
class contains enumarated lists of elements used in XML template
and XML schema of the template and path and name of the default template.
- TemplateConst() - Constructor for class cz.zcu.fav.kiv.editor.template.TemplateConst
-
- TemplateConst.TemplateTags - Enum in cz.zcu.fav.kiv.editor.template
-
The enumerated list of elements used in templates.
- TemplateController - Class in cz.zcu.fav.kiv.editor.template
-
The TemplateController
class contains method for reading templates.
- TemplateParser - Class in cz.zcu.fav.kiv.editor.template
-
The TemplateParser
class contains method for parsing template files.
- TemplateParser() - Constructor for class cz.zcu.fav.kiv.editor.template.TemplateParser
-
Initializes a newly created TemplateParser
.
- TemplateXmlHandler - Class in cz.zcu.fav.kiv.editor.template
-
The TemplateXmlHandler
class is used for parsing file with template.
- TemplateXmlHandler(ConfigData, String) - Constructor for class cz.zcu.fav.kiv.editor.template.TemplateXmlHandler
-
Initializes a newly created TemplateXmlHandler
with ConfigData
and template name templateFile
.
- temporaryValue - Variable in class cz.zcu.fav.kiv.editor.beans.properties.UnitAttr
-
The temporary value of the attribute unit
- TEST - Static variable in enum cz.zcu.fav.kiv.editor.config.constants.TagDefinition.ParameterTags
-
- TEXT_RESOURCE_PATH - Static variable in class cz.zcu.fav.kiv.editor.controller.resource.ResourceConst
-
The file containing the application text resources
- TextArea - Class in cz.zcu.fav.kiv.editor.graphics.components
-
The TextArea
class is the component text-area used for displaying
longer texts.
- TextArea(Type) - Constructor for class cz.zcu.fav.kiv.editor.graphics.components.TextArea
-
Initializes a newly created TextArea
with the parameter type.
- TextField - Class in cz.zcu.fav.kiv.editor.graphics.components
-
The TextField
class is the component text-field used for displaying
shorter single-line texts.
- TextField(Type) - Constructor for class cz.zcu.fav.kiv.editor.graphics.components.TextField
-
Initializes a newly created TextField
with the parameter type.
- title - Variable in class cz.zcu.fav.kiv.editor.beans.common.ParentSection
-
The title of the group
- TopMenu - Class in cz.zcu.fav.kiv.editor.graphics
-
The TopMenu
class represents the main menu of the application.
- TopMenu(MainFrame) - Constructor for class cz.zcu.fav.kiv.editor.graphics.TopMenu
-
Initializes a newly created TopMenu
of the main frame MainFrame
.
- toString() - Method in enum cz.zcu.fav.kiv.editor.config.constants.TagDefinition.AttributeTags
-
- toString() - Method in enum cz.zcu.fav.kiv.editor.config.constants.TagDefinition.ParameterTags
-
- toString() - Method in enum cz.zcu.fav.kiv.editor.config.constants.TypeEnum
-
- toString() - Method in enum cz.zcu.fav.kiv.editor.controller.options.EncodingEnum
-
- toString() - Method in enum cz.zcu.fav.kiv.editor.controller.options.NewlineEnum
-
- toString() - Method in enum cz.zcu.fav.kiv.editor.controller.resource.LanguageEnum
-
Returns title of the language loaded from resources ResourceController
.
- toString() - Method in class cz.zcu.fav.kiv.editor.graphics.components.editor.SubsectionSheet
-
Returns the name of the sheet section.
- TreeMenu - Class in cz.zcu.fav.kiv.editor.graphics.components.editor
-
The TreeMenu
class is the panel containing the tree menu of the editor.
- TreeMenu(EditorBody, List<Section>) - Constructor for class cz.zcu.fav.kiv.editor.graphics.components.editor.TreeMenu
-
Initializes a newly created TreeMenu
with the list of Sections with
parameters and the editor body which part the TreeMenu
creates.
- TreeSelectAction - Class in cz.zcu.fav.kiv.editor.graphics.components.editor
-
The TreeSelectAction
class represents the action performed when a leaf of tree
menu is selected.
- TreeSelectAction(EditorBody) - Constructor for class cz.zcu.fav.kiv.editor.graphics.components.editor.TreeSelectAction
-
Initializes a newly created TreeSelectAction
.
- Type - Class in cz.zcu.fav.kiv.editor.beans.types
-
The Type
class represents a parent for types of all elements.
- Type() - Constructor for class cz.zcu.fav.kiv.editor.beans.types.Type
-
Initializes a newly created emptyType
.
- Type(TypeEnum) - Constructor for class cz.zcu.fav.kiv.editor.beans.types.Type
-
- TypeAttr - Class in cz.zcu.fav.kiv.editor.beans.properties
-
The TypeAttr
class represents a type of attribute.
- TypeAttr() - Constructor for class cz.zcu.fav.kiv.editor.beans.properties.TypeAttr
-
Initializes a newly created empty TypeAttr
.
- TypeEnum - Enum in cz.zcu.fav.kiv.editor.config.constants
-
The ComponentEnum
class is the enumerated list of GUI components supported by the
application.
- TypeParam - Class in cz.zcu.fav.kiv.editor.beans.parameters
-
The TypeParam
class represents a type of parameter.
- TypeParam(Parameter) - Constructor for class cz.zcu.fav.kiv.editor.beans.parameters.TypeParam
-
Initializes a newly created TypeParam
with reference to the appropriate
parameter.
- TypeXmlHandler - Class in cz.zcu.fav.kiv.editor.config.handlers
-
The TypeXmlHandler
class is used for parsing the configuration file with types -
types.xml.
- TypeXmlHandler() - Constructor for class cz.zcu.fav.kiv.editor.config.handlers.TypeXmlHandler
-
Initializes a newly created empty TypeXmlHandler
.
- unit - Variable in class cz.zcu.fav.kiv.editor.beans.types.Type
-
The unit of the type
- Unit - Class in cz.zcu.fav.kiv.editor.beans.types
-
The Unit
class represents a parent for unit of elements.
- Unit(String, List<String>) - Constructor for class cz.zcu.fav.kiv.editor.beans.types.Unit
-
Initializes a newly created Unit
with the specified value and predefined
units.
- Unit(List<String>) - Constructor for class cz.zcu.fav.kiv.editor.beans.types.Unit
-
- UnitAttr - Class in cz.zcu.fav.kiv.editor.beans.properties
-
The UnitAttr
class represents a unit of attribute type.
- UnitAttr(String, List<String>) - Constructor for class cz.zcu.fav.kiv.editor.beans.properties.UnitAttr
-
Initializes a newly created UnitAttr
with the specified value and predefined
units.
- UnitAttr(List<String>) - Constructor for class cz.zcu.fav.kiv.editor.beans.properties.UnitAttr
-
- UnitParam - Class in cz.zcu.fav.kiv.editor.beans.parameters
-
The UnitParam
class represents a unit of parameter type.
- UnitParam(String, List<String>, Parameter) - Constructor for class cz.zcu.fav.kiv.editor.beans.parameters.UnitParam
-
Initializes a newly created UnitParam
with the specified value, predefined
units and reference to the appropriate parameter.
- UnitParam(List<String>, Parameter) - Constructor for class cz.zcu.fav.kiv.editor.beans.parameters.UnitParam
-
- update(Observable, Object) - Method in class cz.zcu.fav.kiv.editor.displays.PageFigure
-
Method is called when some dependent parameter changes his value.
- update(Observable, Object) - Method in class cz.zcu.fav.kiv.editor.graphics.components.attributes.AttributeCheckBox
-
Selects or deselects the check-box according to the input value.
- update(Observable, Object) - Method in class cz.zcu.fav.kiv.editor.graphics.components.CheckBox
-
Selects or deselects the check-box according to the input value.
- update(Observable, Object) - Method in class cz.zcu.fav.kiv.editor.graphics.components.ColorChooser
-
Sets a new color according to the input value.
- update(Observable, Object) - Method in class cz.zcu.fav.kiv.editor.graphics.components.ComboBox
-
Selects the input value in the list if the list contains it.
- update(Observable, Object) - Method in class cz.zcu.fav.kiv.editor.graphics.components.ComboBoxEdit
-
Selects the input parameter value in the list if the list contains it.
- update(Observable, Object) - Method in class cz.zcu.fav.kiv.editor.graphics.components.ComboBoxUnit
-
Selects the input value in the list.
- update(Observable, Object) - Method in class cz.zcu.fav.kiv.editor.graphics.components.FileChooser
-
Sets a new parameter value to the text-field.
- update(Observable, Object) - Method in class cz.zcu.fav.kiv.editor.graphics.components.parameters.ParameterCheckBox
-
Selects or deselects the check-box according to the input value.
- update(Observable, Object) - Method in class cz.zcu.fav.kiv.editor.graphics.components.RadioButton
-
Selects one radio-button representing the input value.
- update(Observable, Object) - Method in class cz.zcu.fav.kiv.editor.graphics.components.SpinnerFloat
-
Updates the spinner number value according to the input value.
- update(Observable, Object) - Method in class cz.zcu.fav.kiv.editor.graphics.components.SpinnerInt
-
Updates the spinner number value according to the input value.
- update(Observable, Object) - Method in class cz.zcu.fav.kiv.editor.graphics.components.TextArea
-
Sets the content of the text-area according to the input text.
- update(Observable, Object) - Method in class cz.zcu.fav.kiv.editor.graphics.components.TextField
-
Sets the content of the text-field according to the input text.
- updateFigure() - Method in class cz.zcu.fav.kiv.editor.beans.parameters.Parameter
-
Update the value of the Figure
s associated with the parameter.
- updateValue() - Method in class cz.zcu.fav.kiv.editor.beans.parameters.TypeParam
-
Sets the new value of the type and notifies its observers.
- updateValue() - Method in class cz.zcu.fav.kiv.editor.beans.parameters.UnitParam
-
Sets the new value of unit and notifies its observers.
- updateValue() - Method in class cz.zcu.fav.kiv.editor.beans.properties.TypeAttr
-
Sets the new temporary value of the type.
- updateValue() - Method in class cz.zcu.fav.kiv.editor.beans.properties.UnitAttr
-
Sets the new temporary value of unit.
- updateValue() - Method in class cz.zcu.fav.kiv.editor.beans.types.Type
-
Sets the new value of the type with notifying of graphics items.
- updateValue() - Method in class cz.zcu.fav.kiv.editor.beans.types.Unit
-
- updateValues() - Method in class cz.zcu.fav.kiv.editor.graphics.options.EditorOptionForm
-
Sets default values to all editor options in the dialog.
- updateValues() - Method in class cz.zcu.fav.kiv.editor.graphics.options.OptionDialog
-
Sets default values to all options in the dialog.
- updateValues() - Method in class cz.zcu.fav.kiv.editor.graphics.options.OptionEditorDialog
-
- updateValues() - Method in class cz.zcu.fav.kiv.editor.graphics.options.OptionStylesheetDialog
-
- updateValues() - Method in class cz.zcu.fav.kiv.editor.graphics.options.StylesheetOptionForm
-
Sets default values to all stylesheet options in the dialog.
- UrlLabel - Class in cz.zcu.fav.kiv.editor.graphics.components.parameters
-
The UrlLabel
class is the icon button opening the web browser with the parameter
description.
- UrlLabel(String) - Constructor for class cz.zcu.fav.kiv.editor.graphics.components.parameters.UrlLabel
-
Initializes a newly created UrlLabel
with the parameter name.
- USE_PARAM_SELECT - Static variable in class cz.zcu.fav.kiv.editor.controller.options.OptionItems
-
The flag specifying if attribute select is used in the stylesheet parameter element
- value - Variable in class cz.zcu.fav.kiv.editor.beans.types.Type
-
The value of the type
- value - Variable in class cz.zcu.fav.kiv.editor.beans.types.Unit
-
The value of the unit
- valueChanged(TreeSelectionEvent) - Method in class cz.zcu.fav.kiv.editor.graphics.components.editor.TreeSelectAction
-
Action performed when a tree node is selected.
- valueList - Variable in class cz.zcu.fav.kiv.editor.beans.types.DefaultType
-
The list of predefined values of the type
- valueList - Variable in class cz.zcu.fav.kiv.editor.beans.types.Unit
-
The list of predefined values of the unit
- valueOf(String) - Static method in enum cz.zcu.fav.kiv.editor.config.constants.TagDefinition.AttributeTags
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum cz.zcu.fav.kiv.editor.config.constants.TagDefinition.ConfigTags
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum cz.zcu.fav.kiv.editor.config.constants.TagDefinition.FigureTags
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum cz.zcu.fav.kiv.editor.config.constants.TagDefinition.ParameterTags
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum cz.zcu.fav.kiv.editor.config.constants.TagDefinition.TypeTags
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum cz.zcu.fav.kiv.editor.config.constants.TypeEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum cz.zcu.fav.kiv.editor.controller.options.EncodingEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum cz.zcu.fav.kiv.editor.controller.options.NewlineEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum cz.zcu.fav.kiv.editor.controller.resource.LanguageEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum cz.zcu.fav.kiv.editor.template.TemplateConst.TemplateTags
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum cz.zcu.fav.kiv.editor.config.constants.TagDefinition.AttributeTags
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum cz.zcu.fav.kiv.editor.config.constants.TagDefinition.ConfigTags
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum cz.zcu.fav.kiv.editor.config.constants.TagDefinition.FigureTags
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum cz.zcu.fav.kiv.editor.config.constants.TagDefinition.ParameterTags
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum cz.zcu.fav.kiv.editor.config.constants.TagDefinition.TypeTags
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum cz.zcu.fav.kiv.editor.config.constants.TypeEnum
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum cz.zcu.fav.kiv.editor.controller.options.EncodingEnum
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum cz.zcu.fav.kiv.editor.controller.options.NewlineEnum
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum cz.zcu.fav.kiv.editor.controller.resource.LanguageEnum
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum cz.zcu.fav.kiv.editor.template.TemplateConst.TemplateTags
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VERTICAL_MARGIN - Static variable in class cz.zcu.fav.kiv.editor.graphics.frames.InfoDialog
-
The size of vertical margin