Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
af3
AF3
Commits
f02d1586
Commit
f02d1586
authored
Dec 04, 2017
by
Simon Barner
Browse files
Make Tasks primary prototypes, so the can be viewed and added from the model navigator
refs 2562
parent
3c6112a2
Changes
1
Hide whitespace changes
Inline
Side-by-side
org.fortiss.af3.task.ui/trunk/src/org/fortiss/af3/task/ui/prototype/PrototypeProvider.java
View file @
f02d1586
...
...
@@ -33,7 +33,7 @@ public class PrototypeProvider extends PrototypeProviderBase {
protected
void
registerPrototypes
()
{
registerPrimaryPrototype
(
"TaskArchitecture"
,
TaskModelElementFactory
.
createTaskArchitecture
(),
CATEGORY
);
registerPrototype
(
"Task"
,
TaskModelElementFactory
.
createTask
(
"Task"
),
CATEGORY
);
registerPr
imaryPr
ototype
(
"Task"
,
TaskModelElementFactory
.
createTask
(
"Task"
),
CATEGORY
);
registerPrototype
(
"InputSignalPort"
,
TaskModelElementFactory
.
createInputSignalPort
(),
CATEGORY
);
registerPrototype
(
"InputBufferedSignalPort"
,
...
...
Write
Preview
Supports
Markdown
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