Package uk.gov.nationalarchives.droid.gui.config

Examples of uk.gov.nationalarchives.droid.gui.config.SignatureInstallDialog


        profileManager = globalContext.getProfileManager();
        configDialog = new ConfigDialog(this, globalContext);
        droidContext = new DroidUIContext(jProfilesTabbedPane, profileManager);
        exportFileChooser = new ExportFileChooser();
        filterFileChooser = new FilterFileChooser(globalContext.getGlobalConfig().getFilterDir());
        signatureInstallDialog = new SignatureInstallDialog(this);
        resourceFileChooser = new ResourceSelectorDialog(this);
        resourceFileChooser.setModal(true);

        reportDialog = new ReportDialog(this);
View Full Code Here

TOP

Related Classes of uk.gov.nationalarchives.droid.gui.config.SignatureInstallDialog

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.