Class FoldController
- java.lang.Object
- 
- jadex.gpmn.editor.gui.controllers.FoldController
 
- 
- All Implemented Interfaces:
- com.mxgraph.util.mxEventSource.mxIEventListener
 
 public class FoldController extends java.lang.Object implements com.mxgraph.util.mxEventSource.mxIEventListenerController managing folding actions.
- 
- 
Field SummaryFields Modifier and Type Field Description protected ModelContainermodelcontainerThe model container.
 - 
Constructor SummaryConstructors Constructor Description FoldController(ModelContainer container)Creates a new fold controller.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidfoldActivationPlan(VPlan plan)voidinvoke(java.lang.Object sender, com.mxgraph.util.mxEventObject evt)Handle fold actions.voidunfoldActivationPlan(VVirtualActivationEdge startedge)
 
- 
- 
- 
Field Detail- 
modelcontainerprotected ModelContainer modelcontainer The model container.
 
- 
 - 
Constructor Detail- 
FoldControllerpublic FoldController(ModelContainer container) Creates a new fold controller.
 
- 
 - 
Method Detail- 
invokepublic void invoke(java.lang.Object sender, com.mxgraph.util.mxEventObject evt)Handle fold actions.- Specified by:
- invokein interface- com.mxgraph.util.mxEventSource.mxIEventListener
 
 - 
foldActivationPlanpublic void foldActivationPlan(VPlan plan) 
 - 
unfoldActivationPlanpublic void unfoldActivationPlan(VVirtualActivationEdge startedge) 
 
- 
 
-