Package edu.wpi.first.wpilibj.shuffleboard

  • Interface Summary 
    Interface Description
    LayoutType
    Represents the type of a layout in Shuffleboard.
    ShuffleboardContainer
    Common interface for objects that can contain shuffleboard components.
    WidgetType
    Represents the type of a widget in Shuffleboard.
  • Class Summary 
    Class Description
    ComplexWidget
    A Shuffleboard widget that handles a Sendable object such as a motor controller or sensor.
    SendableCameraWrapper
    A wrapper to make video sources sendable and usable from Shuffleboard.
    Shuffleboard
    The Shuffleboard class provides a mechanism with which data can be added and laid out in the Shuffleboard dashboard application from a robot program.
    ShuffleboardComponent<C extends ShuffleboardComponent<C>>
    A generic component in Shuffleboard.
    ShuffleboardLayout
    A layout in a Shuffleboard tab.
    ShuffleboardTab
    Represents a tab in the Shuffleboard dashboard.
    SimpleWidget
    A Shuffleboard widget that handles a single data point such as a number or string.
    SuppliedValueWidget<T>
    A Shuffleboard widget whose value is provided by user code.
  • Enum Summary 
    Enum Description
    BuiltInLayouts
    The types of layouts bundled with Shuffleboard.
    BuiltInWidgets
    The types of the widgets bundled with Shuffleboard.
    EventImportance
    The importance of an event marker in Shuffleboard.