|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SessionType | |
---|---|
net.ctdp.rfdynhud.gamedata | |
net.ctdp.rfdynhud.util | |
net.ctdp.rfdynhud.widgets.base.widget |
Uses of SessionType in net.ctdp.rfdynhud.gamedata |
---|
Methods in net.ctdp.rfdynhud.gamedata that return SessionType | |
---|---|
SessionType |
ScoringInfo.getSessionType()
Gets current session type. |
static SessionType |
SessionType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static SessionType[] |
SessionType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Uses of SessionType in net.ctdp.rfdynhud.util |
---|
Methods in net.ctdp.rfdynhud.util with parameters of type SessionType | |
---|---|
protected void |
ConfigurationCandidatesIterator.addBigMonitorCandidates(java.io.File configFolder,
java.lang.String modName,
java.lang.String vehicleName,
SessionType sessionType)
|
protected void |
ConfigurationCandidatesIterator.addGarageCandidates(java.io.File configFolder,
java.lang.String modName,
java.lang.String vehicleName,
SessionType sessionType)
|
protected void |
ConfigurationCandidatesIterator.addMonitorCandidates(java.io.File configFolder,
java.lang.String modName,
java.lang.String vehicleName,
SessionType sessionType)
|
protected void |
ConfigurationCandidatesIterator.addRegularCandidates(java.io.File configFolder,
java.lang.String modName,
java.lang.String vehicleName,
SessionType sessionType)
|
protected void |
ConfigurationCandidatesIterator.addSmallMonitorCandidates(java.io.File configFolder,
java.lang.String modName,
java.lang.String vehicleName,
SessionType sessionType)
|
void |
ConfigurationCandidatesIterator.collectCandidates(boolean smallMonitor,
boolean bigMonitor,
boolean isInGarage,
java.lang.String modName,
java.lang.String vehicleName,
SessionType sessionType)
|
static void |
__UtilPrivilegedAccess.reloadConfiguration(ConfigurationLoader loader,
boolean smallMonitor,
boolean bigMonitor,
boolean isInGarage,
java.lang.String modName,
java.lang.String vehicleName,
SessionType sessionType,
WidgetsConfiguration widgetsConfig,
LiveGameData gameData,
boolean isEditorMode,
boolean force)
|
Uses of SessionType in net.ctdp.rfdynhud.widgets.base.widget |
---|
Methods in net.ctdp.rfdynhud.widgets.base.widget with parameters of type SessionType | |
---|---|
void |
Widget.onSessionStarted(SessionType sessionType,
LiveGameData gameData,
boolean isEditorMode)
This method is executed when a new session was started. |
void |
AbstractAssembledWidget.onSessionStarted(SessionType sessionType,
LiveGameData gameData,
boolean isEditorMode)
This method is executed when a new session was started. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |