Uses of Class
org.apache.uima.taeconfigurator.model.ConfigGroup
Package
Description
-
Uses of ConfigGroup in org.apache.uima.taeconfigurator.editors.ui
Modifier 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.Modifier 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
ModifierConstructorDescriptionAddParameterDialog
(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
ModifierConstructorDescriptionPickOverrideKeysAndParmName
(AbstractSection aSection, Map delegateMap, String message, ConfigurationParameter aCp, ConfigGroup aCg, boolean aAdding) Instantiates a new pick override keys and parm name.