mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-20 06:35:50 +02:00
[180562][api] removing implementers of IRSEUserIdConstants
This commit is contained in:
parent
b68729222e
commit
dd8984c399
5 changed files with 13 additions and 18 deletions
|
@ -14,6 +14,7 @@
|
||||||
* David Dykstal (IBM) - moved SystemPreferencesManager to a new package
|
* David Dykstal (IBM) - moved SystemPreferencesManager to a new package
|
||||||
* - created and used RSEPreferencesManager
|
* - created and used RSEPreferencesManager
|
||||||
* Uwe Stieber (Wind River) - Menu action contributions can be acknowlegded by system type provider
|
* Uwe Stieber (Wind River) - Menu action contributions can be acknowlegded by system type provider
|
||||||
|
* David Dykstal (IBM) - 180562: remove implementation of IRSEUserIdConstants
|
||||||
********************************************************************************/
|
********************************************************************************/
|
||||||
|
|
||||||
package org.eclipse.rse.internal.ui.view;
|
package org.eclipse.rse.internal.ui.view;
|
||||||
|
@ -72,7 +73,6 @@ import org.eclipse.ui.views.properties.TextPropertyDescriptor;
|
||||||
*/
|
*/
|
||||||
public class SystemViewConnectionAdapter
|
public class SystemViewConnectionAdapter
|
||||||
extends AbstractSystemViewAdapter
|
extends AbstractSystemViewAdapter
|
||||||
implements IRSEUserIdConstants
|
|
||||||
{
|
{
|
||||||
private SystemNewConnectionAction anotherConnectionAction = null;
|
private SystemNewConnectionAction anotherConnectionAction = null;
|
||||||
//private SystemUpdateConnectionAction updateAction = null;
|
//private SystemUpdateConnectionAction updateAction = null;
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/********************************************************************************
|
/********************************************************************************
|
||||||
* Copyright (c) 2002, 2006 IBM Corporation. All rights reserved.
|
* Copyright (c) 2002, 2007 IBM Corporation. All rights reserved.
|
||||||
* This program and the accompanying materials are made available under the terms
|
* This program and the accompanying materials are made available under the terms
|
||||||
* of the Eclipse Public License v1.0 which accompanies this distribution, and is
|
* of the Eclipse Public License v1.0 which accompanies this distribution, and is
|
||||||
* available at http://www.eclipse.org/legal/epl-v10.html
|
* available at http://www.eclipse.org/legal/epl-v10.html
|
||||||
|
@ -11,7 +11,7 @@
|
||||||
* Emily Bruner, Mazen Faraj, Adrian Storisteanu, Li Ding, and Kent Hawley.
|
* Emily Bruner, Mazen Faraj, Adrian Storisteanu, Li Ding, and Kent Hawley.
|
||||||
*
|
*
|
||||||
* Contributors:
|
* Contributors:
|
||||||
* {Name} (company) - description of contribution.
|
* David Dykstal (IBM) - 180562: remove implementation of IRSEUserIdConstants
|
||||||
********************************************************************************/
|
********************************************************************************/
|
||||||
|
|
||||||
package org.eclipse.rse.internal.ui.view;
|
package org.eclipse.rse.internal.ui.view;
|
||||||
|
@ -21,7 +21,6 @@ import org.eclipse.jface.action.GroupMarker;
|
||||||
import org.eclipse.jface.action.IAction;
|
import org.eclipse.jface.action.IAction;
|
||||||
import org.eclipse.jface.resource.ImageDescriptor;
|
import org.eclipse.jface.resource.ImageDescriptor;
|
||||||
import org.eclipse.jface.viewers.IStructuredSelection;
|
import org.eclipse.jface.viewers.IStructuredSelection;
|
||||||
import org.eclipse.rse.core.IRSEUserIdConstants;
|
|
||||||
import org.eclipse.rse.core.SystemBasePlugin;
|
import org.eclipse.rse.core.SystemBasePlugin;
|
||||||
import org.eclipse.rse.core.model.ISystemRegistry;
|
import org.eclipse.rse.core.model.ISystemRegistry;
|
||||||
import org.eclipse.rse.core.subsystems.IConnectorService;
|
import org.eclipse.rse.core.subsystems.IConnectorService;
|
||||||
|
@ -50,7 +49,7 @@ import org.eclipse.ui.views.properties.TextPropertyDescriptor;
|
||||||
* These are children of SystemConnection objects
|
* These are children of SystemConnection objects
|
||||||
*/
|
*/
|
||||||
public class SystemViewSubSystemAdapter extends AbstractSystemViewAdapter
|
public class SystemViewSubSystemAdapter extends AbstractSystemViewAdapter
|
||||||
implements ISystemPropertyConstants, IRSEUserIdConstants
|
implements ISystemPropertyConstants
|
||||||
{
|
{
|
||||||
protected String translatedType;
|
protected String translatedType;
|
||||||
// for reset property support
|
// for reset property support
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/********************************************************************************
|
/********************************************************************************
|
||||||
* Copyright (c) 2002, 2006 IBM Corporation. All rights reserved.
|
* Copyright (c) 2002, 2007 IBM Corporation. All rights reserved.
|
||||||
* This program and the accompanying materials are made available under the terms
|
* This program and the accompanying materials are made available under the terms
|
||||||
* of the Eclipse Public License v1.0 which accompanies this distribution, and is
|
* of the Eclipse Public License v1.0 which accompanies this distribution, and is
|
||||||
* available at http://www.eclipse.org/legal/epl-v10.html
|
* available at http://www.eclipse.org/legal/epl-v10.html
|
||||||
|
@ -11,7 +11,7 @@
|
||||||
* Emily Bruner, Mazen Faraj, Adrian Storisteanu, Li Ding, and Kent Hawley.
|
* Emily Bruner, Mazen Faraj, Adrian Storisteanu, Li Ding, and Kent Hawley.
|
||||||
*
|
*
|
||||||
* Contributors:
|
* Contributors:
|
||||||
* {Name} (company) - description of contribution.
|
* David Dykstal (IBM) - 180562: remove implementation of IRSEUserIdConstants
|
||||||
********************************************************************************/
|
********************************************************************************/
|
||||||
|
|
||||||
package org.eclipse.rse.internal.ui.view.team;
|
package org.eclipse.rse.internal.ui.view.team;
|
||||||
|
@ -21,7 +21,6 @@ import org.eclipse.core.runtime.IAdaptable;
|
||||||
import org.eclipse.core.runtime.IProgressMonitor;
|
import org.eclipse.core.runtime.IProgressMonitor;
|
||||||
import org.eclipse.jface.resource.ImageDescriptor;
|
import org.eclipse.jface.resource.ImageDescriptor;
|
||||||
import org.eclipse.jface.viewers.IStructuredSelection;
|
import org.eclipse.jface.viewers.IStructuredSelection;
|
||||||
import org.eclipse.rse.core.IRSEUserIdConstants;
|
|
||||||
import org.eclipse.rse.core.model.ISystemProfile;
|
import org.eclipse.rse.core.model.ISystemProfile;
|
||||||
import org.eclipse.rse.core.model.ISystemRegistry;
|
import org.eclipse.rse.core.model.ISystemRegistry;
|
||||||
import org.eclipse.rse.core.subsystems.ISubSystemConfiguration;
|
import org.eclipse.rse.core.subsystems.ISubSystemConfiguration;
|
||||||
|
@ -39,9 +38,7 @@ import org.eclipse.ui.views.properties.PropertyDescriptor;
|
||||||
* the Team view.
|
* the Team view.
|
||||||
*/
|
*/
|
||||||
public class SystemTeamViewCategoryAdapter
|
public class SystemTeamViewCategoryAdapter
|
||||||
extends AbstractSystemViewAdapter
|
extends AbstractSystemViewAdapter {
|
||||||
implements IRSEUserIdConstants
|
|
||||||
{
|
|
||||||
|
|
||||||
private boolean actionsCreated = false;
|
private boolean actionsCreated = false;
|
||||||
//private Hashtable categoriesByProfile = new Hashtable();
|
//private Hashtable categoriesByProfile = new Hashtable();
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/********************************************************************************
|
/********************************************************************************
|
||||||
* Copyright (c) 2002, 2006 IBM Corporation. All rights reserved.
|
* Copyright (c) 2002, 2007 IBM Corporation. All rights reserved.
|
||||||
* This program and the accompanying materials are made available under the terms
|
* This program and the accompanying materials are made available under the terms
|
||||||
* of the Eclipse Public License v1.0 which accompanies this distribution, and is
|
* of the Eclipse Public License v1.0 which accompanies this distribution, and is
|
||||||
* available at http://www.eclipse.org/legal/epl-v10.html
|
* available at http://www.eclipse.org/legal/epl-v10.html
|
||||||
|
@ -11,7 +11,7 @@
|
||||||
* Emily Bruner, Mazen Faraj, Adrian Storisteanu, Li Ding, and Kent Hawley.
|
* Emily Bruner, Mazen Faraj, Adrian Storisteanu, Li Ding, and Kent Hawley.
|
||||||
*
|
*
|
||||||
* Contributors:
|
* Contributors:
|
||||||
* {Name} (company) - description of contribution.
|
* David Dykstal (IBM) - 180562: remove implementation of IRSEUserIdConstants
|
||||||
********************************************************************************/
|
********************************************************************************/
|
||||||
|
|
||||||
package org.eclipse.rse.internal.ui.view.team;
|
package org.eclipse.rse.internal.ui.view.team;
|
||||||
|
@ -21,7 +21,6 @@ import org.eclipse.core.runtime.IAdaptable;
|
||||||
import org.eclipse.core.runtime.IProgressMonitor;
|
import org.eclipse.core.runtime.IProgressMonitor;
|
||||||
import org.eclipse.jface.resource.ImageDescriptor;
|
import org.eclipse.jface.resource.ImageDescriptor;
|
||||||
import org.eclipse.jface.viewers.IStructuredSelection;
|
import org.eclipse.jface.viewers.IStructuredSelection;
|
||||||
import org.eclipse.rse.core.IRSEUserIdConstants;
|
|
||||||
import org.eclipse.rse.core.SystemResourceManager;
|
import org.eclipse.rse.core.SystemResourceManager;
|
||||||
import org.eclipse.rse.core.model.ISystemProfile;
|
import org.eclipse.rse.core.model.ISystemProfile;
|
||||||
import org.eclipse.rse.internal.ui.SystemResources;
|
import org.eclipse.rse.internal.ui.SystemResources;
|
||||||
|
@ -49,7 +48,6 @@ import org.eclipse.ui.views.properties.PropertyDescriptor;
|
||||||
*/
|
*/
|
||||||
public class SystemTeamViewProfileAdapter
|
public class SystemTeamViewProfileAdapter
|
||||||
extends AbstractSystemViewAdapter
|
extends AbstractSystemViewAdapter
|
||||||
implements IRSEUserIdConstants
|
|
||||||
{
|
{
|
||||||
|
|
||||||
private boolean actionsCreated = false;
|
private boolean actionsCreated = false;
|
||||||
|
|
|
@ -15,6 +15,7 @@
|
||||||
* - created and used RSEPreferencesManager
|
* - created and used RSEPreferencesManager
|
||||||
* Uwe Stieber (Wind River) - bugfixing and reworked new connection wizard
|
* Uwe Stieber (Wind River) - bugfixing and reworked new connection wizard
|
||||||
* David Dykstal (IBM) - 168977: refactoring IConnectorService and ServerLauncher hierarchies
|
* David Dykstal (IBM) - 168977: refactoring IConnectorService and ServerLauncher hierarchies
|
||||||
|
* David Dykstal (IBM) - 180562: remove implementation of IRSEUserIdConstants
|
||||||
********************************************************************************/
|
********************************************************************************/
|
||||||
|
|
||||||
package org.eclipse.rse.ui;
|
package org.eclipse.rse.ui;
|
||||||
|
@ -75,7 +76,7 @@ import org.eclipse.ui.dialogs.PropertyPage;
|
||||||
* </p>
|
* </p>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
public class SystemConnectionForm implements Listener, IRSEUserIdConstants, SelectionListener, Runnable, IRunnableWithProgress {
|
public class SystemConnectionForm implements Listener, SelectionListener, Runnable, IRunnableWithProgress {
|
||||||
|
|
||||||
public static final boolean CREATE_MODE = false;
|
public static final boolean CREATE_MODE = false;
|
||||||
public static final boolean UPDATE_MODE = true;
|
public static final boolean UPDATE_MODE = true;
|
||||||
|
|
Loading…
Add table
Reference in a new issue