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:
parent
d26070c791
commit
1ad0910bd2
1 changed files with 4 additions and 1 deletions
|
@ -50,7 +50,10 @@ import org.eclipse.ui.IWorkbench;
|
|||
* The New Connection wizard. This wizard allows users to create new RSE connections.
|
||||
*/
|
||||
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.
|
||||
// Just pass on to the wizards. Do not interpret here!
|
||||
|
|
Loading…
Add table
Reference in a new issue