- RadioButtonFactory - Class in etest.gui
-
Concrete factory producing question option radio buttons.
- RadioButtonFactory() - Constructor for class etest.gui.RadioButtonFactory
-
- receiveJson(Class<T>) - Method in class etest.client.Connection
-
Returns a java object from json retrieved from the test server.
- receiveResponse() - Method in class etest.client.Connection
-
Receives response to request from the test server.
- registerSubtype(Class<? extends T>, String) - Method in class com.google.gson.typeadapters.RuntimeTypeAdapterFactory
-
Registers type
identified by label
.
- registerSubtype(Class<? extends T>) - Method in class com.google.gson.typeadapters.RuntimeTypeAdapterFactory
-
Registers type
identified by its simple
name
.
- RuntimeTypeAdapterFactory<T> - Class in com.google.gson.typeadapters
-
Adapts values whose runtime type may differ from their declaration type.