| com.bostechcorp.cbesb.ui.ide.security.CMWContextAwarePage
All known Subclasses: com.bostechcorp.cbesb.ui.ide.security.CMWAdvImportSC, com.bostechcorp.cbesb.ui.ide.security.CMWServerAuthorityServerAuthenticated3, com.bostechcorp.cbesb.ui.ide.security.CMWClientAuthorityServerAuthenticated, com.bostechcorp.cbesb.ui.ide.security.CMWAdvViewTF, com.bostechcorp.cbesb.ui.ide.security.CMWAdvancedSelectPage, com.bostechcorp.cbesb.ui.ide.security.CMWAdvViewKF, com.bostechcorp.cbesb.ui.ide.security.CMWMainPage, com.bostechcorp.cbesb.ui.ide.security.CMWClientPointAuthenticated7, com.bostechcorp.cbesb.ui.ide.security.CMWServerAuthorityServerAuthenticated5, com.bostechcorp.cbesb.ui.ide.security.CMWClientPointAuthenticated5, com.bostechcorp.cbesb.ui.ide.security.CMWServerPointAuthenticated, com.bostechcorp.cbesb.ui.ide.security.CMWServerPointAuthenticated7, com.bostechcorp.cbesb.ui.ide.security.CMWAdvViewCEF, com.bostechcorp.cbesb.ui.ide.security.CMWServerPointAuthenticated5, com.bostechcorp.cbesb.ui.ide.security.CMWAdvImportCertificate, com.bostechcorp.cbesb.ui.ide.security.CMWServerAuthorityServerAuthenticated, com.bostechcorp.cbesb.ui.ide.security.CMWAnonimousSSL, com.bostechcorp.cbesb.ui.ide.security.CMWAdvGenerateKey, com.bostechcorp.cbesb.ui.ide.security.CMWClientPointAuthenticated, com.bostechcorp.cbesb.ui.ide.security.CMWServerPointAuthenticated3, com.bostechcorp.cbesb.ui.ide.security.CMWServerAuthorityServerAuthenticated7, com.bostechcorp.cbesb.ui.ide.security.CMWAdvDeleteCertificate, com.bostechcorp.cbesb.ui.ide.security.CMWClientPointAuthenticated3, com.bostechcorp.cbesb.ui.ide.security.CMWAdvExportCSR, com.bostechcorp.cbesb.ui.ide.security.CMWAdvExportPKC, com.bostechcorp.cbesb.ui.ide.security.CMWAdvExportCertificate,
CMWContextAwarePage | abstract public class CMWContextAwarePage extends WizardPage (Code) | | |
currentExceptionMessage | protected String currentExceptionMessage(Code) | | |
skip | public boolean skip(Code) | | indicate wether to skip immediate next page
|
CMWContextAwarePage | protected CMWContextAwarePage(String pageName)(Code) | | |
CMWContextAwarePage | public CMWContextAwarePage(String string, String title, ImageDescriptor titleImage)(Code) | | |
askPageToFinish | public boolean askPageToFinish()(Code) | | Owerwrite this method and return true, to create a page finish/cancel operation,
other than the wizards's finish/cance
false by default |
canFinish | public boolean canFinish()(Code) | | |
getAuthCerts | public String getAuthCerts()(Code) | | the authCerts |
getCurr_pro_name | public String getCurr_pro_name()(Code) | | the curr_pro_name |
getFilterCerts | public String getFilterCerts()(Code) | | the filterCerts |
getFilterKeys | public String getFilterKeys()(Code) | | the filterKeys |
getInitialSourcePath | public IPath getInitialSourcePath()(Code) | | the initialSourcePath |
getSeparator | public String getSeparator()(Code) | | the separator |
init | public void init(IStructuredSelection selection)(Code) | | Called by the wizard to initialize the receiver's cached selection.
Parameters: selection - the selection or null if none |
isYes | public boolean isYes()(Code) | | return the Text composite selection if it is a TextComposite page
|
performCancel | public boolean performCancel()(Code) | | This method should be called by the wizard if there are
different cancel operation in this page
|
performFinish | public boolean performFinish()(Code) | | This method should be called by the wizard if there are
different finish operation in this page
|
performHelp | public void performHelp()(Code) | | |
projectCersBrowse | protected void projectCersBrowse(Text destination)(Code) | | |
projectKeysBrowse | protected void projectKeysBrowse(Text destination)(Code) | | |
showClean | public void showClean()(Code) | | |
systemFileBrowse | protected void systemFileBrowse(Text destination)(Code) | | |
systemFileBrowse | protected void systemFileBrowse(Text destination, String p, String fileName)(Code) | | |
systemMultipleFileBrowse | protected void systemMultipleFileBrowse(Text destination)(Code) | | |
updatePageComplete | abstract protected void updatePageComplete()(Code) | | |
|
|