Uses of Interface
net.ctdp.rfdynhud.properties.PropertyLoader

Packages that use PropertyLoader
net.ctdp.rfdynhud.editor   
net.ctdp.rfdynhud.properties   
net.ctdp.rfdynhud.util   
net.ctdp.rfdynhud.widgets   
net.ctdp.rfdynhud.widgets.base.needlemeter   
net.ctdp.rfdynhud.widgets.base.revneedlemeter   
net.ctdp.rfdynhud.widgets.base.widget   
 

Uses of PropertyLoader in net.ctdp.rfdynhud.editor
 

Methods in net.ctdp.rfdynhud.editor with parameters of type PropertyLoader
static void __EDPrivilegedAccess.loadProperty(EditorPresets editorPresets, PropertyLoader loader)
           
 

Uses of PropertyLoader in net.ctdp.rfdynhud.properties
 

Methods in net.ctdp.rfdynhud.properties with parameters of type PropertyLoader
 void PropertiesKeeper.loadProperty(PropertyLoader loader)
          Loads (and parses) a certain property from a config file.
 void AbstractPropertiesKeeper.loadProperty(PropertyLoader loader)
          Loads (and parses) a certain property from a config file.
 void TimeProperty.loadValue(PropertyLoader loader, java.lang.String value)
          Loads the value from the configuration file.
 void StringProperty.loadValue(PropertyLoader loader, java.lang.String value)
          Loads the value from the configuration file.
abstract  void Property.loadValue(PropertyLoader loader, java.lang.String value)
          Loads the value from the configuration file.
 void PathnameProperty.loadValue(PropertyLoader loader, java.lang.String value)
          Loads the value from the configuration file.
 void ListProperty.loadValue(PropertyLoader loader, java.lang.String value)
          Loads the value from the configuration file.
 void IntProperty.loadValue(PropertyLoader loader, java.lang.String value)
          Loads the value from the configuration file.
 void ImageProperty.loadValue(PropertyLoader loader, java.lang.String value)
          Loads the value from the configuration file.
 void FontProperty.loadValue(PropertyLoader loader, java.lang.String value)
          Loads the value from the configuration file.
 void FloatProperty.loadValue(PropertyLoader loader, java.lang.String value)
          Loads the value from the configuration file.
 void FilenameProperty.loadValue(PropertyLoader loader, java.lang.String value)
          Loads the value from the configuration file.
 void EnumProperty.loadValue(PropertyLoader loader, java.lang.String value)
          Loads the value from the configuration file.
 void ColorProperty.loadValue(PropertyLoader loader, java.lang.String value)
          Loads the value from the configuration file.
 void BorderProperty.loadValue(PropertyLoader loader, java.lang.String value)
          Loads the value from the configuration file.
 void BooleanProperty.loadValue(PropertyLoader loader, java.lang.String value)
          Loads the value from the configuration file.
 void BackgroundProperty.loadValue(PropertyLoader loader, java.lang.String value)
          Loads the value from the configuration file.
 void ArrayProperty.loadValue(PropertyLoader loader, java.lang.String value)
          Loads the value from the configuration file.
 

Uses of PropertyLoader in net.ctdp.rfdynhud.util
 

Classes in net.ctdp.rfdynhud.util that implement PropertyLoader
 class ConfigurationLoader
          This utility class servs to load HUD configuration files.
 

Uses of PropertyLoader in net.ctdp.rfdynhud.widgets
 

Methods in net.ctdp.rfdynhud.widgets with parameters of type PropertyLoader
 void WidgetsConfiguration.loadProperty(PropertyLoader loader)
          Loads (and parses) a certain property from a config file.
 

Uses of PropertyLoader in net.ctdp.rfdynhud.widgets.base.needlemeter
 

Methods in net.ctdp.rfdynhud.widgets.base.needlemeter with parameters of type PropertyLoader
 void NeedleMeterWidget.loadProperty(PropertyLoader loader)
          Loads (and parses) a certain property from a config file.
 

Uses of PropertyLoader in net.ctdp.rfdynhud.widgets.base.revneedlemeter
 

Methods in net.ctdp.rfdynhud.widgets.base.revneedlemeter with parameters of type PropertyLoader
 void AbstractRevNeedleMeterWidget.loadProperty(PropertyLoader loader)
          Loads (and parses) a certain property from a config file.
 

Uses of PropertyLoader in net.ctdp.rfdynhud.widgets.base.widget
 

Methods in net.ctdp.rfdynhud.widgets.base.widget with parameters of type PropertyLoader
 void Widget.loadProperty(PropertyLoader loader)
          Loads (and parses) a certain property from a config file.
 void AbstractAssembledWidget.loadProperty(PropertyLoader loader)
          Loads (and parses) a certain property from a config file.