1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-03 23:25:26 +02:00

[180562][api] removing implementers of IRSEUserIdConstants

This commit is contained in:
David Dykstal 2007-04-03 00:15:25 +00:00
parent b68729222e
commit dd8984c399
5 changed files with 13 additions and 18 deletions

View file

@ -14,6 +14,7 @@
* David Dykstal (IBM) - moved SystemPreferencesManager to a new package
* - created and used RSEPreferencesManager
* 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;
@ -71,8 +72,7 @@ import org.eclipse.ui.views.properties.TextPropertyDescriptor;
* Adapter for displaying SystemConnection objects in tree views.
*/
public class SystemViewConnectionAdapter
extends AbstractSystemViewAdapter
implements IRSEUserIdConstants
extends AbstractSystemViewAdapter
{
private SystemNewConnectionAction anotherConnectionAction = null;
//private SystemUpdateConnectionAction updateAction = null;

View file

@ -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
* of the Eclipse Public License v1.0 which accompanies this distribution, and is
* 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.
*
* Contributors:
* {Name} (company) - description of contribution.
* David Dykstal (IBM) - 180562: remove implementation of IRSEUserIdConstants
********************************************************************************/
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.resource.ImageDescriptor;
import org.eclipse.jface.viewers.IStructuredSelection;
import org.eclipse.rse.core.IRSEUserIdConstants;
import org.eclipse.rse.core.SystemBasePlugin;
import org.eclipse.rse.core.model.ISystemRegistry;
import org.eclipse.rse.core.subsystems.IConnectorService;
@ -50,7 +49,7 @@ import org.eclipse.ui.views.properties.TextPropertyDescriptor;
* These are children of SystemConnection objects
*/
public class SystemViewSubSystemAdapter extends AbstractSystemViewAdapter
implements ISystemPropertyConstants, IRSEUserIdConstants
implements ISystemPropertyConstants
{
protected String translatedType;
// for reset property support

View file

@ -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
* of the Eclipse Public License v1.0 which accompanies this distribution, and is
* 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.
*
* Contributors:
* {Name} (company) - description of contribution.
* David Dykstal (IBM) - 180562: remove implementation of IRSEUserIdConstants
********************************************************************************/
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.jface.resource.ImageDescriptor;
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.ISystemRegistry;
import org.eclipse.rse.core.subsystems.ISubSystemConfiguration;
@ -39,9 +38,7 @@ import org.eclipse.ui.views.properties.PropertyDescriptor;
* the Team view.
*/
public class SystemTeamViewCategoryAdapter
extends AbstractSystemViewAdapter
implements IRSEUserIdConstants
{
extends AbstractSystemViewAdapter {
private boolean actionsCreated = false;
//private Hashtable categoriesByProfile = new Hashtable();

View file

@ -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
* of the Eclipse Public License v1.0 which accompanies this distribution, and is
* 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.
*
* Contributors:
* {Name} (company) - description of contribution.
* David Dykstal (IBM) - 180562: remove implementation of IRSEUserIdConstants
********************************************************************************/
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.jface.resource.ImageDescriptor;
import org.eclipse.jface.viewers.IStructuredSelection;
import org.eclipse.rse.core.IRSEUserIdConstants;
import org.eclipse.rse.core.SystemResourceManager;
import org.eclipse.rse.core.model.ISystemProfile;
import org.eclipse.rse.internal.ui.SystemResources;
@ -48,8 +47,7 @@ import org.eclipse.ui.views.properties.PropertyDescriptor;
* the Team view.
*/
public class SystemTeamViewProfileAdapter
extends AbstractSystemViewAdapter
implements IRSEUserIdConstants
extends AbstractSystemViewAdapter
{
private boolean actionsCreated = false;

View file

@ -15,6 +15,7 @@
* - created and used RSEPreferencesManager
* Uwe Stieber (Wind River) - bugfixing and reworked new connection wizard
* David Dykstal (IBM) - 168977: refactoring IConnectorService and ServerLauncher hierarchies
* David Dykstal (IBM) - 180562: remove implementation of IRSEUserIdConstants
********************************************************************************/
package org.eclipse.rse.ui;
@ -75,7 +76,7 @@ import org.eclipse.ui.dialogs.PropertyPage;
* </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 UPDATE_MODE = true;