Eclipse . , , .
. , (, , , ).
, , . , , . , ActionBarAdvisor:
:
private IWorkbenchAction newWindowAction;
, ( , makeActions):
newWindowAction = ActionFactory.OPEN_NEW_WINDOW.create(window);
register(newWindowAction);
, :
menu.add(newWindowAction);
"". , :
MenuManager menu = new MenuManager(
"&Window",
IWorkbenchActionConstants.M_WINDOW);
, , Window- > New Window Eclipse IDE.
, , , , . . , :
IWorkbenchPage newPage = window.openPage(inputObject);
inputObject , , . , , setPerspective .
:
newPage.getWorkbenchWindow().getShell().setText(windowTitle);
windowTitle - , .
:
window.getActivePage().getInput()
, .