Uses of Class
org.apache.uima.taeconfigurator.model.ConfigGroup
Packages that use ConfigGroup
Package
Description
-
Uses of ConfigGroup in org.apache.uima.taeconfigurator.editors.ui
Methods in org.apache.uima.taeconfigurator.editors.ui that return ConfigGroupModifier and TypeMethodDescriptionParameterSection.addGroup
(ConfigGroup group) Called to add group to aggregate parm decl based on delegate group.ParameterDelegatesSection.getConfigGroupFromTreeItem
(org.eclipse.swt.widgets.TreeItem item) Gets the config group from tree item.protected ConfigGroup
AbstractSectionParm.getCorrespondingModelGroup
(org.eclipse.swt.widgets.TreeItem item) Gets the corresponding model group.Methods in org.apache.uima.taeconfigurator.editors.ui with parameters of type ConfigGroupModifier and TypeMethodDescriptionParameterSection.addGroup
(ConfigGroup group) Called to add group to aggregate parm decl based on delegate group.void
ParameterSection.addParm
(String name, ConfigurationParameter modelParm, ConfigGroup group, String override) Adds the parm.static String
ParameterDelegatesSection.getOverridingParmName
(String override, ConfigGroup cgset) Gets the overriding parm name.boolean
ParameterSection.parameterNameAlreadyDefined
(String name, ConfigGroup cgset) Parameter name already defined.boolean
ParameterSection.parameterNameAlreadyDefinedNoMsg
(String name, ConfigGroup cgset) Check if safe to add a parameter to a group-set. -
Uses of ConfigGroup in org.apache.uima.taeconfigurator.editors.ui.dialogs
Constructors in org.apache.uima.taeconfigurator.editors.ui.dialogs with parameters of type ConfigGroupModifierConstructorDescriptionAddParameterDialog
(AbstractSection aSection, ConfigGroup cg) Constructor for Adding a new parameter to a group (may be the not-in-any one). -
Uses of ConfigGroup in org.apache.uima.taeconfigurator.files
Constructors in org.apache.uima.taeconfigurator.files with parameters of type ConfigGroupModifierConstructorDescriptionPickOverrideKeysAndParmName
(AbstractSection aSection, Map delegateMap, String message, ConfigurationParameter aCp, ConfigGroup aCg, boolean aAdding) Instantiates a new pick override keys and parm name.