Uses of Class
uavsim.graphics.controls.buttons.ButtonProperties

Packages that use ButtonProperties
uavsim.graphics.controls.buttons Provides... 
uavsim.graphics.instruments.autopilot Provides... 
uavsim.graphics.instruments.clock Provides... 
uavsim.graphics.instruments.gpsmap Provides... 
uavsim.graphics.instruments.vorreceiver Provides... 
 

Uses of ButtonProperties in uavsim.graphics.controls.buttons
 

Fields in uavsim.graphics.controls.buttons declared as ButtonProperties
protected  ButtonProperties A_Button._properties
          the button properties
 

Methods in uavsim.graphics.controls.buttons that return ButtonProperties
 ButtonProperties A_Button.getProperties()
          Gets the button properties.
 

Constructors in uavsim.graphics.controls.buttons with parameters of type ButtonProperties
A_Button(java.lang.String id, ButtonProperties properties, A_Instrument hostInstrument)
          Creates an abstract button control.
PushButton(java.lang.String id, ButtonProperties properties, A_Instrument hostInstrument)
          Creates a pushbutton control.
 

Uses of ButtonProperties in uavsim.graphics.instruments.autopilot
 

Fields in uavsim.graphics.instruments.autopilot declared as ButtonProperties
private static ButtonProperties Autopilot._buttonEnableProperties
          the enable-button properties
 

Uses of ButtonProperties in uavsim.graphics.instruments.clock
 

Fields in uavsim.graphics.instruments.clock declared as ButtonProperties
private static ButtonProperties ClockEnhanced._buttonResetProperties
          the enable-button properties
 

Uses of ButtonProperties in uavsim.graphics.instruments.gpsmap
 

Fields in uavsim.graphics.instruments.gpsmap declared as ButtonProperties
private static ButtonProperties GPSMap._buttonOrientationProperties
          the orientation-button properties
private static ButtonProperties GPSMap._buttonPowerProperties
          the power-button properties
private static ButtonProperties GPSMap._buttonZoomInProperties
          the zoom-in-button properties
private static ButtonProperties GPSMap._buttonZoomOutProperties
          the zoom-out-button properties
 

Uses of ButtonProperties in uavsim.graphics.instruments.vorreceiver
 

Fields in uavsim.graphics.instruments.vorreceiver declared as ButtonProperties
private static ButtonProperties VORDMEReceiver._buttonExchangeProperties
          the exchange-button properties