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
23b03e79
Commit
23b03e79
authored
Sep 12, 2017
by
Dominique Blouin
Browse files
Code indentation
parent
c0dcb46d
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/ui/tmldd/TMLArchiDiagramToolBar.java
View file @
23b03e79
...
...
@@ -140,26 +140,27 @@ public class TMLArchiDiagramToolBar extends TToolBar implements ActionListener
button
.
addMouseListener
(
mgui
.
mouseHandler
);
button
=
this
.
add
(
mgui
.
actions
[
TGUIAction
.
TMLARCHI_MEMORYNODE
]);
button
.
addMouseListener
(
mgui
.
mouseHandler
);
this
.
addSeparator
();
this
.
addSeparator
();
button
=
this
.
add
(
mgui
.
actions
[
TGUIAction
.
TMLARCHI_COMMUNICATION_ARTIFACT
]);
button
=
this
.
add
(
mgui
.
actions
[
TGUIAction
.
TMLARCHI_COMMUNICATION_ARTIFACT
]);
button
.
addMouseListener
(
mgui
.
mouseHandler
);
/*button = this.add(mgui.actions[TGUIAction.TMLARCHI_EVENT_ARTIFACT]);
button.addMouseListener(mgui.mouseHandler);*/
if
(
MainGUI
.
experimentalOn
)
{
this
.
addSeparator
();
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
);
button
=
this
.
add
(
mgui
.
actions
[
TGUIAction
.
TMLARCHI_PORT_ARTIFACT
]);
button
.
addMouseListener
(
mgui
.
mouseHandler
);
}
this
.
addSeparator
();
this
.
addSeparator
();
button
=
this
.
add
(
mgui
.
actions
[
TGUIAction
.
TMLARCHI_KEY
]);
button
.
addMouseListener
(
mgui
.
mouseHandler
);
button
=
this
.
add
(
mgui
.
actions
[
TGUIAction
.
TMLARCHI_FIREWALL
]);
button
=
this
.
add
(
mgui
.
actions
[
TGUIAction
.
TMLARCHI_FIREWALL
]);
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