Overview  Package   Class  Tree  Index 

be.lassi.ui.cues
Interface CuePanelListener


public interface CuePanelListener

Listens to changes in the cue panel.


Method Summary
 void down(Cue cue, int fieldId)
          Called when down arrow key is used.
 void focusGained(Cue cue)
          Performed when given cue gets focus.
 void up(Cue cue, int fieldId)
          Called when up arrow key is used.
 

Method Detail

down

void down(Cue cue,
          int fieldId)
Called when down arrow key is used.

Parameters:
cue -
fieldId -

focusGained

void focusGained(Cue cue)
Performed when given cue gets focus.

Parameters:
cue - the cue that get focus

up

void up(Cue cue,
        int fieldId)
Called when up arrow key is used.

Parameters:
cue -
fieldId -

Overview  Package   Class  Tree  Index 
Lighting Assistant 1.2