Uses of Class
uavsim.graphics.controls.A_Control

Packages that use A_Control
uavsim.graphics.controls.buttons Provides... 
uavsim.graphics.controls.knobs Provides... 
uavsim.graphics.instruments Provides... 
 

Uses of A_Control in uavsim.graphics.controls.buttons
 

Subclasses of A_Control in uavsim.graphics.controls.buttons
 class A_Button
          Provides the shared functionality of a basic interactive pushbutton.
 class PushButton
          Provides a basic interactive pushbutton.
 

Uses of A_Control in uavsim.graphics.controls.knobs
 

Subclasses of A_Control in uavsim.graphics.controls.knobs
 class A_Knob
          Provides the shared functionality of a basic interactive knob with clockwise and counterclockwise rotation.
 class Knob
          Provides a basic interactive knob with clockwise and counterclockwise rotation.
 

Uses of A_Control in uavsim.graphics.instruments
 

Fields in uavsim.graphics.instruments with type parameters of type A_Control
private  java.util.List<A_Control> A_Instrument._controls
          any registered controls
 

Methods in uavsim.graphics.instruments with parameters of type A_Control
protected  void A_Instrument.registerControl(A_Control control)
          Registers a control with this instrument.