Public Member Functions | |
ObservationInput (PresentTimeObservation observation) | |
void | actionPerformed (ActionEvent event) |
void | setEnabled (boolean enabled) |
boolean | requestFocusInWindow () |
Private Attributes | |
JButton | fly |
JButton | hop |
JButton | preen |
JButton | billwipe |
JButton | boink |
JButton | doororwindow |
JButton | otherlocation |
JButton | tree1 |
JButton | tree2 |
JButton | tree3 |
JButton | tree4 |
JButton | tree5 |
JButton | wall1 |
JButton | wall2 |
JButton | wall3 |
JButton | wall4 |
JButton | floor |
JButton | peckring |
KeyboardInput | keyboard |
PresentTimeObservation | listener |
tit.gui.widget.ObservationInput.ObservationInput | ( | PresentTimeObservation | observation | ) |
Construeert een nieuw WaarnemingInvoerWidget
.
observation | The PresentTimeObservation to which the recorded behaviours are passed through. |
void tit.gui.widget.ObservationInput.actionPerformed | ( | ActionEvent | event | ) |
Handles ActionEvent
s.
event | The associated ActionEvent . |
void tit.gui.widget.ObservationInput.setEnabled | ( | boolean | enabled | ) |
Enables/disables this component.
enabled | Enabled yes/no. |
boolean tit.gui.widget.ObservationInput.requestFocusInWindow | ( | ) |
Requests focus.
true
is focus is granted, false
otherwise.
JButton tit.gui.widget.ObservationInput.fly [private] |
Button to record fly.
JButton tit.gui.widget.ObservationInput.hop [private] |
Button to record hop.
JButton tit.gui.widget.ObservationInput.preen [private] |
Button to record preen.
JButton tit.gui.widget.ObservationInput.billwipe [private] |
Button to record billwipe.
JButton tit.gui.widget.ObservationInput.boink [private] |
Button to record boink.
JButton tit.gui.widget.ObservationInput.doororwindow [private] |
Button to record doororwindow.
JButton tit.gui.widget.ObservationInput.otherlocation [private] |
Button to record otherlocation.
JButton tit.gui.widget.ObservationInput.tree1 [private] |
Button to record tree1.
JButton tit.gui.widget.ObservationInput.tree2 [private] |
Button to record tree2.
JButton tit.gui.widget.ObservationInput.tree3 [private] |
Button to record tree3.
JButton tit.gui.widget.ObservationInput.tree4 [private] |
Button to record tree4.
JButton tit.gui.widget.ObservationInput.tree5 [private] |
Button to record tree5.
JButton tit.gui.widget.ObservationInput.wall1 [private] |
Button to record wall1.
JButton tit.gui.widget.ObservationInput.wall2 [private] |
Button to record wall2.
JButton tit.gui.widget.ObservationInput.wall3 [private] |
Button to record wall3.
JButton tit.gui.widget.ObservationInput.wall4 [private] |
Button to record wall4.
JButton tit.gui.widget.ObservationInput.floor [private] |
Button to record floor.
JButton tit.gui.widget.ObservationInput.peckring [private] |
Button to record peckring.
Recieves input from the keyboard.
The PresentTimeObservation
to which the recorded behaviours are passed through.