148149150151152153154
public CDockable asDockable() { return this; } public CStationPerspective createPerspective(){ return new CGridPerspective( getUniqueId(), getTypeId(), isWorkingArea() ); }