270271272273274275276277278279280
hp.add( editAction( c ) ); Label actionLabel = makeColumnLabel( c ); hp.add( actionLabel ); actionsPanel.add( hp ); if ( bAreActionsDraggable ) { actionsDragController.makeDraggable( hp, actionLabel ); } } setupColumnsNote();
600601602603604605606607608609610
c ) ); SmallLabel conditionLabel = makeColumnLabel( c ); hp.add( conditionLabel ); conditionsPanel.add( hp ); if ( bAreConditionsDraggable ) { conditionsDragController.makeDraggable( hp, conditionLabel ); } } if ( arePatternsDraggable ) {
624625626627628629630631632633634
294295296297298299300301302303304
257258259260261262263264265266267
585586587588589590591592593594595