Uses of Class
io.github.interacto.command.CommandImpl
-
Packages that use CommandImpl Package Description io.github.interacto.command io.github.interacto.command.library -
-
Uses of CommandImpl in io.github.interacto.command
Subclasses of CommandImpl in io.github.interacto.command Modifier and Type Class Description classAnonCommandAn anonymous command that takes an anonymous function as a parameter corresponding to the command to execute. -
Uses of CommandImpl in io.github.interacto.command.library
Subclasses of CommandImpl in io.github.interacto.command.library Modifier and Type Class Description classActivateInstrumentThis action activates an instrument.classInactivateInstrumentThis command inactivates an instrument.classInstrumentCommandThis command manipulates an instrument.classModifyValue<T>The goal of this abstract command is to modify an object.classOpenWebPageThis command opens an URI in the default browser.classPositionCommandDefines an abstract command that move an object to the given position.classRedoA command that redoes a command.classUndoA command that undoes a command.classZoomA command for zooming in/out a zoomable object.
-