Uses of Class
yearreview.app.util.xml.XmlNode
Packages that use XmlNode
Package
Description
-
Uses of XmlNode in yearreview.app.config
Fields in yearreview.app.config declared as XmlNodeModifier and TypeFieldDescriptionprivate XmlNode
ConfigParser.dataSources
Configuration for the data sources.private XmlNode
ConfigParser.widgets
Configuration for the widgets.Methods in yearreview.app.config that return XmlNodeModifier and TypeMethodDescriptionConfigParser.getDataSourcesSettings()
Gets the configuration for the data sources.ConfigParser.getWidgetSettings()
Gets the configuration for thewidgets
.Methods in yearreview.app.config with parameters of type XmlNodeModifier and TypeMethodDescriptionprivate void
ConfigParser.parseSettings
(XmlNode settings) Parses the settings part of the configuration file. -
Uses of XmlNode in yearreview.app.data
Constructors in yearreview.app.data with parameters of type XmlNodeModifierConstructorDescriptionDataManager
(XmlNode dataConfig) Creates a DataManager from a given configuration. -
Uses of XmlNode in yearreview.app.data.sources
Methods in yearreview.app.data.sources with parameters of type XmlNodeModifier and TypeMethodDescriptionstatic DataSource
DataSource.getDataSource
(XmlNode config) Gets a DataSource by the name stored inside the configuration and initializes it with that configuration.abstract void
DataSource.parseConfig
(XmlNode c) Parses the configuration of the DataSource.Constructors in yearreview.app.data.sources with parameters of type XmlNodeModifierConstructorDescriptionConstructs a DataSource from a configuration. -
Uses of XmlNode in yearreview.app.data.sources.audio
Methods in yearreview.app.data.sources.audio with parameters of type XmlNodeModifier and TypeMethodDescriptionvoid
AudioDataSource.parseConfig
(XmlNode config) Parses the passed configuration, initializes the databse and creates the adapters.Constructors in yearreview.app.data.sources.audio with parameters of type XmlNodeModifierConstructorDescriptionConstructs a new AudioDataSource from a given configuration. -
Uses of XmlNode in yearreview.app.data.sources.audio.adapter
Methods in yearreview.app.data.sources.audio.adapter with parameters of type XmlNodeModifier and TypeMethodDescriptionstatic AudioDatabaseAdapter
AudioDatabaseAdapter.getAdapter
(AudioDatabase database, XmlNode config) Creates a new Adapter by its name.Constructors in yearreview.app.data.sources.audio.adapter with parameters of type XmlNodeModifierConstructorDescriptionSpotifyAdapter
(AudioDatabase database, XmlNode config) Constructs a new SpotifyAdapter with a database to use and a configuration. -
Uses of XmlNode in yearreview.app.data.sources.fitness
Methods in yearreview.app.data.sources.fitness with parameters of type XmlNodeModifier and TypeMethodDescriptionvoid
FitnessDataSource.parseConfig
(XmlNode config) Parses the configuration and initializes the adapters.Constructors in yearreview.app.data.sources.fitness with parameters of type XmlNodeModifierConstructorDescriptionConstructs a FitnessDataSource using a configuration. -
Uses of XmlNode in yearreview.app.data.sources.fitness.adapters
Methods in yearreview.app.data.sources.fitness.adapters with parameters of type XmlNodeModifier and TypeMethodDescriptionstatic FitnessAdapter
FitnessAdapter.getAdapter
(FitnessDatabase database, XmlNode config) Static function to get an adapter by its nameConstructors in yearreview.app.data.sources.fitness.adapters with parameters of type XmlNodeModifierConstructorDescriptionStravaAdapter
(FitnessDatabase database, XmlNode config) Constructs a StravaAdapter from a FitnessDatabase and configuration -
Uses of XmlNode in yearreview.app.grid
Constructors in yearreview.app.grid with parameters of type XmlNodeModifierConstructorDescriptionGridManager
(XmlNode gridConfig) Constructs aGridManager
from a given configuration. -
Uses of XmlNode in yearreview.app.grid.widgets
Methods in yearreview.app.grid.widgets with parameters of type XmlNodeModifier and TypeMethodDescriptionstatic Widget
Creates a widget from positional data and a configuration.Constructors in yearreview.app.grid.widgets with parameters of type XmlNodeModifierConstructorDescriptionTestWidget
(float x, float y, float w, float h, XmlNode c) Constructs a TestWidget at a given position with a configuration (that isn't used).TestWidgetAnimation
(float x, float y, float w, float h, XmlNode c) Constructs a TestWidgetAnimation at a given position with a configuration (that isn't used). -
Uses of XmlNode in yearreview.app.util.xml
Methods in yearreview.app.util.xml that return XmlNodeModifier and TypeMethodDescriptionXmlNode.getChildByName
(String name) Gets a child of this node by name.static XmlNode
XmlNode.parseXmlFile
(File f) Parses a given XML-file and return the root-XmlNode.Methods in yearreview.app.util.xml that return types with arguments of type XmlNode