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
b88f1f51
Commit
b88f1f51
authored
Oct 23, 2017
by
Simon Barner
Browse files
Adjust to CheckBoxLabelProvider interface changes
refs 2268
parent
8ce0e6c1
Changes
1
Hide whitespace changes
Inline
Side-by-side
org.fortiss.af3.component.ui/trunk/src/org/fortiss/af3/component/ui/simulator/component/InputOutputTableView.java
View file @
b88f1f51
...
...
@@ -66,7 +66,7 @@ import org.fortiss.tooling.base.ui.tablecell.CheckBoxLabelProvider;
* @author hoelzl
* @author $Author: hoelzl $
* @version $Rev: 1650 $
* @ConQAT.Rating
GREEN
Hash:
4A343CC251935ECE64
A0
3
0C
009857EE
A
* @ConQAT.Rating
YELLOW
Hash:
982DE5BB45EBFFD596258F3FF
A0
6
0CA
C
*/
public
final
class
InputOutputTableView
extends
SimulationViewBase
{
...
...
@@ -251,8 +251,7 @@ public final class InputOutputTableView extends SimulationViewBase {
// hold value column
i
++;
createColumn
(
viewer
,
bounds
[
i
],
titles
[
i
],
tooltips
[
i
],
new
CheckBoxLabelProvider
(
viewer
)
{
createColumn
(
viewer
,
bounds
[
i
],
titles
[
i
],
tooltips
[
i
],
new
CheckBoxLabelProvider
()
{
@Override
protected
boolean
isEnabled
(
Object
element
)
{
return
element
instanceof
InputPort
;
...
...
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