Uses of Class
net.ctdp.rfdynhud.editor.EditorPresets

Packages that use EditorPresets
net.ctdp.rfdynhud.editor   
net.ctdp.rfdynhud.gamedata   
 

Uses of EditorPresets in net.ctdp.rfdynhud.editor
 

Methods in net.ctdp.rfdynhud.editor with parameters of type EditorPresets
static void __EDPrivilegedAccess.getEditorPresetsProperties(EditorPresets editorPresets, PropertiesContainer propsCont)
           
static void __EDPrivilegedAccess.loadProperty(EditorPresets editorPresets, PropertyLoader loader)
           
static void __EDPrivilegedAccess.saveProperties(EditorPresets editorPresets, PropertyWriter writer)
           
 

Uses of EditorPresets in net.ctdp.rfdynhud.gamedata
 

Methods in net.ctdp.rfdynhud.gamedata with parameters of type EditorPresets
static void __GDPrivilegedAccess.applyEditorPresets(EditorPresets editorPresets, LiveGameData gameData)
           
static void __GDPrivilegedAccess.loadFromStream(java.io.InputStream in, ScoringInfo scoringInfo, EditorPresets editorPresets)