Package lib.custom
Class NamedSendableChooser<T extends Nameable>
java.lang.Object
edu.wpi.first.wpilibj.smartdashboard.SendableChooser<T>
lib.custom.NamedSendableChooser<T>
- All Implemented Interfaces:
edu.wpi.first.util.sendable.Sendable,AutoCloseable,Supplier<T>
public class NamedSendableChooser<T extends Nameable>
extends edu.wpi.first.wpilibj.smartdashboard.SendableChooser<T>
implements Supplier<T>
A sendable chooser for any named object.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class edu.wpi.first.wpilibj.smartdashboard.SendableChooser
addOption, close, getSelected, initSendable, onChange, setDefaultOption
-
Constructor Details
-
NamedSendableChooser
public NamedSendableChooser()
-
-
Method Details