Uses of Interface
io.github.interacto.instrument.Instrument
-
Packages that use Instrument Package Description io.github.interacto.command.library io.github.interacto.instrument -
-
Uses of Instrument in io.github.interacto.command.library
Fields in io.github.interacto.command.library declared as Instrument Modifier and Type Field Description protected Instrument<?>InstrumentCommand. instrumentThe manipulated instrument.Constructors in io.github.interacto.command.library with parameters of type Instrument Constructor Description ActivateInstrument(Instrument<?> instrument)Creates the command.InactivateInstrument(Instrument<?> instrument)Creates the command.InstrumentCommand(Instrument<?> instrument)Creates the command. -
Uses of Instrument in io.github.interacto.instrument
Classes in io.github.interacto.instrument that implement Instrument Modifier and Type Class Description classInstrumentImpl<T extends WidgetBinding<? extends Command>>The base class of an instrument.
-