5152535455565758596061
CStationPerspective station = cparent.asStation(); if( station != null ){ return station; } } dockable = parent.asDockable(); } return null; }
134135136137138139140141142143144
if( mode.isCurrentMode( dockable )){ return mode.getIdentifier(); } } PerspectiveStation parent = dockable.getParent(); dockable = parent == null ? null : parent.asDockable(); } return null; } /**
172173174175176177178179180181182
CStationPerspective station = ((CommonElementPerspective)parent).getElement().asStation(); if( perspective.getStation( station.getUniqueId() ) != null ){ return station; } } dockable = parent.asDockable(); } return null; }