talx x1.0.5

desktop
Interface TrainingComponent

All Known Implementing Classes:
TrainingPanel

public interface TrainingComponent

Interface for top-level training component. Implementation classes are used in task specifications. Although not part of the java interface, TrainingComponents are expected to have a single, public constructor that takes a single TrainingDesktop paramater. Additionally, a TrainingComponent must create and add all its visual components in the constructor. While some child components may be hidden, child components may not be added or removed during the lifetime of the component except when the TrainingComponent is first created and eventually finalized.


Method Summary
 TaskProperties reset()
          Clears the interface and returns a new TaskProperties object.
 

Method Detail

reset

public TaskProperties reset()
Clears the interface and returns a new TaskProperties object. Changes to any previously generated TaskProperties objects will be ignored.


talx x1.0.5

© 2001-2005 University of Oregon.
Eugene OR 97403, U.S.A. All Rights Reserved.