Package de.tudresden.inf.tcs.fcalib.action

Examples of de.tudresden.inf.tcs.fcalib.action.ChangeAttributeOrderAction.actionPerformed()


    stop.setViewComponent(getViewComponent());
    stop.actionPerformed(e);
    // change the order of attributes
    ChangeAttributeOrderAction changeOrder = new ChangeAttributeOrderAction();
    changeOrder.setContext(getViewComponent().getContext());
    changeOrder.actionPerformed(e);
    getViewComponent().changeGUIState(Constants.QUESTION_SKIPPED);
    logger.info("Attributes after: " + getViewComponent().getContext().getAttributes());
    // resume completion
    // StartCompletionUIAction start = new StartCompletionUIAction();
    // start.setViewComponent(getViewComponent());
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.