MCPcopy Create free account

hub / github.com/SteveyO/Hue-Emulator / functions

Functions476 in github.com/SteveyO/Hue-Emulator

↓ 1 callersMethodgetInt
Get the int value associated with an index. @param index The index must be between 0 and length() - 1. @return The value. @throws JSONExce
src/org/json/JSONArray.java:253
↓ 1 callersMethodgetInt
Get the int value associated with a key. @param key A key string. @return The integer value. @throws JSONException if the key
src/org/json/JSONObject.java:524
↓ 1 callersMethodgetIpaddress
()
src/com/hueemulator/model/PHConfig.java:109
↓ 1 callersMethodgetJSONObject
Get the JSONObject associated with an index. @param index subscript @return A JSONObject value. @throws JSONException If there
src/org/json/JSONArray.java:291
↓ 1 callersMethodgetLightAttributes_1_4
(ObjectMapper mapper, PHBridgeConfiguration bridgeConfiguration, OutputStream responseBody, Controller control
src/com/hueemulator/server/handlers/LightsAPI.java:55
↓ 1 callersMethodgetLightState
()
src/com/hueemulator/model/PHGroupsEntry.java:30
↓ 1 callersMethodgetLoadConfigMenuItem
()
src/com/hueemulator/gui/HueMenuBar.java:317
↓ 1 callersMethodgetLong
Get the long value associated with an index. @param index The index must be between 0 and length() - 1. @return The value. @throws JSONExc
src/org/json/JSONArray.java:309
↓ 1 callersMethodgetLong
Get the long value associated with a key. @param key A key string. @return The long value. @throws JSONException if the key is
src/org/json/JSONObject.java:581
↓ 1 callersMethodgetMac
()
src/com/hueemulator/model/PHConfig.java:79
↓ 1 callersMethodgetMethod
()
src/com/hueemulator/model/PHCommand.java:36
↓ 1 callersMethodgetName
()
src/com/hueemulator/model/PHScenesEntry.java:19
↓ 1 callersMethodgetName
()
src/com/hueemulator/model/PHConfig.java:149
↓ 1 callersMethodgetName
()
src/com/hueemulator/model/PHGroupsEntry.java:20
↓ 1 callersMethodgetName
()
src/com/hueemulator/model/PHSchedulesEntry.java:41
↓ 1 callersMethodgetPointsymbol
()
src/com/hueemulator/model/PHLight.java:95
↓ 1 callersMethodgetSaveConfigMenuItem
()
src/com/hueemulator/gui/HueMenuBar.java:325
↓ 1 callersMethodgetScheduleAttributes_3_3
(ObjectMapper mapper, PHBridgeConfiguration bridgeConfiguration, OutputStream responseBody, Controller control
src/com/hueemulator/server/handlers/SchedulesAPI.java:198
↓ 1 callersMethodgetSwversion
()
src/com/hueemulator/model/PHLight.java:75
↓ 1 callersMethodgetSwversion
()
src/com/hueemulator/model/PHConfig.java:89
↓ 1 callersMethodgetUniqueid
()
src/com/hueemulator/model/PHLight.java:113
↓ 1 callersMethodgetUtc
()
src/com/hueemulator/model/PHConfig.java:169
↓ 1 callersMethodgreen
Return the green component of a color int. This is the same as saying (color >> 8) & 0xFF
src/com/hueemulator/utils/HueColor.java:52
↓ 1 callersMethodhandleDelete
(ObjectMapper mapper, OutputStream responseBody, String[] urlElements)
src/com/hueemulator/server/MyApiHandler.java:213
↓ 1 callersMethodhandleGet
(ObjectMapper mapper, String url, OutputStream responseBody, String[] urlElements)
src/com/hueemulator/server/MyApiHandler.java:175
↓ 1 callersMethodhandlePost
(ObjectMapper mapper, String url, OutputStream responseBody, String jSONString, String[] urlElements)
src/com/hueemulator/server/MyApiHandler.java:159
↓ 1 callersMethodhandlePut
(ObjectMapper mapper, String url, OutputStream responseBody, String jSONString, String[] urlElements)
src/com/hueemulator/server/MyApiHandler.java:127
↓ 1 callersMethodhas
Determine if the JSONObject contains a specific key. @param key A key string. @return true if the key exists in the JSONObject.
src/org/json/JSONObject.java:658
↓ 1 callersMethodisDateValid
This method is used by the Schedules API. Its purpose is twofold. Firstly to check the date is in the correct format, and secondly to check the date
src/com/hueemulator/utils/Utils.java:47
↓ 1 callersMethodisJSONValid
Method checks if valid json (as name suggests). This is called before every http call to check the user has passed valid json. @param test @return
src/com/hueemulator/utils/Utils.java:125
↓ 1 callersMethodisShowConsoleTime
()
src/com/hueemulator/emulator/Model.java:19
↓ 1 callersMethodisShowFullConfig
()
src/com/hueemulator/emulator/Model.java:23
↓ 1 callersMethodisShowRequestJSON
()
src/com/hueemulator/emulator/Model.java:39
↓ 1 callersMethodisShowResponseJSON
()
src/com/hueemulator/emulator/Model.java:47
↓ 1 callersMethodisValidUserName
(PHBridgeConfiguration bridgeConfiguration, OutputStream responseBody, String[] urlElements)
src/com/hueemulator/server/handlers/ConfigurationAPI.java:172
↓ 1 callersMethodkeySet
Get a set of keys of the JSONObject. @return A keySet.
src/org/json/JSONObject.java:719
↓ 1 callersMethodloadDescriptionFile
(String fileName)
src/com/hueemulator/utils/Utils.java:138
↓ 1 callersMethodnextString
Return the characters up to the next close quote character. Backslash processing is done. The formal JSON format does not allow strings in single quot
src/org/json/JSONTokener.java:251
↓ 1 callersMethodoptJSONObject
Get the optional JSONObject associated with an index. Null is returned if the key is not found, or null if the index has no value, or if the value is
src/org/json/JSONArray.java:510
↓ 1 callersMethodpopulateMap
(Object bean)
src/org/json/JSONObject.java:970
↓ 1 callersMethodred
Return the red component of a color int. This is the same as saying (color >> 16) & 0xFF
src/com/hueemulator/utils/HueColor.java:44
↓ 1 callersMethodremove
Remove a name and its value, if present. @param key The name to be removed. @return The value that was associated with the name, or null i
src/org/json/JSONObject.java:1270
↓ 1 callersMethodremoveDuplicates
(JSONArray originalArray, boolean removeErrors)
src/com/hueemulator/server/handlers/GroupsAPI.java:317
↓ 1 callersMethodreturnNonAuthenticatedConfig
(PHBridgeConfiguration bridgeConfiguration, OutputStream responseBody)
src/com/hueemulator/server/handlers/ConfigurationAPI.java:207
↓ 1 callersMethodserializeLightState
(PHLightState state)
src/com/hueemulator/model/PHLightState.java:165
↓ 1 callersMethodsetBri
(Integer bri)
src/com/hueemulator/model/PHLightState.java:69
↓ 1 callersMethodsetBridgeConfiguration
(PHBridgeConfiguration bridgeConfiguration)
src/com/hueemulator/emulator/Model.java:35
↓ 1 callersMethodsetColormode
(String colormode)
src/com/hueemulator/model/PHLightState.java:130
↓ 1 callersMethodsetCommandJSON
(JSONObject commandJSON)
src/com/hueemulator/emulator/PHScheduleTimer.java:24
↓ 1 callersMethodsetCreateDate
(String createDate)
src/com/hueemulator/model/PHWhitelistEntry.java:31
↓ 1 callersMethodsetGroupAttributes_2_4
(ObjectMapper mapper, String jSONString, PHBridgeConfiguration bridgeConfiguration, OutputStream responseBody,
src/com/hueemulator/server/handlers/GroupsAPI.java:159
↓ 1 callersMethodsetGroupState_2_5
(ObjectMapper mapper, String jSONString, PHBridgeConfiguration bridgeConfiguration, OutputStream responseBody,
src/com/hueemulator/server/handlers/GroupsAPI.java:240
↓ 1 callersMethodsetIPAddress
When the emulator starts we should update the Bridge Config with the IP Address and PORT this Emulator is running on. This is needed as JSON responses
src/com/hueemulator/emulator/Controller.java:249
↓ 1 callersMethodsetIdentifier
(String identifier)
src/com/hueemulator/model/PHLight.java:109
↓ 1 callersMethodsetIpaddress
(String ipaddress)
src/com/hueemulator/model/PHConfig.java:114
↓ 1 callersMethodsetLightState_1_6
(ObjectMapper mapper, String jSONString, PHBridgeConfiguration bridgeConfiguration, OutputStream responseBody,
src/com/hueemulator/server/handlers/LightsAPI.java:169
↓ 1 callersMethodsetLights
(List<String> lights)
src/com/hueemulator/model/PHScenesEntry.java:34
↓ 1 callersMethodsetMethod
(String method)
src/com/hueemulator/model/PHCommand.java:41
↓ 1 callersMethodsetModel
(Model model)
src/com/hueemulator/emulator/Controller.java:267
↓ 1 callersMethodsetModel
(Model model)
tests/com/hueemulator/emulator/TestEmulator.java:89
↓ 1 callersMethodsetName
(String name)
src/com/hueemulator/model/PHScenesEntry.java:24
↓ 1 callersMethodsetName
(String name)
src/com/hueemulator/model/PHWhitelistEntry.java:41
↓ 1 callersMethodsetOn
(Boolean on)
src/com/hueemulator/model/PHLightState.java:140
↓ 1 callersMethodsetPointsymbol
(Map<String, String> pointsymbol)
src/com/hueemulator/model/PHLight.java:100
↓ 1 callersMethodsetScheduleAttributes_3_4
(ObjectMapper mapper, String jSONString, PHBridgeConfiguration bridgeConfiguration, OutputStream responseBody,
src/com/hueemulator/server/handlers/SchedulesAPI.java:214
↓ 1 callersMethodsetScheduleIdentifier
(String scheduleIdentifier)
src/com/hueemulator/emulator/PHScheduleTimer.java:16
↓ 1 callersMethodsetServer
(Server server)
src/com/hueemulator/emulator/Emulator.java:100
↓ 1 callersMethodsetShowFullConfigJSON
(boolean showFullConfigJSON)
src/com/hueemulator/emulator/Model.java:55
↓ 1 callersMethodsetShowFullConfigJson
(boolean showFullConfigJSON)
src/com/hueemulator/emulator/Controller.java:413
↓ 1 callersMethodsetShowRequestJSON
(boolean showRequestJSON)
src/com/hueemulator/emulator/Model.java:43
↓ 1 callersMethodsetShowRequestJson
(boolean showRequestJSON)
src/com/hueemulator/emulator/Controller.java:401
↓ 1 callersMethodsetShowResponseJSON
(boolean showResponseJSON)
src/com/hueemulator/emulator/Model.java:51
↓ 1 callersMethodsetShowResponseJson
(boolean showResponseJSON)
src/com/hueemulator/emulator/Controller.java:409
↓ 1 callersMethodsetSwversion
(String swversion)
src/com/hueemulator/model/PHLight.java:80
↓ 1 callersMethodsetUniqueid
(String uniqueid)
src/com/hueemulator/model/PHLight.java:117
↓ 1 callersMethodsetXy
(List<Double> xy)
src/com/hueemulator/model/PHLightState.java:160
↓ 1 callersMethodsetXy
(List<Double> xy)
src/com/hueemulator/model/PHBody.java:61
↓ 1 callersMethodshowBridgeInfo
(Graphics2D g2, Model model)
src/com/hueemulator/gui/GraphicsPanel.java:203
↓ 1 callersMethodshowBulbInfo
(Graphics2D g2, PHLight light, PHLightState state, int bulbClicked)
src/com/hueemulator/gui/GraphicsPanel.java:232
↓ 1 callersMethodshowRequestJson
()
src/com/hueemulator/emulator/Controller.java:397
↓ 1 callersMethodstartServers
()
src/com/hueemulator/emulator/Emulator.java:39
↓ 1 callersMethodstartUPNPServer
()
src/com/hueemulator/server/UPNPServer.java:73
↓ 1 callersMethodstopServer
()
src/com/hueemulator/emulator/Emulator.java:62
↓ 1 callersMethodstopUPNPServer
()
src/com/hueemulator/server/UPNPServer.java:78
↓ 1 callersMethodstoreSchedule
(String scheduleIdentifier, PHScheduleTimer schTimer)
src/com/hueemulator/emulator/PHScheduleTimerManager.java:29
↓ 1 callersMethodstringToDate
(String dateString)
src/com/hueemulator/utils/Utils.java:67
↓ 1 callersMethodstringToValue
Try to convert a string into a number, boolean, or null. If the string can't be converted, return the string. @param string A String. @ret
src/org/json/JSONObject.java:1282
↓ 1 callersMethodvalueToString
Make a JSON text of an Object value. If the object has an value.toJSONString() method, then that method will be used to produce the JSON text. The met
src/org/json/JSONObject.java:1438
MethodAbout
()
src/com/hueemulator/gui/About.java:13
MethodController
(Model model, View view, String fileName)
src/com/hueemulator/emulator/Controller.java:57
MethodEmulator
(Controller controller, String fileName)
src/com/hueemulator/emulator/Emulator.java:28
MethodGraphicsPanel
(String size)
src/com/hueemulator/gui/GraphicsPanel.java:60
MethodHelp
()
src/com/hueemulator/gui/Help.java:10
MethodHueEmulator
(String fileName)
src/com/hueemulator/emulator/HueEmulator.java:11
MethodHueMenuBar
()
src/com/hueemulator/gui/HueMenuBar.java:39
MethodJSONArray
Construct an empty JSONArray.
src/org/json/JSONArray.java:90
MethodJSONException
Constructs a JSONException with an explanatory message. @param message Detail about the reason for the exception.
src/org/json/JSONException.java:19
MethodJSONObject
Construct an empty JSONObject.
src/org/json/JSONObject.java:141
MethodJSONTokener
Construct a JSONTokener from a Reader. @param reader A reader.
src/org/json/JSONTokener.java:57
MethodLightsFrame
(Controller controller, String size)
src/com/hueemulator/gui/LightsFrame.java:19
← previousnext →201–300 of 476, ranked by callers