Class SelectableRecorder<T>

Type Parameters:
T - Type of the palette
All Implemented Interfaces:
Serializable, Iterable<Component>, IEventSink, IEventSource, IFeedbackContributor, IConverterLocator, IGenericComponent<String,FormComponent<String>>, IMetadataContext<Serializable,Component>, IFormModelUpdateListener, IFormVisitorParticipant, ILabelProvider<String>, IHeaderContributor, IRequestableComponent, IHierarchical<Component>, IClusterable

public class SelectableRecorder<T> extends Recorder<T>
A variant of Recorder, supporting single element selection (for editing purpose, for example). Note: this class extends Recorder<T> but in fact it is a bare copy of most source code; this was done because the original class is keeping everything private.
See Also: