Uses of Class
xal.smf.data.XMLDataManager
Packages that use XMLDataManager
-
Uses of XMLDataManager in xal.extension.fxapplication
Fields in xal.extension.fxapplication declared as XMLDataManagerModifier and TypeFieldDescriptionprotected XMLDataManagerXalFxDocument.acceleratorXMLManagerThe accelerator XML manager objectMethods in xal.extension.fxapplication that return XMLDataManagerMethods in xal.extension.fxapplication with parameters of type XMLDataManagerModifier and TypeMethodDescriptionvoidXalFxDocument.setAcceleratorXMLManager(XMLDataManager xmlDataManager) -
Uses of XMLDataManager in xal.smf.data
Methods in xal.smf.data that return XMLDataManagerModifier and TypeMethodDescriptionstatic XMLDataManagerXMLDataManager.getDefaultInstance()Get the default XMLDataManager based on the user's preferred path to the Main data sourcestatic XMLDataManagerXMLDataManager.getInstance(URL url) factory method given a URL to the main optics sourcestatic XMLDataManagerXMLDataManager.managerWithFilePath(String filePath) Create and return a new XMLDataManager with its source given by the specified file path.static XMLDataManagerXMLDataManager.managerWithFilePath(String filePath, ChannelFactory channelFactory) Create and return a new XMLDataManager with its source given by the specified file path.static XMLDataManagerXMLDataManager.newEmptyManager(ChannelFactory channelFactory) Create and return a new empty XMLDataManager.