* @param ignore if <code>true</code> then some {@link CDockable}s are filtered out, otherwise their location
* is stored.
*/
public void setIgnoreWorkingForEntry( boolean ignore ){
if( ignore ){
frontend.setIgnoreForEntry( new DockSituationIgnore(){
public boolean ignoreChildren( DockStation station ) {
CStation<?> cstation = getStation( station );
if( cstation != null )
return cstation.isWorkingArea();