Package com.teamdev.jxbrowser.ui
Class NativeThemeStub
java.lang.Object
com.teamdev.jxbrowser.ui.NativeThemeStub
- All Implemented Interfaces:
com.teamdev.jxbrowser.internal.rpc.Service
@Generated("Generated by the protocol buffer compiler")
public final class NativeThemeStub
extends Object
implements com.teamdev.jxbrowser.internal.rpc.Service
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.protobuf.Descriptors.ServiceDescriptor
void
getColorMode
(com.google.protobuf.RpcController controller, com.teamdev.jxbrowser.internal.rpc.EngineId request, com.google.protobuf.RpcCallback<GetColorResponse> done) Optional<com.google.protobuf.Descriptors.MethodDescriptor>
methodDescriptor
(Class cls) com.google.protobuf.Message
requestPrototype
(com.google.protobuf.Descriptors.MethodDescriptor method) com.google.protobuf.Message
responsePrototype
(com.google.protobuf.Descriptors.MethodDescriptor method) void
setColorMode
(com.google.protobuf.RpcController controller, SetThemeColorRequest request, com.google.protobuf.RpcCallback<com.google.protobuf.Empty> done)
-
Constructor Details
-
NativeThemeStub
public NativeThemeStub(com.google.protobuf.RpcChannel channel)
-
-
Method Details
-
setColorMode
public void setColorMode(com.google.protobuf.RpcController controller, SetThemeColorRequest request, com.google.protobuf.RpcCallback<com.google.protobuf.Empty> done) -
getColorMode
public void getColorMode(com.google.protobuf.RpcController controller, com.teamdev.jxbrowser.internal.rpc.EngineId request, com.google.protobuf.RpcCallback<GetColorResponse> done) -
descriptorForType
public com.google.protobuf.Descriptors.ServiceDescriptor descriptorForType()- Specified by:
descriptorForType
in interfacecom.teamdev.jxbrowser.internal.rpc.Service
-
requestPrototype
public com.google.protobuf.Message requestPrototype(com.google.protobuf.Descriptors.MethodDescriptor method) - Specified by:
requestPrototype
in interfacecom.teamdev.jxbrowser.internal.rpc.Service
-
responsePrototype
public com.google.protobuf.Message responsePrototype(com.google.protobuf.Descriptors.MethodDescriptor method) - Specified by:
responsePrototype
in interfacecom.teamdev.jxbrowser.internal.rpc.Service
-
methodDescriptor
- Specified by:
methodDescriptor
in interfacecom.teamdev.jxbrowser.internal.rpc.Service
-