| |
|
| org.eclipse.ui.internal.wizards.preferences.WizardPreferencesPage org.eclipse.ui.internal.wizards.preferences.WizardPreferencesImportPage1
WizardPreferencesImportPage1 | public class WizardPreferencesImportPage1 extends WizardPreferencesPage (Code) | | Page 1 of the base preference import Wizard
since: 3.1 |
WizardPreferencesImportPage1 | protected WizardPreferencesImportPage1(String pageName)(Code) | | Create a new instance of the receiver with name pageName.
Parameters: pageName - |
WizardPreferencesImportPage1 | public WizardPreferencesImportPage1()(Code) | | Create an instance of this class
|
createTransferArea | protected void createTransferArea(Composite composite)(Code) | | |
getChooseButtonText | protected String getChooseButtonText()(Code) | | |
getDestinationLabel | protected String getDestinationLabel()(Code) | | Answer the string to display in self as the destination type
java.lang.String |
getFileDialogStyle | protected int getFileDialogStyle()(Code) | | |
getFileDialogTitle | protected String getFileDialogTitle()(Code) | | |
getInvalidDestinationMessage | protected String getInvalidDestinationMessage()(Code) | | |
handleEvent | public void handleEvent(Event e)(Code) | | Handle events and enablements for widgets in this page
Parameters: e - Event |
setPreferenceTransfers | protected void setPreferenceTransfers()(Code) | | |
transfer | protected boolean transfer(IPreferenceFilter[] filters)(Code) | | Parameters: filters - true if the transfer was succesful, andfalse otherwise |
validDestination | protected boolean validDestination()(Code) | | |
|
|
|