* @{inheritDoc}
*/
public void apply() {
// Figure out whether there already exists a server state for the
// component.
CellServerState state = editor.getCellServerState();
AudioTreatmentComponentServerState compState =
(AudioTreatmentComponentServerState) state.getComponentServerState(
AudioTreatmentComponentServerState.class);
if (state == null) {
return;
}