|
Lines 1-5
Link Here
|
| 1 |
/******************************************************************************* |
1 |
/******************************************************************************* |
| 2 |
* Copyright (c) 2000, 2006 IBM Corporation and others. |
2 |
* Copyright (c) 2000, 2010 IBM Corporation and others. |
| 3 |
* All rights reserved. This program and the accompanying materials |
3 |
* All rights reserved. This program and the accompanying materials |
| 4 |
* are made available under the terms of the Eclipse Public License v1.0 |
4 |
* are made available under the terms of the Eclipse Public License v1.0 |
| 5 |
* which accompanies this distribution, and is available at |
5 |
* which accompanies this distribution, and is available at |
|
Lines 23-41
Link Here
|
| 23 |
import org.eclipse.team.internal.core.subscribers.WorkingSetFilteredSyncInfoCollector; |
23 |
import org.eclipse.team.internal.core.subscribers.WorkingSetFilteredSyncInfoCollector; |
| 24 |
import org.eclipse.team.internal.ui.*; |
24 |
import org.eclipse.team.internal.ui.*; |
| 25 |
import org.eclipse.team.internal.ui.synchronize.SubscriberParticipantPage; |
25 |
import org.eclipse.team.internal.ui.synchronize.SubscriberParticipantPage; |
| 26 |
import org.eclipse.team.ui.synchronize.ISynchronizePage; |
26 |
import org.eclipse.team.ui.synchronize.*; |
| 27 |
import org.eclipse.team.ui.synchronize.ISynchronizePageConfiguration; |
|
|
| 28 |
import org.eclipse.team.ui.synchronize.SynchronizeModelAction; |
| 29 |
import org.eclipse.team.ui.synchronize.SynchronizeModelOperation; |
| 30 |
|
27 |
|
| 31 |
/** |
28 |
/** |
| 32 |
* Remove the selected elemements from the page |
29 |
* Remove the selected elements from the page |
| 33 |
*/ |
30 |
*/ |
| 34 |
public class RemoveFromViewAction extends SynchronizeModelAction { |
31 |
public class RemoveFromViewAction extends SynchronizeModelAction { |
| 35 |
|
32 |
|
| 36 |
public RemoveFromViewAction(ISynchronizePageConfiguration configuration) { |
33 |
public RemoveFromViewAction(ISynchronizePageConfiguration configuration) { |
| 37 |
super(null, configuration); |
34 |
super(null, configuration); |
| 38 |
Utils.initAction(this, "action.removeFromView."); //$NON-NLS-1$ |
35 |
Utils.initAction(this, "action.removeFromView."); //$NON-NLS-1$ |
|
|
36 |
setId(TeamUIPlugin.REMOVE_FROM_VIEW_ACTION_ID); |
| 39 |
} |
37 |
} |
| 40 |
|
38 |
|
| 41 |
/* (non-Javadoc) |
39 |
/* (non-Javadoc) |