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

Packages that use PropertiesKeeper
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.extra.assembled   
net.ctdp.rfdynhud.widgets.internal   
 

Uses of PropertiesKeeper in net.ctdp.rfdynhud.properties
 

Classes in net.ctdp.rfdynhud.properties that implement PropertiesKeeper
 class AbstractPropertiesKeeper
          Interface for all classes, that keep properties.
 

Methods in net.ctdp.rfdynhud.properties that return PropertiesKeeper
 PropertiesKeeper Property.getKeeper()
          Gets the owner PropertiesKeeper.
 

Methods in net.ctdp.rfdynhud.properties with parameters of type PropertiesKeeper
static void AbstractPropertiesKeeper.attachKeeper(PropertiesKeeper keeper)
           
static void AbstractPropertiesKeeper.attachKeeper(PropertiesKeeper keeper, boolean force)
           
static void AbstractPropertiesKeeper.setKeeper(Property property, PropertiesKeeper keeper)
           
static void AbstractPropertiesKeeper.setKeeper(Property property, PropertiesKeeper keeper, boolean force)
           
 

Uses of PropertiesKeeper in net.ctdp.rfdynhud.widgets
 

Classes in net.ctdp.rfdynhud.widgets that implement PropertiesKeeper
 class WidgetsConfiguration
          The WidgetsConfiguration handles the drawing of all visible widgets.
 

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

Classes in net.ctdp.rfdynhud.widgets.base.needlemeter that implement PropertiesKeeper
 class NeedleMeterWidget
          The NeedleMeterWidget is an abstract Widget implementation for meter widgets with a needle on an analogue scale.
 

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

Classes in net.ctdp.rfdynhud.widgets.base.revneedlemeter that implement PropertiesKeeper
 class AbstractRevNeedleMeterWidget
          The AbstractRevNeedleMeterWidget displays rev/RPM information.
 

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

Classes in net.ctdp.rfdynhud.widgets.base.widget that implement PropertiesKeeper
 class AbstractAssembledWidget
          An assembled Widget is a master Widget for other client Widgets.
 class StatefulWidget<GeneralStore,LocalStore>
           Widgets extending this class can store state data, that is restored when a Widget of this type and/or name is (re-)loaded.
 class Widget
          This is the base for all Widgets to be drawn on the HUD.
 

Uses of PropertiesKeeper in net.ctdp.rfdynhud.widgets.extra.assembled
 

Classes in net.ctdp.rfdynhud.widgets.extra.assembled that implement PropertiesKeeper
 class AssembledWidget
           
 

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

Classes in net.ctdp.rfdynhud.widgets.internal that implement PropertiesKeeper
 class InternalWidget
          This Widget displays information, if something went wrong or the plugin is in beta state or something.