Exemplo n.º 1
0
 // Methods
 public AEConfig(TypeEditor type, ActEditor panel, Viewer2D viewer)
 {
     routeData     = panel.routeData;
     AEConfigPanel = panel.activityOverview;
     typeConfig    = type;
     Viewer        = viewer;
     aeRouteConfig = new AERouteConfig(this);
     if (typeConfig == TypeEditor.ACTIVITY)
     {
         aeActivity = new AEActivity();
     }
 }
Exemplo n.º 2
0
 public ActRoleTree(ActEditor actEditor)
 {
     mainEditor = actEditor;
     this.initRoleLayout();
 }