Uses of Enum Class
com.teamdev.jxbrowser.cast.CastMode
Packages that use CastMode
Package
Description
This package contains classes, that allow managing the screencast process.
The screencast events.
-
Uses of CastMode in com.teamdev.jxbrowser.cast
Methods in com.teamdev.jxbrowser.cast that return CastModeModifier and TypeMethodDescriptionstatic CastModeCastMode.forNumber(int value) CastSession.mode()Returns the mode of the session.static CastModeCastMode.valueOf(int value) Deprecated.static CastModeCastMode.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static CastModeReturns the enum constant of this class with the specified name.static CastMode[]CastMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.teamdev.jxbrowser.cast that return types with arguments of type CastModeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<CastMode>CastMode.internalGetValueMap() -
Uses of CastMode in com.teamdev.jxbrowser.cast.event
Methods in com.teamdev.jxbrowser.cast.event that return CastMode