| [news.eclipse.platform.rcp] Re: why is MultiPageEditorPart.getActiveEditor() not public ? |
Here's my question: why was MultiPageEditorPart.getActiveEditor() declared protected ? Am I doing something I am not supposed to do here ?
you are doing something you're not supposed to ... from the javadoc: * Returns the active nested editor if there is one. * <p> * Subclasses should not override this method * </p>
Later, PW