Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mbe-tools
TTool
Commits
765eb5f8
Commit
765eb5f8
authored
Sep 13, 2017
by
Dominique Blouin
Browse files
Issue
#66
: Make communication pattern mapping button part of core
functions
parent
77cf1903
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/ui/tmldd/TMLArchiDiagramToolBar.java
View file @
765eb5f8
...
...
@@ -144,11 +144,16 @@ public class TMLArchiDiagramToolBar extends TToolBar implements ActionListener
/*button = this.add(mgui.actions[TGUIAction.TMLARCHI_EVENT_ARTIFACT]);
button.addMouseListener(mgui.mouseHandler);*/
// Issue #66: CP mapping now part of core functions
this
.
addSeparator
();
button
=
this
.
add
(
mgui
.
actions
[
TGUIAction
.
TMLARCHI_CPNODE
]
);
button
.
addMouseListener
(
mgui
.
mouseHandler
);
if
(
MainGUI
.
experimentalOn
)
{
this
.
addSeparator
();
button
=
this
.
add
(
mgui
.
actions
[
TGUIAction
.
TMLARCHI_CPNODE
]);
button
.
addMouseListener
(
mgui
.
mouseHandler
);
if
(
MainGUI
.
experimentalOn
)
{
//
this.addSeparator();
//
button = this.add(mgui.actions[TGUIAction.TMLARCHI_CPNODE]);
//
button.addMouseListener(mgui.mouseHandler);
button
=
this
.
add
(
mgui
.
actions
[
TGUIAction
.
TMLARCHI_PORT_ARTIFACT
]);
button
.
addMouseListener
(
mgui
.
mouseHandler
);
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment