* @param section
* the <code>WindowSection</code> in which to display this console.
* @return a <code>WindowSectionContent</code> representation of this console.
*/
public WindowSectionContent getAsWindowSectionContent(WindowSection section) {
return new UiJobConsoleView(this, section);
}