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.Methods in io.github.interacto.command.library that return Instrument Modifier and Type Method Description Instrument<?>InstrumentCommand. getInstrument()Methods in io.github.interacto.command.library with parameters of type Instrument Modifier and Type Method Description voidInstrumentCommand. setInstrument(Instrument<?> newInstrument)Sets the manipulated instrument.Constructors in io.github.interacto.command.library with parameters of type Instrument Constructor Description ActivateInstrument(Instrument<?> instrument)InactivateInstrument(Instrument<?> instrument)InstrumentCommand(Instrument<?> instrument) -
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.
-