Package org.jitterbit.ui.graph.model

Examples of org.jitterbit.ui.graph.model.NodeExpansionState.apply()


     */
    public void restore() {
        for (OperationWrapperNode node : graph.getModel().getOperationNodes()) {
            NodeExpansionState state = states.get(node.getOperationId());
            if (state != null) {
                state.apply(graph.getLayout(), node);
            } // else: The node was not present when this memento was created. Leave it alone
        }
    }
}
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.