Package org.jboss.on.embedded.ui

Examples of org.jboss.on.embedded.ui.SummaryAction


    public void getOutcomeForNode(JONTreeNode node, int level)
    {
        NavigationAction navAction = getNavigationAction();
        navAction.setCurrentPath(node.getPath());

        SummaryAction action = new SummaryAction();
        action.setNavigationAction(navAction);

        String outcome = action.view();
        log.debug("Name=[" + node.getName() + ", Path=[" + node.getPath() + "], outcome=[" + outcome + "].");
    }
View Full Code Here

TOP

Related Classes of org.jboss.on.embedded.ui.SummaryAction

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.