Examples of ProfileForm


Examples of uk.gov.nationalarchives.droid.gui.ProfileForm

        //FilterImpl filter = droidContext.getSelectedProfile().getProfile().getFilter();
        droidContext.getSelectedProfile().getProfile().setFilter(filterContext);
       
        if (applyValuesToContext()) {
            getDroidContext().getSelectedProfile().getProfile().setDirty(true);
            ProfileForm profileToFilter = getDroidContext().getSelectedProfile();
            ApplyFilterToTreeTableAction applyFilterToTreeAction =
                new ApplyFilterToTreeTableAction(profileToFilter, getProfileManager());
            applyFilterToTreeAction.applyFilter();
            dispatchEvent(new WindowEvent(this,  WindowEvent.WINDOW_CLOSING));
        }
View Full Code Here

Examples of uk.gov.nationalarchives.droid.gui.ProfileForm

    /**
     * Stops the profile.
     */
    public void stop() {
        ProfileForm selectedProfile = droidContext.getSelectedProfile();
        profileManager.stop(selectedProfile.getProfile().getUuid());
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.