m_oInspectorPane = _oInspectorPane;
}
public InspectorPane getInspectorPane() throws NullPointerException{
if (m_oInspectorPane == null){
throw new NullPointerException("InspectorPage has not been added to TreeControl");
}
else{
return m_oInspectorPane;
}
}