Uses of Class
net.ctdp.rfdynhud.properties.PropertiesContainer

Packages that use PropertiesContainer
net.ctdp.rfdynhud.editor   
net.ctdp.rfdynhud.properties   
net.ctdp.rfdynhud.widgets   
net.ctdp.rfdynhud.widgets.base.needlemeter   
net.ctdp.rfdynhud.widgets.base.revneedlemeter   
net.ctdp.rfdynhud.widgets.base.widget   
net.ctdp.rfdynhud.widgets.internal   
 

Uses of PropertiesContainer in net.ctdp.rfdynhud.editor
 

Methods in net.ctdp.rfdynhud.editor with parameters of type PropertiesContainer
static void __EDPrivilegedAccess.getEditorPresetsProperties(EditorPresets editorPresets, PropertiesContainer propsCont)
           
 

Uses of PropertiesContainer in net.ctdp.rfdynhud.properties
 

Subclasses of PropertiesContainer in net.ctdp.rfdynhud.properties
 class FlatPropertiesContainer
           
 

Methods in net.ctdp.rfdynhud.properties with parameters of type PropertiesContainer
 void PropertiesKeeper.getProperties(PropertiesContainer propsCont, boolean forceAll)
          Puts all editable properties to the editor.
 void AbstractPropertiesKeeper.getProperties(PropertiesContainer propsCont, boolean forceAll)
          Puts all editable properties to the editor.
 

Uses of PropertiesContainer in net.ctdp.rfdynhud.widgets
 

Methods in net.ctdp.rfdynhud.widgets with parameters of type PropertiesContainer
 void WidgetsConfiguration.getProperties(PropertiesContainer propsCont, boolean forceAll)
          Puts all editable properties to the editor.
 

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

Methods in net.ctdp.rfdynhud.widgets.base.needlemeter with parameters of type PropertiesContainer
protected  void NeedleMeterWidget.addMaxValuePropertyToContainer(PropertiesContainer propsCont, boolean forceAll)
          Adds the maxValue property to the container.
protected  void NeedleMeterWidget.addMinValuePropertyToContainer(PropertiesContainer propsCont, boolean forceAll)
          Adds the minValue property to the container.
protected  void NeedleMeterWidget.getDigiValueProperties(PropertiesContainer propsCont, boolean forceAll)
          Collects the properties for the digital value.
protected  void NeedleMeterWidget.getMarkersProperties(PropertiesContainer propsCont, boolean forceAll)
          Collects the properties for the markers.
protected  void NeedleMeterWidget.getNeedleProperties(PropertiesContainer propsCont, boolean forceAll)
          Collects the properties for the needle.
 void NeedleMeterWidget.getProperties(PropertiesContainer propsCont, boolean forceAll)
          Puts all editable properties to the editor.
protected  boolean NeedleMeterWidget.getSpecificPropertiesFirst(PropertiesContainer propsCont, boolean forceAll)
          Collects the widget type specific properties before needle, markers and digi value.
 

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

Methods in net.ctdp.rfdynhud.widgets.base.revneedlemeter with parameters of type PropertiesContainer
protected  void AbstractRevNeedleMeterWidget.addMaxValuePropertyToContainer(PropertiesContainer propsCont, boolean forceAll)
          Adds the maxValue property to the container.
protected  void AbstractRevNeedleMeterWidget.addVisibilityPropertiesToContainer(PropertiesContainer propsCont, boolean forceAll)
          Adds the visibility properties to the PropertiesContainer.
protected  void AbstractRevNeedleMeterWidget.getGearProperties(PropertiesContainer propsCont, boolean forceAll)
          Collects the properties for the gear.
protected  void AbstractRevNeedleMeterWidget.getMarkersProperties(PropertiesContainer propsCont, boolean forceAll)
          Collects the properties for the markers.
protected  void AbstractRevNeedleMeterWidget.getNeedleProperties(PropertiesContainer propsCont, boolean forceAll)
          Collects the properties for the needle.
 void AbstractRevNeedleMeterWidget.getProperties(PropertiesContainer propsCont, boolean forceAll)
          Puts all editable properties to the editor.
 

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

Methods in net.ctdp.rfdynhud.widgets.base.widget with parameters of type PropertiesContainer
protected  void Widget.addBackgroundPropertyToContainer(PropertiesContainer propsCont, boolean forceAll)
          Adds the background property to the container.
protected  void Widget.addBorderPropertyToContainer(PropertiesContainer propsCont, boolean forceAll)
          Adds the border property to the container.
protected  void Widget.addFontPropertiesToContainer(PropertiesContainer propsCont, boolean forceAll)
          Adds the font and font color properties to the container.
protected  void Widget.addPaddingPropertiesToContainer(PropertiesContainer propsCont, boolean forceAll)
          Adds the padding properties to the container.
protected  void Widget.addPositionAndSizePropertiesToContainer(PropertiesContainer propsCont, boolean forceAll)
          Adds the position and size properties to the PropertiesContainer.
protected  void Widget.addTypeAndNamePropertiesToContainer(PropertiesContainer propsCont, boolean forceAll)
          Adds the type and name properties to the PropertiesContainer.
protected  void Widget.addVisibilityPropertiesToContainer(PropertiesContainer propsCont, boolean forceAll)
          Adds the visibility properties to the PropertiesContainer.
 void Widget.getProperties(PropertiesContainer propsCont, boolean forceAll)
          Puts all editable properties to the editor.
 void AbstractAssembledWidget.getProperties(PropertiesContainer propsCont, boolean forceAll)
          Puts all editable properties to the editor.
protected  void Widget.getPropertiesForParentGroup(PropertiesContainer propsCont, boolean forceAll)
          Puts all editable properties to the editor.
 

Uses of PropertiesContainer in net.ctdp.rfdynhud.widgets.internal
 

Methods in net.ctdp.rfdynhud.widgets.internal with parameters of type PropertiesContainer
 void InternalWidget.getProperties(PropertiesContainer propsCont, boolean forceAll)