~tapaal-contributor/tapaal/make-grid-reappear-on-export-tikz-cancel-1820016

« back to all changes in this revision

Viewing changes to src/pipe/gui/handler/TAPNTransitionHandler.java

Merged bzr merge lp:~yrke/tapaal/placetransitionobjecthandler-refactor with cleanup 
and refactorings of elements and handlers

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
 
15
15
public class TAPNTransitionHandler extends TransitionHandler {
16
16
 
17
 
        public TAPNTransitionHandler(Container contentpane, Transition obj) {
18
 
                super(contentpane, obj);
19
 
 
20
 
        }
21
 
 
22
 
        public TAPNTransitionHandler(DrawingSurfaceImpl drawingSurfaceImpl,
23
 
                        Transition newObject, DataLayer guiModel, TimedArcPetriNet model) {
24
 
                super(drawingSurfaceImpl, newObject, guiModel, model);
25
 
        }
 
17
        public TAPNTransitionHandler(Transition obj) {
 
18
                super(obj);
 
19
        }
 
20
 
26
21
 
27
22
        // overwrite to remove shift behaviour
28
23
        @Override