* and that are currently in a mode that does not support working-areas. The history
* of the elements is searched for the first mode which supports working-areas. If no
* such mode is found, then the normal-mode is applied.
*/
public void resetWorkingAreaChildren(){
runTransaction( new AffectingRunnable() {
public void run( AffectedSet set ){
for( Dockable dockable : listDockables() ){
if( dockable instanceof CommonDockable ){
CDockable cdockable = ((CommonDockable)dockable).getDockable();
resetWorkingArea( cdockable, set );