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

[cleanup] Update Copyrights

This commit is contained in:
Martin Oberhuber 2007-06-05 11:36:59 +00:00
parent 262a370121
commit 0d0ee5ddf5
183 changed files with 1632 additions and 1450 deletions

View file

@ -1,9 +1,10 @@
/********************************************************************************
* Copyright (c) 2006 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
*
/*******************************************************************************
* Copyright (c) 2006, 2007 IBM Corporation and others.
* 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
*
* Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir,
@ -12,7 +13,7 @@
*
* Contributors:
* {Name} (company) - description of contribution.
********************************************************************************/
*******************************************************************************/
package org.eclipse.rse.internal.ui;
@ -72,4 +73,4 @@ public class GenericMessages extends NLS
// load message values from bundle file
NLS.initializeMessages(BUNDLE_NAME, GenericMessages.class);
}
}
}

View file

@ -1,9 +1,10 @@
################################################################################
# Copyright (c) 2006 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
#
###############################################################################
# Copyright (c) 2006, 2007 IBM Corporation and others.
# 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
#
# Initial Contributors:
# The following IBM employees contributed to the Remote System Explorer
# component that contains this file: David McKnight, Kushal Munir,
@ -12,7 +13,7 @@
#
# Contributors:
# {Name} (company) - description of contribution.
################################################################################
###############################################################################
# NLS_MESSAGEFORMAT_VAR
# NLS_ENCODING=UTF-8
@ -58,4 +59,4 @@ PropertyDialog_messageTitle = Properties
PropertyDialog_noPropertyMessage = Properties
PropertyDialog_propertyMessage = Properties for {0}
RSEQuery_task = RSE Query
RSEQuery_task = RSE Query

View file

@ -1,8 +1,9 @@
/********************************************************************************
* Copyright (c) 2006 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
/*******************************************************************************
* Copyright (c) 2006, 2007 IBM Corporation and others.
* 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
*
* Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer
@ -12,7 +13,7 @@
*
* Contributors:
* {Name} (company) - description of contribution.
********************************************************************************/
*******************************************************************************/
package org.eclipse.rse.internal.ui;
import org.eclipse.rse.ui.IRSEAdapter;
@ -39,4 +40,4 @@ public abstract class RSEAdapter extends WorkbenchAdapter implements IRSEAdapter
public String getDescription(Object object) {
return ""; //$NON-NLS-1$
}
}
}

View file

@ -1,9 +1,10 @@
/********************************************************************************
* Copyright (c) 2002, 2006 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
*
/*******************************************************************************
* Copyright (c) 2002, 2007 IBM Corporation and others.
* 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
*
* Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir,
@ -12,7 +13,7 @@
*
* Contributors:
* {Name} (company) - description of contribution.
********************************************************************************/
*******************************************************************************/
package org.eclipse.rse.internal.ui;
import org.eclipse.jface.wizard.WizardPage;
@ -259,4 +260,4 @@ public class SystemProfileForm
((SystemPromptDialog)caller).setPageComplete(complete);
}
}
}
}

View file

@ -1,9 +1,10 @@
/********************************************************************************
* Copyright (c) 2006 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
*
/*******************************************************************************
* Copyright (c) 2006, 2007 IBM Corporation and others.
* 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
*
* Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir,
@ -12,7 +13,7 @@
*
* Contributors:
* {Name} (company) - description of contribution.
********************************************************************************/
*******************************************************************************/
package org.eclipse.rse.internal.ui;
@ -48,4 +49,4 @@ public class SystemPropertyResources extends NLS
// load message values from bundle file
NLS.initializeMessages(BUNDLE_NAME, SystemPropertyResources.class);
}
}
}

View file

@ -1,9 +1,10 @@
################################################################################
# Copyright (c) 2006 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
#
###############################################################################
# Copyright (c) 2006, 2007 IBM Corporation and others.
# 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
#
# Initial Contributors:
# The following IBM employees contributed to the Remote System Explorer
# component that contains this file: David McKnight, Kushal Munir,
@ -12,7 +13,7 @@
#
# Contributors:
# {Name} (company) - description of contribution.
################################################################################
###############################################################################
##############################################################
# PROPERTY VALUES...
@ -33,4 +34,4 @@ RESID_TERM_NOTAVAILABLE=Not available
RESID_PORT_DYNAMICSELECT=(First-available)
RESID_PROPERTY_INHERITED=(Inherited)
RESID_PROPERTY_FILTERTYPE_VALUE=Remote system filter
RESID_PROPERTY_FILTERTYPE_VALUE=Remote system filter

View file

@ -1,9 +1,10 @@
/********************************************************************************
* Copyright (c) 2002, 2006 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
*
/*******************************************************************************
* Copyright (c) 2002, 2007 IBM Corporation and others.
* 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
*
* Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir,
@ -12,7 +13,7 @@
*
* Contributors:
* {Name} (company) - description of contribution.
********************************************************************************/
*******************************************************************************/
package org.eclipse.rse.internal.ui;
import java.util.Arrays;
@ -129,4 +130,4 @@ public class SystemSortableSelection implements Comparable
return outputArray;
}
}
}

View file

@ -1,9 +1,10 @@
/********************************************************************************
* Copyright (c) 2002, 2006 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
*
/*******************************************************************************
* Copyright (c) 2002, 2007 IBM Corporation and others.
* 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
*
* Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir,
@ -12,7 +13,7 @@
*
* Contributors:
* {Name} (company) - description of contribution.
********************************************************************************/
*******************************************************************************/
package org.eclipse.rse.internal.ui;
@ -58,4 +59,4 @@ public class SystemTabFolderLayout extends Layout
// System.out.println("Setting bounds of each page to " + rect);
}
}
}

View file

@ -1,9 +1,10 @@
/********************************************************************************
* Copyright (c) 2002, 2006 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
*
/*******************************************************************************
* Copyright (c) 2002, 2007 IBM Corporation and others.
* 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
*
* Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir,
@ -12,7 +13,7 @@
*
* Contributors:
* {Name} (company) - description of contribution.
********************************************************************************/
*******************************************************************************/
package org.eclipse.rse.internal.ui.actions;
import org.eclipse.jface.action.IMenuManager;
@ -47,4 +48,4 @@ public class SystemCascadingBrowseWithAction extends SystemBaseSubMenuAction
return menu;
}
}
}

View file

@ -1,9 +1,10 @@
/********************************************************************************
* Copyright (c) 2002, 2006 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
*
/*******************************************************************************
* Copyright (c) 2002, 2007 IBM Corporation and others.
* 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
*
* Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir,
@ -12,7 +13,7 @@
*
* Contributors:
* {Name} (company) - description of contribution.
********************************************************************************/
*******************************************************************************/
package org.eclipse.rse.internal.ui.actions;
import org.eclipse.jface.action.IMenuManager;
@ -47,4 +48,4 @@ public class SystemCascadingCompareWithAction extends SystemBaseSubMenuAction
return menu;
}
}
}

View file

@ -1,9 +1,10 @@
/********************************************************************************
* Copyright (c) 2002, 2006 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
*
/*******************************************************************************
* Copyright (c) 2002, 2007 IBM Corporation and others.
* 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
*
* Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir,
@ -12,7 +13,7 @@
*
* Contributors:
* {Name} (company) - description of contribution.
********************************************************************************/
*******************************************************************************/
package org.eclipse.rse.internal.ui.actions;
import org.eclipse.jface.action.IMenuManager;
@ -47,4 +48,4 @@ public class SystemCascadingExpandToAction extends SystemBaseSubMenuAction
return menu;
}
}
}

View file

@ -1,9 +1,10 @@
/********************************************************************************
* Copyright (c) 2002, 2006 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
*
/*******************************************************************************
* Copyright (c) 2002, 2007 IBM Corporation and others.
* 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
*
* Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir,
@ -12,7 +13,7 @@
*
* Contributors:
* {Name} (company) - description of contribution.
********************************************************************************/
*******************************************************************************/
package org.eclipse.rse.internal.ui.actions;
import org.eclipse.jface.action.IMenuManager;
@ -79,4 +80,4 @@ public class SystemCascadingGoToAction extends SystemBaseSubMenuAction
actionsMade = true;
}
}
}

View file

@ -1,9 +1,10 @@
/********************************************************************************
* Copyright (c) 2002, 2006 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
*
/*******************************************************************************
* Copyright (c) 2002, 2007 IBM Corporation and others.
* 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
*
* Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir,
@ -12,7 +13,7 @@
*
* Contributors:
* {Name} (company) - description of contribution.
********************************************************************************/
*******************************************************************************/
package org.eclipse.rse.internal.ui.actions;
import org.eclipse.jface.action.IMenuManager;
@ -46,4 +47,4 @@ public class SystemCascadingNewAction extends SystemBaseSubMenuAction
// we don't populate it. SystemView populates it by calling each adapter and letting them populate it.
return menu;
}
}
}

View file

@ -1,9 +1,10 @@
/********************************************************************************
* Copyright (c) 2002, 2006 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
*
/*******************************************************************************
* Copyright (c) 2002, 2007 IBM Corporation and others.
* 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
*
* Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir,
@ -12,7 +13,7 @@
*
* Contributors:
* {Name} (company) - description of contribution.
********************************************************************************/
*******************************************************************************/
package org.eclipse.rse.internal.ui.actions;
import org.eclipse.jface.action.IMenuManager;
@ -47,4 +48,4 @@ public class SystemCascadingOpenWithAction extends SystemBaseSubMenuAction
return menu;
}
}
}

View file

@ -1,9 +1,10 @@
/********************************************************************************
* Copyright (c) 2002, 2006 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
*
/*******************************************************************************
* Copyright (c) 2002, 2007 IBM Corporation and others.
* 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
*
* Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir,
@ -12,7 +13,7 @@
*
* Contributors:
* {Name} (company) - description of contribution.
********************************************************************************/
*******************************************************************************/
package org.eclipse.rse.internal.ui.actions;
import org.eclipse.jface.action.IMenuListener;
@ -84,4 +85,4 @@ public class SystemCascadingPreferencesAction
}
setBusyCursor(false);
}
}
}

View file

@ -1,9 +1,10 @@
/********************************************************************************
* Copyright (c) 2002, 2006 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
*
/*******************************************************************************
* Copyright (c) 2002, 2007 IBM Corporation and others.
* 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
*
* Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir,
@ -12,7 +13,7 @@
*
* Contributors:
* {Name} (company) - description of contribution.
********************************************************************************/
*******************************************************************************/
package org.eclipse.rse.internal.ui.actions;
import org.eclipse.jface.action.IMenuCreator;
@ -103,4 +104,4 @@ public class SystemCascadingPulldownMenuAction
//System.out.println("In SystemCascadingPulldownMenuAction#getMenu(Menu)");
return null;
}
}
}

View file

@ -1,9 +1,10 @@
/********************************************************************************
* Copyright (c) 2002, 2006 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
*
/*******************************************************************************
* Copyright (c) 2002, 2007 IBM Corporation and others.
* 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
*
* Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir,
@ -12,7 +13,7 @@
*
* Contributors:
* {Name} (company) - description of contribution.
********************************************************************************/
*******************************************************************************/
package org.eclipse.rse.internal.ui.actions;
import org.eclipse.jface.action.IMenuListener;
@ -136,4 +137,4 @@ public abstract class SystemCascadingRemoteServerBaseAction extends SystemBaseSu
*/
public abstract boolean stopServer();
}
}

View file

@ -1,9 +1,10 @@
/********************************************************************************
* Copyright (c) 2002, 2006 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
*
/*******************************************************************************
* Copyright (c) 2002, 2007 IBM Corporation and others.
* 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
*
* Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir,
@ -12,7 +13,7 @@
*
* Contributors:
* {Name} (company) - description of contribution.
********************************************************************************/
*******************************************************************************/
package org.eclipse.rse.internal.ui.actions;
import org.eclipse.jface.action.IAction;
@ -98,4 +99,4 @@ public class SystemCascadingRemoteServersAction extends SystemBaseSubMenuAction
}
}
}
}
}

View file

@ -1,9 +1,10 @@
/********************************************************************************
* Copyright (c) 2002, 2006 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
*
/*******************************************************************************
* Copyright (c) 2002, 2007 IBM Corporation and others.
* 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
*
* Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir,
@ -12,7 +13,7 @@
*
* Contributors:
* {Name} (company) - description of contribution.
********************************************************************************/
*******************************************************************************/
package org.eclipse.rse.internal.ui.actions;
import org.eclipse.jface.action.IMenuManager;
@ -47,4 +48,4 @@ public class SystemCascadingReplaceWithAction extends SystemBaseSubMenuAction
return menu;
}
}
}

View file

@ -1,9 +1,10 @@
/********************************************************************************
* Copyright (c) 2002, 2006 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
*
/*******************************************************************************
* Copyright (c) 2002, 2007 IBM Corporation and others.
* 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
*
* Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir,
@ -12,7 +13,7 @@
*
* Contributors:
* {Name} (company) - description of contribution.
********************************************************************************/
*******************************************************************************/
package org.eclipse.rse.internal.ui.actions;
import org.eclipse.jface.action.IMenuManager;
@ -45,4 +46,4 @@ public class SystemCascadingViewAction extends SystemBaseSubMenuAction
// we don't populate it. SystemView populates it by calling each adapter and letting them populate it.
return menu;
}
}
}

View file

@ -1,9 +1,10 @@
/********************************************************************************
* Copyright (c) 2002, 2006 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
*
/*******************************************************************************
* Copyright (c) 2002, 2007 IBM Corporation and others.
* 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
*
* Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir,
@ -12,7 +13,7 @@
*
* Contributors:
* {Name} (company) - description of contribution.
********************************************************************************/
*******************************************************************************/
package org.eclipse.rse.internal.ui.actions;
import org.eclipse.jface.action.IMenuManager;
@ -46,4 +47,4 @@ public class SystemCascadingWorkWithAction extends SystemBaseSubMenuAction
// we don't populate it. SystemView populates it by calling each adapter and letting them populate it.
return menu;
}
}
}

View file

@ -1,9 +1,10 @@
/********************************************************************************
* Copyright (c) 2002, 2006 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
*
/*******************************************************************************
* Copyright (c) 2002, 2007 IBM Corporation and others.
* 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
*
* Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir,
@ -12,7 +13,7 @@
*
* Contributors:
* {Name} (company) - description of contribution.
********************************************************************************/
*******************************************************************************/
package org.eclipse.rse.internal.ui.actions;
import org.eclipse.jface.viewers.IStructuredSelection;
@ -65,4 +66,4 @@ public class SystemChangeFilterActionCopyString extends SystemBaseAction
{
parentDialog.doCopy();
}
}
}

View file

@ -1,9 +1,10 @@
/********************************************************************************
* Copyright (c) 2006 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
*
/*******************************************************************************
* Copyright (c) 2006, 2007 IBM Corporation and others.
* 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
*
* Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir,
@ -12,7 +13,7 @@
*
* Contributors:
* {Name} (company) - description of contribution.
********************************************************************************/
*******************************************************************************/
package org.eclipse.rse.internal.ui.actions;
@ -66,4 +67,4 @@ public class SystemChangeFilterActionDeleteString extends SystemBaseAction
{
parentDialog.doDelete();
}
}
}

View file

@ -1,9 +1,10 @@
/********************************************************************************
* Copyright (c) 2006 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
*
/*******************************************************************************
* Copyright (c) 2006, 2007 IBM Corporation and others.
* 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
*
* Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir,
@ -12,7 +13,7 @@
*
* Contributors:
* {Name} (company) - description of contribution.
********************************************************************************/
*******************************************************************************/
package org.eclipse.rse.internal.ui.actions;
@ -65,4 +66,4 @@ public class SystemChangeFilterActionMoveStringDown extends SystemBaseAction
parentDialog.doMoveDown();
}
}
}

View file

@ -1,9 +1,10 @@
/********************************************************************************
* Copyright (c) 2006 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
*
/*******************************************************************************
* Copyright (c) 2006, 2007 IBM Corporation and others.
* 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
*
* Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir,
@ -12,7 +13,7 @@
*
* Contributors:
* {Name} (company) - description of contribution.
********************************************************************************/
*******************************************************************************/
package org.eclipse.rse.internal.ui.actions;
@ -65,4 +66,4 @@ public class SystemChangeFilterActionMoveStringUp extends SystemBaseAction
{
parentDialog.doMoveUp();
}
}
}

View file

@ -1,9 +1,10 @@
/********************************************************************************
* Copyright (c) 2006 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
*
/*******************************************************************************
* Copyright (c) 2006, 2007 IBM Corporation and others.
* 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
*
* Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir,
@ -12,7 +13,7 @@
*
* Contributors:
* {Name} (company) - description of contribution.
********************************************************************************/
*******************************************************************************/
package org.eclipse.rse.internal.ui.actions;
@ -64,4 +65,4 @@ public class SystemChangeFilterActionPasteString extends SystemBaseAction
{
parentDialog.doPaste();
}
}
}

View file

@ -1,9 +1,10 @@
/********************************************************************************
* Copyright (c) 2002, 2006 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
*
/*******************************************************************************
* Copyright (c) 2002, 2007 IBM Corporation and others.
* 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
*
* Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir,
@ -12,7 +13,7 @@
*
* Contributors:
* {Name} (company) - description of contribution.
********************************************************************************/
*******************************************************************************/
package org.eclipse.rse.internal.ui.actions;
import org.eclipse.jface.dialogs.Dialog;
@ -240,4 +241,4 @@ public class SystemCommonRenameAction extends SystemBaseDialogAction
{
return newNames;
}
}
}

View file

@ -1,9 +1,10 @@
/********************************************************************************
* Copyright (c) 2002, 2006 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
*
/*******************************************************************************
* Copyright (c) 2002, 2007 IBM Corporation and others.
* 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
*
* Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir,
@ -12,7 +13,7 @@
*
* Contributors:
* {Name} (company) - description of contribution.
********************************************************************************/
*******************************************************************************/
package org.eclipse.rse.internal.ui.actions;
import org.eclipse.jface.resource.ImageDescriptor;
@ -70,4 +71,4 @@ public class SystemCommonSelectAllAction
target.doSelectAll(getSelection());
}
}
}

View file

@ -1,9 +1,10 @@
/********************************************************************************
* Copyright (c) 2002, 2006 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
*
/*******************************************************************************
* Copyright (c) 2002, 2007 IBM Corporation and others.
* 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
*
* Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir,
@ -12,7 +13,7 @@
*
* Contributors:
* {Name} (company) - description of contribution.
********************************************************************************/
*******************************************************************************/
package org.eclipse.rse.internal.ui.actions;
@ -67,4 +68,4 @@ public class SystemDisconnectAction extends SystemBaseAction
ss.disconnect();
} catch (Exception exc) {} // msg already shown
}
}
}

View file

@ -1,9 +1,10 @@
/********************************************************************************
* Copyright (c) 2002, 2006 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
*
/*******************************************************************************
* Copyright (c) 2002, 2007 IBM Corporation and others.
* 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
*
* Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir,
@ -12,7 +13,7 @@
*
* Contributors:
* {Name} (company) - description of contribution.
********************************************************************************/
*******************************************************************************/
package org.eclipse.rse.internal.ui.actions;
import org.eclipse.jface.action.IMenuListener;
@ -132,4 +133,4 @@ public class SystemFilterCascadingNewFilterPoolReferenceAction
return new SystemViewMenuListener(false); // our menu is re-built dynamically each time
}
}
}

View file

@ -1,9 +1,10 @@
/********************************************************************************
* Copyright (c) 2002, 2006 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
*
/*******************************************************************************
* Copyright (c) 2002, 2007 IBM Corporation and others.
* 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
*
* Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir,
@ -12,7 +13,7 @@
*
* Contributors:
* {Name} (company) - description of contribution.
********************************************************************************/
*******************************************************************************/
package org.eclipse.rse.internal.ui.actions;
import org.eclipse.jface.action.IMenuListener;
@ -124,4 +125,4 @@ public class SystemFilterCascadingNewFilterPoolReferenceFPMgrAction
return new SystemViewMenuListener(false); // our menu is re-built dynamically each time
}
}
}

View file

@ -1,9 +1,10 @@
/********************************************************************************
* Copyright (c) 2002, 2006 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
*
/*******************************************************************************
* Copyright (c) 2002, 2007 IBM Corporation and others.
* 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
*
* Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir,
@ -12,7 +13,7 @@
*
* Contributors:
* {Name} (company) - description of contribution.
********************************************************************************/
*******************************************************************************/
package org.eclipse.rse.internal.ui.actions;
import java.util.Iterator;
@ -150,4 +151,4 @@ public class SystemFilterMoveDownFilterAction extends SystemBaseAction
}
}
}
}
}

View file

@ -1,9 +1,10 @@
/********************************************************************************
* Copyright (c) 2002, 2006 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
*
/*******************************************************************************
* Copyright (c) 2002, 2007 IBM Corporation and others.
* 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
*
* Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir,
@ -12,7 +13,7 @@
*
* Contributors:
* {Name} (company) - description of contribution.
********************************************************************************/
*******************************************************************************/
package org.eclipse.rse.internal.ui.actions;
import java.util.Iterator;
@ -138,4 +139,4 @@ public class SystemFilterMoveDownFilterPoolReferenceAction extends SystemBaseAct
fprMgr.moveSystemFilterPoolReferences(filterPoolRefs,1);
}
}
}
}

View file

@ -1,9 +1,10 @@
/********************************************************************************
* Copyright (c) 2002, 2006 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
*
/*******************************************************************************
* Copyright (c) 2002, 2007 IBM Corporation and others.
* 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
*
* Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir,
@ -12,7 +13,7 @@
*
* Contributors:
* {Name} (company) - description of contribution.
********************************************************************************/
*******************************************************************************/
package org.eclipse.rse.internal.ui.actions;
import java.util.Iterator;
@ -153,4 +154,4 @@ public class SystemFilterMoveUpFilterAction extends SystemBaseAction
}
}
}
}
}

View file

@ -1,9 +1,10 @@
/********************************************************************************
* Copyright (c) 2002, 2006 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
*
/*******************************************************************************
* Copyright (c) 2002, 2007 IBM Corporation and others.
* 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
*
* Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir,
@ -12,7 +13,7 @@
*
* Contributors:
* {Name} (company) - description of contribution.
********************************************************************************/
*******************************************************************************/
package org.eclipse.rse.internal.ui.actions;
import java.util.Iterator;
@ -138,4 +139,4 @@ public class SystemFilterMoveUpFilterPoolReferenceAction extends SystemBaseActio
fprMgr.moveSystemFilterPoolReferences(filterPoolRefs,-1);
}
}
}
}

View file

@ -1,9 +1,10 @@
/********************************************************************************
* Copyright (c) 2002, 2006 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
*
/*******************************************************************************
* Copyright (c) 2002, 2007 IBM Corporation and others.
* 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
*
* Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir,
@ -12,7 +13,7 @@
*
* Contributors:
* {Name} (company) - description of contribution.
********************************************************************************/
*******************************************************************************/
package org.eclipse.rse.internal.ui.actions;
import org.eclipse.jface.dialogs.Dialog;
@ -172,4 +173,4 @@ public class SystemFilterNewFilterPoolAction
return super.getFilterPoolManagerNameSelectionIndex();
}
}
}

View file

@ -1,9 +1,10 @@
/********************************************************************************
* Copyright (c) 2002, 2006 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
*
/*******************************************************************************
* Copyright (c) 2002, 2007 IBM Corporation and others.
* 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
*
* Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir,
@ -12,7 +13,7 @@
*
* Contributors:
* {Name} (company) - description of contribution.
********************************************************************************/
*******************************************************************************/
package org.eclipse.rse.internal.ui.actions;
import java.util.Iterator;
@ -90,4 +91,4 @@ public class SystemFilterRemoveFilterPoolReferenceAction
fprMgr.removeSystemFilterPoolReference(poolReference,true); // true means do dereference
}
}
}
}

View file

@ -1,9 +1,10 @@
/********************************************************************************
* Copyright (c) 2002, 2006 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
*
/*******************************************************************************
* Copyright (c) 2002, 2007 IBM Corporation and others.
* 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
*
* Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir,
@ -12,7 +13,7 @@
*
* Contributors:
* {Name} (company) - description of contribution.
********************************************************************************/
*******************************************************************************/
package org.eclipse.rse.internal.ui.actions;
import java.util.Vector;
@ -266,4 +267,4 @@ public class SystemFilterSelectFilterPoolsAction
}
}
}
}

View file

@ -1,9 +1,10 @@
/********************************************************************************
* Copyright (c) 2002, 2006 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
*
/*******************************************************************************
* Copyright (c) 2002, 2007 IBM Corporation and others.
* 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
*
* Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir,
@ -12,7 +13,7 @@
*
* Contributors:
* {Name} (company) - description of contribution.
********************************************************************************/
*******************************************************************************/
package org.eclipse.rse.internal.ui.actions;
import org.eclipse.jface.dialogs.Dialog;
@ -197,4 +198,4 @@ public class SystemFilterWorkWithFilterPoolsAction
{
}
}
}

View file

@ -1,9 +1,10 @@
/********************************************************************************
* Copyright (c) 2002, 2006 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
*
/*******************************************************************************
* Copyright (c) 2002, 2007 IBM Corporation and others.
* 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
*
* Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir,
@ -12,7 +13,7 @@
*
* Contributors:
* Michael Berger (IBM) - 146339 Added refresh action graphic.
********************************************************************************/
*******************************************************************************/
package org.eclipse.rse.internal.ui.actions;
@ -78,4 +79,4 @@ public class SystemFilterWorkWithFilterPoolsRefreshAllAction extends SystemBaseA
{
viewer.refresh();
}
}
}

View file

@ -1,9 +1,10 @@
/********************************************************************************
* Copyright (c) 2002, 2006 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
*
/*******************************************************************************
* Copyright (c) 2002, 2007 IBM Corporation and others.
* 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
*
* Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir,
@ -12,7 +13,7 @@
*
* Contributors:
* {Name} (company) - description of contribution.
********************************************************************************/
*******************************************************************************/
package org.eclipse.rse.internal.ui.actions;
@ -110,4 +111,4 @@ public class SystemNewProfileAction extends SystemBaseWizardAction {
}
}
}
}

View file

@ -1,9 +1,10 @@
/********************************************************************************
* Copyright (c) 2002, 2006 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
*
/*******************************************************************************
* Copyright (c) 2002, 2007 IBM Corporation and others.
* 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
*
* Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir,
@ -12,7 +13,7 @@
*
* Contributors:
* {Name} (company) - description of contribution.
********************************************************************************/
*******************************************************************************/
package org.eclipse.rse.internal.ui.actions;
@ -39,4 +40,4 @@ public class SystemOpenRSEPerspectiveAction extends Action {
SystemPerspectiveHelpers.openRSEPerspective();
}
}
}

View file

@ -1,9 +1,10 @@
/********************************************************************************
* Copyright (c) 2002, 2006 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
*
/*******************************************************************************
* Copyright (c) 2002, 2007 IBM Corporation and others.
* 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
*
* Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir,
@ -12,7 +13,7 @@
*
* Contributors:
* {Name} (company) - description of contribution.
********************************************************************************/
*******************************************************************************/
package org.eclipse.rse.internal.ui.actions;
@ -55,4 +56,4 @@ public class SystemRemoteServerStartAction extends SystemBaseAction
boolean ok = parentAction.startServer();
setEnabled(!ok);
}
}
}

View file

@ -1,9 +1,10 @@
/********************************************************************************
* Copyright (c) 2002, 2006 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
*
/*******************************************************************************
* Copyright (c) 2002, 2007 IBM Corporation and others.
* 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
*
* Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir,
@ -12,7 +13,7 @@
*
* Contributors:
* {Name} (company) - description of contribution.
********************************************************************************/
*******************************************************************************/
package org.eclipse.rse.internal.ui.actions;
@ -55,4 +56,4 @@ public class SystemRemoteServerStopAction extends SystemBaseAction
boolean ok = parentAction.stopServer();
setEnabled(!ok);
}
}
}

View file

@ -1,9 +1,10 @@
/********************************************************************************
* Copyright (c) 2002, 2006 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
*
/*******************************************************************************
* Copyright (c) 2002, 2007 IBM Corporation and others.
* 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
*
* Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir,
@ -12,7 +13,7 @@
*
* Contributors:
* {Name} (company) - description of contribution.
********************************************************************************/
*******************************************************************************/
package org.eclipse.rse.internal.ui.actions;
import org.eclipse.jface.dialogs.Dialog;
@ -74,4 +75,4 @@ public class SystemResolveFilterStringAction extends SystemTestFilterStringActio
return getValue();
}
} // end class SystemResolveFilterStringAction
} // end class SystemResolveFilterStringAction

View file

@ -1,9 +1,10 @@
/********************************************************************************
* Copyright (c) 2002, 2006 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
*
/*******************************************************************************
* Copyright (c) 2002, 2007 IBM Corporation and others.
* 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
*
* Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir,
@ -12,7 +13,7 @@
*
* Contributors:
* {Name} (company) - description of contribution.
********************************************************************************/
*******************************************************************************/
package org.eclipse.rse.internal.ui.actions;
import org.eclipse.jface.resource.ImageDescriptor;
@ -92,4 +93,4 @@ public class SystemRunAction extends SystemBaseAction
ISystemViewRunnableObject runnable = (ISystemViewRunnableObject)selectedObject;
runnable.run(getShell());
}
}
}

View file

@ -1,9 +1,10 @@
/********************************************************************************
* Copyright (c) 2002, 2006 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
*
/*******************************************************************************
* Copyright (c) 2002, 2007 IBM Corporation and others.
* 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
*
* Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir,
@ -12,7 +13,7 @@
*
* Contributors:
* {Name} (company) - description of contribution.
********************************************************************************/
*******************************************************************************/
package org.eclipse.rse.internal.ui.actions;
import org.eclipse.jface.action.Separator;
@ -56,4 +57,4 @@ public class SystemSeparatorAction extends SystemBaseAction
{
return realAction;
}
}
}

View file

@ -1,9 +1,10 @@
/********************************************************************************
* Copyright (c) 2002, 2006 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
*
/*******************************************************************************
* Copyright (c) 2002, 2007 IBM Corporation and others.
* 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
*
* Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir,
@ -12,7 +13,7 @@
*
* Contributors:
* {Name} (company) - description of contribution.
********************************************************************************/
*******************************************************************************/
package org.eclipse.rse.internal.ui.actions;
@ -101,4 +102,4 @@ public class SystemShowInMonitorAction extends SystemBaseAction
return enable;
}
}
}

View file

@ -1,9 +1,10 @@
/********************************************************************************
* Copyright (c) 2002, 2006 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
*
/*******************************************************************************
* Copyright (c) 2002, 2007 IBM Corporation and others.
* 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
*
* Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir,
@ -12,7 +13,7 @@
*
* Contributors:
* {Name} (company) - description of contribution.
********************************************************************************/
*******************************************************************************/
package org.eclipse.rse.internal.ui.actions;
@ -100,4 +101,4 @@ public class SystemShowInTableAction extends SystemBaseAction
return enable;
}
}
}

View file

@ -1,9 +1,10 @@
/********************************************************************************
* Copyright (c) 2002, 2006 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
*
/*******************************************************************************
* Copyright (c) 2002, 2007 IBM Corporation and others.
* 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
*
* Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir,
@ -12,7 +13,7 @@
*
* Contributors:
* {Name} (company) - description of contribution.
********************************************************************************/
*******************************************************************************/
package org.eclipse.rse.internal.ui.actions;
import org.eclipse.jface.dialogs.Dialog;
@ -95,4 +96,4 @@ public class SystemStringPromptAction extends SystemBaseDialogAction
value = value.trim();
return value;
}
}
}

View file

@ -1,9 +1,10 @@
/********************************************************************************
* Copyright (c) 2002, 2006 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
*
/*******************************************************************************
* Copyright (c) 2002, 2007 IBM Corporation and others.
* 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
*
* Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir,
@ -12,7 +13,7 @@
*
* Contributors:
* {Name} (company) - description of contribution.
********************************************************************************/
*******************************************************************************/
package org.eclipse.rse.internal.ui.actions;
import org.eclipse.jface.action.ActionContributionItem;
@ -179,4 +180,4 @@ public class SystemSubMenuManagerForTesting
System.out.println("...shell = "+shell+", viewer = "+viewer+", selection = "+selection); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
super.cascadeAllInputs(submenu);
}
}
}

View file

@ -1,9 +1,10 @@
/********************************************************************************
* Copyright (c) 2002, 2006 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
*
/*******************************************************************************
* Copyright (c) 2002, 2007 IBM Corporation and others.
* 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
*
* Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir,
@ -12,7 +13,7 @@
*
* Contributors:
* {Name} (company) - description of contribution.
********************************************************************************/
*******************************************************************************/
package org.eclipse.rse.internal.ui.actions;
import org.eclipse.jface.dialogs.Dialog;
@ -73,4 +74,4 @@ public class SystemUpdateConnectionAction extends SystemBaseDialogAction
{
return null;
}
}
}

View file

@ -1,9 +1,10 @@
/********************************************************************************
* Copyright (c) 2003, 2006 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
*
/*******************************************************************************
* Copyright (c) 2003, 2007 IBM Corporation and others.
* 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
*
* Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir,
@ -12,7 +13,7 @@
*
* Contributors:
* {Name} (company) - description of contribution.
********************************************************************************/
*******************************************************************************/
package org.eclipse.rse.internal.ui.actions;
@ -49,4 +50,4 @@ public class SystemViewExpandToAllAction extends SystemViewExpandToBaseAction
return null;
}
}
}

View file

@ -1,9 +1,10 @@
/********************************************************************************
* Copyright (c) 2002, 2006 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
*
/*******************************************************************************
* Copyright (c) 2002, 2007 IBM Corporation and others.
* 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
*
* Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir,
@ -12,7 +13,7 @@
*
* Contributors:
* {Name} (company) - description of contribution.
********************************************************************************/
*******************************************************************************/
package org.eclipse.rse.internal.ui.actions;
@ -96,4 +97,4 @@ public abstract class SystemViewExpandToBaseAction extends SystemBaseAction
else
return null;
}
}
}

View file

@ -1,9 +1,10 @@
/********************************************************************************
* Copyright (c) 2002, 2006 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
*
/*******************************************************************************
* Copyright (c) 2002, 2007 IBM Corporation and others.
* 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
*
* Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir,
@ -12,7 +13,7 @@
*
* Contributors:
* {Name} (company) - description of contribution.
********************************************************************************/
*******************************************************************************/
package org.eclipse.rse.internal.ui.dialogs;
import java.util.ArrayList;
@ -152,4 +153,4 @@ public class SystemControlEnableState
((ItemState) states.get(i)).restore();
}
}
}
}

View file

@ -1,9 +1,10 @@
/********************************************************************************
* Copyright (c) 2002, 2006 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
*
/*******************************************************************************
* Copyright (c) 2002, 2007 IBM Corporation and others.
* 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
*
* Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir,
@ -12,7 +13,7 @@
*
* Contributors:
* {Name} (company) - description of contribution.
********************************************************************************/
*******************************************************************************/
package org.eclipse.rse.internal.ui.dialogs;
import org.eclipse.jface.viewers.ISelection;
@ -277,4 +278,4 @@ public class SystemCopyProfileDialog extends SystemPromptDialog
return newNames;
}
}
}

View file

@ -1,9 +1,10 @@
/********************************************************************************
* Copyright (c) 2002, 2006 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
*
/*******************************************************************************
* Copyright (c) 2002, 2007 IBM Corporation and others.
* 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
*
* Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir,
@ -12,7 +13,7 @@
*
* Contributors:
* {Name} (company) - description of contribution.
********************************************************************************/
*******************************************************************************/
package org.eclipse.rse.internal.ui.dialogs;
import org.eclipse.rse.core.subsystems.ISubSystem;
@ -109,4 +110,4 @@ public class SystemResolveFilterStringDialog extends SystemTestFilterStringDialo
} // end createInner()
} // end class SystemResolveFilterStringDialog
} // end class SystemResolveFilterStringDialog

View file

@ -1,9 +1,10 @@
/********************************************************************************
* Copyright (c) 2002, 2006 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
*
/*******************************************************************************
* Copyright (c) 2002, 2007 IBM Corporation and others.
* 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
*
* Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir,
@ -12,7 +13,7 @@
*
* Contributors:
* {Name} (company) - description of contribution.
********************************************************************************/
*******************************************************************************/
package org.eclipse.rse.internal.ui.dialogs;
@ -342,4 +343,4 @@ public class SystemWorkWithHistoryDialog extends SystemPromptDialog implements
{
return historyOutput;
}
}
}

View file

@ -1,9 +1,10 @@
/********************************************************************************
* Copyright (c) 2002, 2006 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
*
/*******************************************************************************
* Copyright (c) 2002, 2007 IBM Corporation and others.
* 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
*
* Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir,
@ -12,7 +13,7 @@
*
* Contributors:
* {Name} (company) - description of contribution.
********************************************************************************/
*******************************************************************************/
package org.eclipse.rse.internal.ui.filters;
//import org.eclipse.rse.core.*;
@ -42,4 +43,4 @@ public class SystemFilterPoolDialogInputs extends SystemFilterDialogInputs
public String poolMgrNameTip;
public SystemSimpleContentElement filterPoolTreeRoot;
}
}

View file

@ -1,9 +1,10 @@
/********************************************************************************
* Copyright (c) 2002, 2006 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
*
/*******************************************************************************
* Copyright (c) 2002, 2007 IBM Corporation and others.
* 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
*
* Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir,
@ -12,7 +13,7 @@
*
* Contributors:
* {Name} (company) - description of contribution.
********************************************************************************/
*******************************************************************************/
package org.eclipse.rse.internal.ui.filters;
import org.eclipse.rse.ui.filters.actions.SystemFilterAbstractFilterPoolAction;
@ -37,4 +38,4 @@ public interface SystemFilterPoolDialogInterface
* Set the help context id for this wizard
*/
public void setHelpContextId(String id);
}
}

View file

@ -1,9 +1,10 @@
/********************************************************************************
* Copyright (c) 2002, 2006 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
*
/*******************************************************************************
* Copyright (c) 2002, 2007 IBM Corporation and others.
* 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
*
* Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir,
@ -12,7 +13,7 @@
*
* Contributors:
* {Name} (company) - description of contribution.
********************************************************************************/
*******************************************************************************/
package org.eclipse.rse.internal.ui.filters;
//import org.eclipse.rse.core.*;
@ -33,4 +34,4 @@ public class SystemFilterPoolDialogOutputs
public String filterPoolManagerName;
public SystemSimpleContentElement filterPoolTreeRoot;
public ISystemFilterPool newPool;
}
}

View file

@ -1,9 +1,10 @@
/********************************************************************************
* Copyright (c) 2002, 2006 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
*
/*******************************************************************************
* Copyright (c) 2002, 2007 IBM Corporation and others.
* 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
*
* Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir,
@ -12,7 +13,7 @@
*
* Contributors:
* {Name} (company) - description of contribution.
********************************************************************************/
*******************************************************************************/
package org.eclipse.rse.internal.ui.filters;
import org.eclipse.rse.core.filters.ISystemFilterPoolManager;
@ -23,4 +24,4 @@ public interface SystemFilterPoolManagerUIProvider
public ISystemFilterPoolManager[] getFilterPoolManagers();
public SystemSimpleContentElement getTreeModel();
public SystemSimpleContentElement getTreeModelPreSelection(SystemSimpleContentElement root);
}
}

View file

@ -1,9 +1,10 @@
/********************************************************************************
* Copyright (c) 2002, 2006 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
*
/*******************************************************************************
* Copyright (c) 2002, 2007 IBM Corporation and others.
* 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
*
* Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir,
@ -12,7 +13,7 @@
*
* Contributors:
* {Name} (company) - description of contribution.
********************************************************************************/
*******************************************************************************/
package org.eclipse.rse.internal.ui.filters;
import org.eclipse.jface.action.IAction;
@ -189,4 +190,4 @@ public class SystemFilterWorkWithFilterPoolsTreeViewer
((ISelectionChangedListener)action).selectionChanged(new SelectionChangedEvent(this,getSelection()));
}
}
}

View file

@ -1,9 +1,10 @@
/********************************************************************************
* Copyright (c) 2000, 2006 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
*
/*******************************************************************************
* Copyright (c) 2000, 2007 IBM Corporation and others.
* 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
*
* Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir,
@ -12,7 +13,7 @@
*
* Contributors:
* {Name} (company) - description of contribution.
********************************************************************************/
*******************************************************************************/
package org.eclipse.rse.internal.ui.filters.dialogs;
import org.eclipse.jface.resource.ImageDescriptor;
@ -194,4 +195,4 @@ public class SystemFilterNewFilterPoolWizard
return caller;
}
} // end class
} // end class

View file

@ -1,9 +1,10 @@
/********************************************************************************
* Copyright (c) 2002, 2006 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
*
/*******************************************************************************
* Copyright (c) 2002, 2007 IBM Corporation and others.
* 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
*
* Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir,
@ -12,7 +13,7 @@
*
* Contributors:
* {Name} (company) - description of contribution.
********************************************************************************/
*******************************************************************************/
package org.eclipse.rse.internal.ui.filters.dialogs;
import org.eclipse.jface.wizard.Wizard;
@ -370,4 +371,4 @@ public class SystemFilterNewFilterPoolWizardDefaultMainPage
return output;
}
}
}

View file

@ -1,9 +1,10 @@
/********************************************************************************
* Copyright (c) 2002, 2006 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
*
/*******************************************************************************
* Copyright (c) 2002, 2007 IBM Corporation and others.
* 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
*
* Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir,
@ -12,7 +13,7 @@
*
* Contributors:
* {Name} (company) - description of contribution.
********************************************************************************/
*******************************************************************************/
package org.eclipse.rse.internal.ui.filters.dialogs;
@ -68,4 +69,4 @@ public interface SystemFilterNewFilterPoolWizardMainPageInterface extends ISyste
*/
public SystemFilterPoolDialogOutputs getFilterPoolDialogOutputs();
}
}

View file

@ -1,9 +1,10 @@
/********************************************************************************
* Copyright (c) 2002, 2006 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
*
/*******************************************************************************
* Copyright (c) 2002, 2007 IBM Corporation and others.
* 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
*
* Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir,
@ -12,7 +13,7 @@
*
* Contributors:
* {Name} (company) - description of contribution.
********************************************************************************/
*******************************************************************************/
package org.eclipse.rse.internal.ui.filters.dialogs;
import org.eclipse.rse.internal.ui.filters.SystemFilterPoolDialogInterface;
@ -80,4 +81,4 @@ public class SystemFilterPoolWizardDialog
}
}
}

View file

@ -1,9 +1,10 @@
/********************************************************************************
* Copyright (c) 2002, 2006 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
*
/*******************************************************************************
* Copyright (c) 2002, 2007 IBM Corporation and others.
* 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
*
* Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir,
@ -12,7 +13,7 @@
*
* Contributors:
* {Name} (company) - description of contribution.
********************************************************************************/
*******************************************************************************/
package org.eclipse.rse.internal.ui.filters.dialogs;
import org.eclipse.rse.internal.ui.filters.SystemFilterPoolDialogInterface;
@ -24,4 +25,4 @@ import org.eclipse.rse.ui.wizards.ISystemWizard;
public interface SystemFilterPoolWizardInterface
extends ISystemWizard, SystemFilterPoolDialogInterface
{
}
}

View file

@ -1,9 +1,10 @@
/********************************************************************************
* Copyright (c) 2002, 2006 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
*
/*******************************************************************************
* Copyright (c) 2002, 2007 IBM Corporation and others.
* 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
*
* Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir,
@ -12,7 +13,7 @@
*
* Contributors:
* {Name} (company) - description of contribution.
********************************************************************************/
*******************************************************************************/
package org.eclipse.rse.internal.ui.filters.dialogs;
import org.eclipse.rse.ui.dialogs.SystemWizardDialog;
@ -73,4 +74,4 @@ public class SystemFilterWizardDialog
{
getFilterWizard().setFilterDialogActionCaller(caller);
}
}
}

View file

@ -1,9 +1,10 @@
/********************************************************************************
* Copyright (c) 2002, 2006 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
*
/*******************************************************************************
* Copyright (c) 2002, 2007 IBM Corporation and others.
* 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
*
* Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir,
@ -12,7 +13,7 @@
*
* Contributors:
* {Name} (company) - description of contribution.
********************************************************************************/
*******************************************************************************/
package org.eclipse.rse.internal.ui.filters.dialogs;
import org.eclipse.rse.core.filters.ISystemFilterPool;
@ -480,4 +481,4 @@ public class SystemNewFilterWizardNamePage
// ALL THE MRI ON THIS PAGE IS CONFIGURABLE. CALL HERE TO SET IT.
// --------------------------------------------------------------
}
}

View file

@ -1,9 +1,10 @@
/********************************************************************************
* Copyright (c) 2002, 2006 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
*
/*******************************************************************************
* Copyright (c) 2002, 2007 IBM Corporation and others.
* 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
*
* Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir,
@ -12,7 +13,7 @@
*
* Contributors:
* {Name} (company) - description of contribution.
********************************************************************************/
*******************************************************************************/
package org.eclipse.rse.internal.ui.filters.dialogs;
@ -211,4 +212,4 @@ public class SystemUnNamedFilterDialog extends SystemPromptDialog
public void restoreChangedState()
{
}
}
}

View file

@ -1,12 +1,13 @@
/********************************************************************************
* Copyright (c) 2006 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
*
/*******************************************************************************
* Copyright (c) 2006, 2007 IBM Corporation and others.
* 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
*
* Contributors:
* David Dykstal (IBM) - 148434 Better F1 help.
********************************************************************************/
*******************************************************************************/
package org.eclipse.rse.internal.ui.logging;
import org.eclipse.osgi.util.NLS;

View file

@ -1,9 +1,10 @@
################################################################################
# Copyright (c) 2006 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
#
###############################################################################
# Copyright (c) 2006, 2007 IBM Corporation and others.
# 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
#
# Initial Contributors:
# The following IBM employees contributed to the Remote System Explorer
# component that contains this file: David McKnight, Kushal Munir,
@ -12,7 +13,7 @@
#
# Contributors:
# {Name} (company) - description of contribution.
################################################################################
###############################################################################
# =====================================
# Remote System Logging properties file

View file

@ -1,9 +1,10 @@
/********************************************************************************
* Copyright (c) 2006 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
*
/*******************************************************************************
* Copyright (c) 2006, 2007 IBM Corporation and others.
* 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
*
* Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir,
@ -13,7 +14,7 @@
* Contributors:
* Michael Berger (IBM Canada) - 148434 Better F1 help.
* {Name} (company) - description of contribution.
********************************************************************************/
*******************************************************************************/
package org.eclipse.rse.internal.ui.logging;
@ -242,4 +243,4 @@ public abstract class LoggingPreferencePage extends PreferencePage implements IW
store.setValue(Logger.LOGGING_LEVEL, choice);
}
}
}

View file

@ -1,9 +1,10 @@
/********************************************************************************
* Copyright (c) 2006 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
*
/*******************************************************************************
* Copyright (c) 2006, 2007 IBM Corporation and others.
* 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
*
* Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir,
@ -12,7 +13,7 @@
*
* Contributors:
* {Name} (company) - description of contribution.
********************************************************************************/
*******************************************************************************/
package org.eclipse.rse.internal.ui.propertypages;
@ -86,4 +87,4 @@ public class SystemConnectorServicesPropertyPage extends SystemBasePropertyPage
return super.performOk();
}
}
}

View file

@ -1,9 +1,10 @@
/********************************************************************************
* Copyright (c) 2002, 2006 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
*
/*******************************************************************************
* Copyright (c) 2002, 2007 IBM Corporation and others.
* 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
*
* Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir,
@ -12,7 +13,7 @@
*
* Contributors:
* {Name} (company) - description of contribution.
********************************************************************************/
*******************************************************************************/
package org.eclipse.rse.internal.ui.propertypages;
import org.eclipse.rse.core.filters.ISystemFilterPool;
@ -122,4 +123,4 @@ public class SystemFilterPoolPropertyPage extends SystemBasePropertyPage
}
}
}

View file

@ -1,9 +1,10 @@
/********************************************************************************
* Copyright (c) 2002, 2006 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
*
/*******************************************************************************
* Copyright (c) 2002, 2007 IBM Corporation and others.
* 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
*
* Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir,
@ -12,7 +13,7 @@
*
* Contributors:
* {Name} (company) - description of contribution.
********************************************************************************/
*******************************************************************************/
package org.eclipse.rse.internal.ui.propertypages;
import org.eclipse.rse.core.filters.ISystemFilterPool;
@ -111,4 +112,4 @@ public class SystemFilterPoolReferencePropertyPage extends SystemBasePropertyPag
labelProfile.setText(ss.getSystemProfileName());
}
}
}

View file

@ -1,9 +1,10 @@
/********************************************************************************
* Copyright (c) 2002, 2006 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
*
/*******************************************************************************
* Copyright (c) 2002, 2007 IBM Corporation and others.
* 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
*
* Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir,
@ -12,7 +13,7 @@
*
* Contributors:
* {Name} (company) - description of contribution.
********************************************************************************/
*******************************************************************************/
package org.eclipse.rse.internal.ui.propertypages;
import org.eclipse.rse.core.filters.ISystemFilter;
@ -131,4 +132,4 @@ public class SystemFilterPropertyPage extends SystemBasePropertyPage
}
}
}
}

View file

@ -1,9 +1,10 @@
/********************************************************************************
* Copyright (c) 2006 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
*
/*******************************************************************************
* Copyright (c) 2006, 2007 IBM Corporation and others.
* 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
*
* Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir,
@ -12,7 +13,7 @@
*
* Contributors:
* {Name} (company) - description of contribution.
********************************************************************************/
*******************************************************************************/
package org.eclipse.rse.internal.ui.propertypages;
@ -32,4 +33,4 @@ public class SystemLoggingPreferencePage extends LoggingPreferencePage {
protected AbstractUIPlugin getPlugin() {
return RSEUIPlugin.getDefault();
}
}
}

View file

@ -1,9 +1,10 @@
/********************************************************************************
* Copyright (c) 2006 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
*
/*******************************************************************************
* Copyright (c) 2006, 2007 IBM Corporation and others.
* 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
*
* Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir,
@ -12,7 +13,7 @@
*
* Contributors:
* {Name} (company) - description of contribution.
********************************************************************************/
*******************************************************************************/
package org.eclipse.rse.internal.ui.propertypages;
@ -38,4 +39,4 @@ public class SystemPreferenceInitializer extends AbstractPreferenceInitializer {
public void initializeDefaultPreferences() {
RSEUIPlugin.getDefault().initializeDefaultPreferences();
}
}
}

View file

@ -1,9 +1,10 @@
/********************************************************************************
* Copyright (c) 2002, 2006 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
*
/*******************************************************************************
* Copyright (c) 2002, 2007 IBM Corporation and others.
* 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
*
* Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir,
@ -12,7 +13,7 @@
*
* Contributors:
* {Name} (company) - description of contribution.
********************************************************************************/
*******************************************************************************/
package org.eclipse.rse.internal.ui.view;
public interface ISystemMementoConstants
@ -47,4 +48,4 @@ public interface ISystemMementoConstants
*/
public static final String MEMENTO_KEY_REMOTE = "Remote"; //$NON-NLS-1$
}
}

View file

@ -1,9 +1,10 @@
/********************************************************************************
* Copyright (c) 2000, 2006 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
*
/*******************************************************************************
* Copyright (c) 2000, 2007 IBM Corporation and others.
* 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
*
* Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir,
@ -12,7 +13,7 @@
*
* Contributors:
* {Name} (company) - description of contribution.
********************************************************************************/
*******************************************************************************/
package org.eclipse.rse.internal.ui.view;
import java.text.MessageFormat;
@ -223,4 +224,4 @@ public class SystemComboBoxCellEditor extends CellEditor
setValueValid(true);
}
}
}
}

View file

@ -1,9 +1,10 @@
/********************************************************************************
* Copyright (c) 2000, 2006 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
*
/*******************************************************************************
* Copyright (c) 2000, 2007 IBM Corporation and others.
* 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
*
* Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir,
@ -12,7 +13,7 @@
*
* Contributors:
* {Name} (company) - description of contribution.
********************************************************************************/
*******************************************************************************/
package org.eclipse.rse.internal.ui.view;
@ -86,4 +87,4 @@ public class SystemComboBoxPropertyDescriptor
}
}
}

View file

@ -1,9 +1,10 @@
/********************************************************************************
* Copyright (c) 2004, 2006 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
*
/*******************************************************************************
* Copyright (c) 2004, 2007 IBM Corporation and others.
* 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
*
* Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir,
@ -12,7 +13,7 @@
*
* Contributors:
* {Name} (company) - description of contribution.
********************************************************************************/
*******************************************************************************/
package org.eclipse.rse.internal.ui.view;
import org.eclipse.jface.viewers.DecoratingLabelProvider;
@ -55,4 +56,4 @@ public class SystemDecoratingLabelProvider extends DecoratingLabelProvider imple
}
return _tableLabelProvider.getColumnText(element, columnIndex);
}
}
}

View file

@ -1,9 +1,10 @@
/********************************************************************************
* Copyright (c) 2002, 2006 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
*
/*******************************************************************************
* Copyright (c) 2002, 2007 IBM Corporation and others.
* 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
*
* Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir,
@ -12,7 +13,7 @@
*
* Contributors:
* {Name} (company) - description of contribution.
********************************************************************************/
*******************************************************************************/
package org.eclipse.rse.internal.ui.view;
import org.eclipse.rse.core.model.IHost;
@ -81,4 +82,4 @@ public class SystemEmptyListAPIProviderImpl
// OUR OWN METHODS...
// ----------------------------------
}
}

View file

@ -1,9 +1,10 @@
/********************************************************************************
* Copyright (c) 2000, 2006 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
*
/*******************************************************************************
* Copyright (c) 2000, 2007 IBM Corporation and others.
* 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
*
* Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir,
@ -12,7 +13,7 @@
*
* Contributors:
* {Name} (company) - description of contribution.
********************************************************************************/
*******************************************************************************/
package org.eclipse.rse.internal.ui.view;
import org.eclipse.rse.internal.ui.SystemPropertyResources;
@ -170,4 +171,4 @@ public class SystemInheritablePropertyData
System.out.println("...inheritedValue = "+inheritedValue); //$NON-NLS-1$
System.out.println("...isLocal = "+isLocal); //$NON-NLS-1$
}
}
}

View file

@ -1,9 +1,10 @@
/********************************************************************************
* Copyright (c) 2002, 2006 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
*
/*******************************************************************************
* Copyright (c) 2002, 2007 IBM Corporation and others.
* 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
*
* Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir,
@ -12,7 +13,7 @@
*
* Contributors:
* {Name} (company) - description of contribution.
********************************************************************************/
*******************************************************************************/
package org.eclipse.rse.internal.ui.view;
import java.text.MessageFormat;
@ -514,4 +515,4 @@ public class SystemInheritableTextCellEditor
}
valueChanged(oldValidState, newValidState);
}
}
}

View file

@ -1,9 +1,10 @@
/********************************************************************************
* Copyright (c) 2000, 2006 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
*
/*******************************************************************************
* Copyright (c) 2000, 2007 IBM Corporation and others.
* 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
*
* Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir,
@ -12,7 +13,7 @@
*
* Contributors:
* {Name} (company) - description of contribution.
********************************************************************************/
*******************************************************************************/
package org.eclipse.rse.internal.ui.view;
@ -110,4 +111,4 @@ public class SystemInheritableTextPropertyDescriptor
this.entryFieldToolTipText = entryFieldToolTipText;
}
}
}

View file

@ -1,9 +1,10 @@
/********************************************************************************
* Copyright (c) 2006 IBM Corporation and others. 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
*
/*******************************************************************************
* Copyright (c) 2006, 2007 IBM Corporation and others.
* 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
*
* Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir,
@ -12,7 +13,7 @@
*
* Contributors:
* Martin Oberhuber (Wind River) - Fix 164628: get rid of dependency to debug.ui
********************************************************************************/
*******************************************************************************/
package org.eclipse.rse.internal.ui.view;
@ -90,4 +91,4 @@ public class SystemPerspectiveLayout implements IPerspectiveFactory
}
}
}

View file

@ -1,9 +1,10 @@
/********************************************************************************
* Copyright (c) 2000, 2006 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
*
/*******************************************************************************
* Copyright (c) 2000, 2007 IBM Corporation and others.
* 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
*
* Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir,
@ -12,7 +13,7 @@
*
* Contributors:
* {Name} (company) - description of contribution.
********************************************************************************/
*******************************************************************************/
package org.eclipse.rse.internal.ui.view;
import org.eclipse.jface.viewers.ISelection;
@ -221,4 +222,4 @@ public class SystemPropertySheetForm extends Composite
tree.getControl().addKeyListener(keyListener);
}
}
}

View file

@ -1,9 +1,10 @@
/********************************************************************************
* Copyright (c) 2002, 2006 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
*
/*******************************************************************************
* Copyright (c) 2002, 2007 IBM Corporation and others.
* 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
*
* Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir,
@ -12,7 +13,7 @@
*
* Contributors:
* {Name} (company) - description of contribution.
********************************************************************************/
*******************************************************************************/
package org.eclipse.rse.internal.ui.view;
import org.eclipse.rse.core.subsystems.ISubSystem;
@ -37,4 +38,4 @@ public class SystemResolveFilterStringAPIProviderImpl extends SystemTestFilterSt
} // end constructor
} // end class SystemResolveFilterStringAPIProviderImpl
} // end class SystemResolveFilterStringAPIProviderImpl

View file

@ -1,9 +1,10 @@
/********************************************************************************
* Copyright (c) 2006 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
*
/*******************************************************************************
* Copyright (c) 2006, 2007 IBM Corporation and others.
* 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
*
* Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir,
@ -12,7 +13,7 @@
*
* Contributors:
* {Name} (company) - description of contribution.
********************************************************************************/
*******************************************************************************/
package org.eclipse.rse.internal.ui.view;
@ -101,4 +102,4 @@ public class SystemTableViewFilter extends ViewerFilter
return result;
}
}
}

View file

@ -1,9 +1,10 @@
/********************************************************************************
* Copyright (c) 2002, 2006 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
*
/*******************************************************************************
* Copyright (c) 2002, 2007 IBM Corporation and others.
* 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
*
* Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir,
@ -12,7 +13,7 @@
*
* Contributors:
* {Name} (company) - description of contribution.
********************************************************************************/
*******************************************************************************/
package org.eclipse.rse.internal.ui.view;
@ -182,4 +183,4 @@ public class SystemTableViewSorter extends ViewerSorter
return null;
}
}
}

View file

@ -1,9 +1,10 @@
/********************************************************************************
* Copyright (c) 2002, 2006 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
*
/*******************************************************************************
* Copyright (c) 2002, 2007 IBM Corporation and others.
* 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
*
* Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir,
@ -12,7 +13,7 @@
*
* Contributors:
* {Name} (company) - description of contribution.
********************************************************************************/
*******************************************************************************/
package org.eclipse.rse.internal.ui.view;
import org.eclipse.rse.core.filters.ISystemFilterPool;
@ -115,4 +116,4 @@ public class SystemViewAPIProviderForFilterPools
{
return false;
}
}
}

View file

@ -1,9 +1,10 @@
/********************************************************************************
* Copyright (c) 2002, 2006 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
*
/*******************************************************************************
* Copyright (c) 2002, 2007 IBM Corporation and others.
* 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
*
* Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir,
@ -12,7 +13,7 @@
*
* Contributors:
* {Name} (company) - description of contribution.
********************************************************************************/
*******************************************************************************/
package org.eclipse.rse.internal.ui.view;
import org.eclipse.rse.core.model.IHost;
@ -94,4 +95,4 @@ public class SystemViewAPIProviderForSubSystems
{
return false;
}
}
}

View file

@ -1,9 +1,10 @@
/********************************************************************************
* Copyright (c) 2002, 2006 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
*
/*******************************************************************************
* Copyright (c) 2002, 2007 IBM Corporation and others.
* 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
*
* Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir,
@ -12,7 +13,7 @@
*
* Contributors:
* {Name} (company) - description of contribution.
********************************************************************************/
*******************************************************************************/
package org.eclipse.rse.internal.ui.view;
import org.eclipse.core.runtime.Assert;
@ -101,4 +102,4 @@ public class SystemViewCompositeActionGroup extends ActionGroup {
fGroups[i].updateActionBars();
}
}
}
}

View file

@ -1,9 +1,10 @@
/********************************************************************************
* Copyright (c) 2000, 2006 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
*
/*******************************************************************************
* Copyright (c) 2000, 2007 IBM Corporation and others.
* 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
*
* Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir,
@ -12,7 +13,7 @@
*
* Contributors:
* Kevin Doyle (IBM) - [187553] - Removed code and related methods for toolbar/button bar.
********************************************************************************/
*******************************************************************************/
package org.eclipse.rse.internal.ui.view;
import java.util.Vector;
@ -474,4 +475,4 @@ public class SystemViewForm extends Composite implements ISystemTree
}
}
}
}

View file

@ -1,9 +1,10 @@
/********************************************************************************
* Copyright (c) 2000, 2006 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
*
/*******************************************************************************
* Copyright (c) 2000, 2007 IBM Corporation and others.
* 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
*
* Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir,
@ -12,7 +13,7 @@
*
* Contributors:
* {Name} (company) - description of contribution.
********************************************************************************/
*******************************************************************************/
package org.eclipse.rse.internal.ui.view;
import org.eclipse.jface.action.ActionContributionItem;
@ -167,4 +168,4 @@ public class SystemViewMenuListener implements IMenuListener, MenuListener, ArmL
}
}
}
}

View file

@ -1,9 +1,10 @@
/********************************************************************************
* Copyright (c) 2006 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
*
/*******************************************************************************
* Copyright (c) 2006, 2007 IBM Corporation and others.
* 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
*
* Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir,
@ -12,7 +13,7 @@
*
* Contributors:
* {Name} (company) - description of contribution.
********************************************************************************/
*******************************************************************************/
package org.eclipse.rse.internal.ui.view;
@ -35,4 +36,4 @@ public class SystemViewNewConnectionPromptAdapter extends SystemViewPromptableAd
return (new SystemRunAction(SystemResources.ACTION_NEWCONN_LABEL, SystemResources.ACTION_NEWCONN_TOOLTIP,
RSEUIPlugin.getDefault().getImageDescriptor(ISystemIconConstants.ICON_SYSTEM_NEWCONNECTION_ID), shell));
}
}
}

View file

@ -1,9 +1,10 @@
/********************************************************************************
* Copyright (c) 2002, 2006 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
*
/*******************************************************************************
* Copyright (c) 2002, 2007 IBM Corporation and others.
* 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
*
* Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir,
@ -12,7 +13,7 @@
*
* Contributors:
* {Name} (company) - description of contribution.
********************************************************************************/
*******************************************************************************/
package org.eclipse.rse.internal.ui.view;
@ -52,4 +53,4 @@ class SystemViewPartFrameSource extends TreeViewerFrameSource
fSystemViewPart.updateTitle();
}
}
}

Some files were not shown because too many files have changed in this diff Show more