"

2013 FRC Java API

"

edu.wpi.first.wpilibj.buttons
Class NetworkButton

java.lang.Object
  extended by edu.wpi.first.wpilibj.buttons.Trigger
      extended by edu.wpi.first.wpilibj.buttons.Button
          extended by edu.wpi.first.wpilibj.buttons.NetworkButton
All Implemented Interfaces:
Sendable

public class NetworkButton
extends Button

Author:
Joe

Nested Class Summary
 
Nested classes/interfaces inherited from class edu.wpi.first.wpilibj.buttons.Trigger
Trigger.ButtonScheduler
 
Constructor Summary
NetworkButton(NetworkTable table, String field)
           
NetworkButton(String table, String field)
           
 
Method Summary
 boolean get()
          Returns whether or not the trigger is active This method will be called repeatedly a command is linked to the Trigger.
 
Methods inherited from class edu.wpi.first.wpilibj.buttons.Button
cancelWhenPressed, toggleWhenPressed, whenPressed, whenReleased, whileHeld
 
Methods inherited from class edu.wpi.first.wpilibj.buttons.Trigger
cancelWhenActive, getSmartDashboardType, getTable, initTable, toggleWhenActive, whenActive, whenInactive, whileActive
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NetworkButton

public NetworkButton(String table,
                     String field)

NetworkButton

public NetworkButton(NetworkTable table,
                     String field)
Method Detail

get

public boolean get()
Description copied from class: Trigger
Returns whether or not the trigger is active This method will be called repeatedly a command is linked to the Trigger.

Specified by:
get in class Trigger
Returns:
whether or not the trigger condition is active.

"

2013 FRC Java API

"

"
For updated information see the Java FRC site
"