Package wicketforge.action.ui

Examples of wicketforge.action.ui.CreatePanelDialog


    @Override
    @NotNull
    protected PsiElement[] invokeDialog(Project project, PsiDirectory directory) {
        ActionRunnableImpl actionRunnable = new ActionRunnableImpl(project, directory, WicketTemplates.WICKET_PANEL_HTML);
        CreatePanelDialog dialog = new CreatePanelDialog(project, actionRunnable, getCommandName(), directory);
        dialog.show();
        return actionRunnable.getCreatedElements();
    }
View Full Code Here

TOP

Related Classes of wicketforge.action.ui.CreatePanelDialog

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.