BrightSide Workbench Full Report + Source Code
org.turro.students.view.ChallengeLabel Class Reference
Inheritance diagram for org.turro.students.view.ChallengeLabel:
Collaboration diagram for org.turro.students.view.ChallengeLabel:

Public Member Functions

void setChallenge (Challenge challenge)
 

Detailed Description

Author
Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g

Definition at line 33 of file ChallengeLabel.java.

Member Function Documentation

◆ setChallenge()

void org.turro.students.view.ChallengeLabel.setChallenge ( Challenge  challenge)

Definition at line 38 of file ChallengeLabel.java.

38  {
39  this.challenge = challenge;
40  setLabel(challenge.getQuestion());
41  addClickListener();
42  }
Here is the call graph for this function:

The documentation for this class was generated from the following file: