919920921922923924925926927928
final IFile file = ((IFileEditorInput)getEditorInput()).getFile(); _tabbedPropSheet = factory.createPage(file); } else { _tabbedPropSheet = new WPETabbedPropertySheetPage(this,this); } } return _tabbedPropSheet; }
920921922923924925926927928929