| org.eclipse.ui.internal.ide.actions.ProjectPropertyDialogAction
ProjectPropertyDialogAction | public class ProjectPropertyDialogAction extends PartEventAction implements INullSelectionListener,ActionFactory.IWorkbenchAction(Code) | | Implementation for the action Property on the Project menu.
|
Method Summary | |
public void | dispose() | public void | partActivated(IWorkbenchPart part) Update the enablement state when a new part is activated. | public void | run() Opens the project properties dialog. | public void | selectionChanged(IWorkbenchPart part, ISelection sel) Update the enablement state when a the selection changes. |
ProjectPropertyDialogAction | public ProjectPropertyDialogAction(IWorkbenchWindow window)(Code) | | Create a new dialog.
Parameters: window - the window |
dispose | public void dispose()(Code) | | |
partActivated | public void partActivated(IWorkbenchPart part)(Code) | | Update the enablement state when a new part is activated.
|
run | public void run()(Code) | | Opens the project properties dialog.
|
selectionChanged | public void selectionChanged(IWorkbenchPart part, ISelection sel)(Code) | | Update the enablement state when a the selection changes.
|
|
|