280281282283284285286287288289290
hp.add( editAction( c ) ); Label actionLabel = makeColumnLabel( c ); hp.add( actionLabel ); actionsPanel.add( hp ); if ( bAreActionsDraggable ) { actionsDragController.makeDraggable( hp, actionLabel ); } } setupColumnsNote();
608609610611612613614615616617618
c ) ); SmallLabel conditionLabel = makeColumnLabel( c ); hp.add( conditionLabel ); conditionsPanel.add( hp ); if ( bAreConditionsDraggable ) { conditionsDragController.makeDraggable( hp, conditionLabel ); } } if ( arePatternsDraggable ) {
269270271272273274275276277278279
599600601602603604605606607608609
265266267268269270271272273274275
593594595596597598599600601602603
295296297298299300301302303304305
625626627628629630631632633634635