Uses of Interface
io.guise.framework.platform.PlatformCommand
-
Packages that use PlatformCommand Package Description io.guise.framework.platform io.guise.framework.platform.web -
-
Uses of PlatformCommand in io.guise.framework.platform
Classes in io.guise.framework.platform with type parameters of type PlatformCommand Modifier and Type Interface Description interface
PlatformCommandMessage<C extends java.lang.Enum<C> & PlatformCommand>
A command message to or from the platform on which objects are being depicted. -
Uses of PlatformCommand in io.guise.framework.platform.web
Subinterfaces of PlatformCommand in io.guise.framework.platform.web Modifier and Type Interface Description interface
WebPlatformCommand
A web command to or from the platform on which objects are depicted.@author Garret WilsonClasses in io.guise.framework.platform.web that implement PlatformCommand Modifier and Type Class Description static class
AbstractWebPlatformFileCollectorDepictor.WebPlatformFileCollectorCommand
The web commands for controlling the platform file collector.static class
WebAudioDepictor.AudioCommand
The web commands for controlling audio.static class
WebPlatform.PollCommand
The web commands for controlling polling.static class
WebResourceCollectDepictor.ResourceCollectCommand
The web commands for controlling a resource collect control.
-