1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-09-10 12:03:16 +02:00

[cleanup] Make LAST_SELECTED_SYSTEM_TYPE_ID constant accessible for clients

This commit is contained in:
Uwe Stieber 2007-11-30 16:36:13 +00:00
parent d26070c791
commit 1ad0910bd2

View file

@ -50,7 +50,10 @@ import org.eclipse.ui.IWorkbench;
* The New Connection wizard. This wizard allows users to create new RSE connections. * The New Connection wizard. This wizard allows users to create new RSE connections.
*/ */
public class RSEMainNewConnectionWizard extends Wizard implements INewWizard, ISelectionProvider { public class RSEMainNewConnectionWizard extends Wizard implements INewWizard, ISelectionProvider {
protected static final String LAST_SELECTED_SYSTEM_TYPE_ID = "lastSelectedSystemTypeId"; //$NON-NLS-1$ /**
* Dialog settings slot id: Last selected system type id within the wizard.
*/
public static final String LAST_SELECTED_SYSTEM_TYPE_ID = "lastSelectedSystemTypeId"; //$NON-NLS-1$
// The selected context as passed in from the invoking class. // The selected context as passed in from the invoking class.
// Just pass on to the wizards. Do not interpret here! // Just pass on to the wizards. Do not interpret here!