Uses of Class
xal.tools.data.EditContext
Packages that use EditContext
Package
Description
-
Uses of EditContext in xal.model.alg
Methods in xal.model.alg with parameters of type EditContextModifier and TypeMethodDescriptionvoidEnvelopeTrackerBase.load(String strPrimKeyVal, EditContext ecTableData) Load the parameters of thisIAlgorithmobject from the table data in the givenEditContext.voidEnvTrackerAdapt.load(String strPrimKeyVal, EditContext ecTableData) Load the parameters of thisIAlgorithmobject from the table data in the givenEditContext.voidTrace3dTracker.load(String strPrimKeyVal, EditContext ecTableData) Load the parameters of thisIAlgorithmobject from the table data in the givenEditContext.voidTracker.load(String strPrimKeyVal, EditContext ecTableData) Load the parameters of thisIAlgorithmobject from the table data in the givenEditContext.voidTwissTracker.load(String strPrimKeyVal, EditContext ecTableData) Load the parameters of thisIAlgorithmobject from the table data in the givenEditContext. -
Uses of EditContext in xal.sim.scenario
Methods in xal.sim.scenario with parameters of type EditContextModifier and TypeMethodDescriptionstatic voidProbeFactory.createSchema(EditContext ecTableData, EnvelopeProbe defaultProbe) static voidProbeFactory.storeInitialValues(EditContext ecTableData, List<EnvelopeProbeState> states) -
Uses of EditContext in xal.smf
Methods in xal.smf that return EditContextMethods in xal.smf with parameters of type EditContextModifier and TypeMethodDescriptionvoidAccelerator.setEditContext(EditContext newContext) Set this accelerator's edit context -
Uses of EditContext in xal.smf.data
Methods in xal.smf.data with parameters of type EditContextModifier and TypeMethodDescriptionvoidXMLDataManager.readTableGroup(EditContext editContext, String group) Reads the tables of the table group into the editContext getting its data from the URL associated with the group.static voidXMLDataManager.readTableGroupFromUrl(EditContext editContext, String group, String urlSpec) Reads the tables of the table group into the editContext getting its data from the specified URL.voidXMLDataManager.writeEditContext(EditContext editContext) voidXMLDataManager.writeTableGroup(EditContext editContext, String groupName) static voidXMLDataManager.writeTableGroupToUrl(EditContext editContext, String tableGroup, String urlSpec) -
Uses of EditContext in xal.tools.data
Methods in xal.tools.data with parameters of type EditContextModifier and TypeMethodDescriptionvoidEditContext.importTablesFromContext(EditContext editContext, String group) Perform a deep copy of the specified table group from the specified edit contextvoidIContextAware.load(String strPrimKeyVal, EditContext ecTableData) Load the class's parameters from anEditContextobject.voidEditContextListener.tableAdded(EditContext context, DataTable table) Handle the event indicating that a table was added to the edit context.voidEditContextListener.tableRemoved(EditContext context, DataTable table) Handle the event indicating that a table was removed from the edit context. -
Uses of EditContext in xal.tools.xml
Methods in xal.tools.xml with parameters of type EditContextModifier and TypeMethodDescriptionstatic voidXmlTableIO.readTableGroupFromFile(EditContext editContext, String tableGroup, File file) Read the table group from the specified file into editContext without XML validation.static voidXmlTableIO.readTableGroupFromUrl(EditContext editContext, String tableGroup, String urlSpec) Read the table group from the URL file into editContext without XML validation.static voidXmlTableIO.readTableGroupFromUrl(EditContext editContext, String tableGroup, String urlSpec, boolean isValidating) Read the table group from the URL file into editContext with the specified XML validation flag.static voidXmlTableIO.writeTableGroupToFile(EditContext editContext, String group, File file) Write all tables associated with the specified group in editContext to an XML file.static voidXmlTableIO.writeTableGroupToUrl(EditContext editContext, String group, String urlSpec) Write all tables associated with the specified group in editContext to an XML file.