Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
kernel
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
af3
kernel
Commits
4ca52b2b
Commit
4ca52b2b
authored
11 years ago
by
Florian Hölzl
Browse files
Options
Downloads
Patches
Plain Diff
GREEN
refs 1542
parent
5ca8f95a
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
org.fortiss.tooling.kernel.ui/trunk/src/org/fortiss/tooling/kernel/ui/util/DataBindingUtils.java
+2
-3
2 additions, 3 deletions
.../org/fortiss/tooling/kernel/ui/util/DataBindingUtils.java
with
2 additions
and
3 deletions
org.fortiss.tooling.kernel.ui/trunk/src/org/fortiss/tooling/kernel/ui/util/DataBindingUtils.java
+
2
−
3
View file @
4ca52b2b
...
...
@@ -37,7 +37,7 @@ import org.eclipse.swt.widgets.Control;
* @author hoelzl
* @author $Author$
* @version $Rev$
* @ConQAT.Rating
YELLOW
Hash:
5B1DA8B4D94B667B011C5E7502E21B68
* @ConQAT.Rating
GREEN
Hash:
92A67E1D26D4675C3B549AE47D88778D
*/
public
final
class
DataBindingUtils
{
...
...
@@ -56,8 +56,8 @@ public final class DataBindingUtils {
* the model element to be observed
* @param feature
* the element's feature to be observed
* @return the array of constructed bindings
*/
// TODO (FH): update comment with @return
public
static
Binding
[]
bind
(
DataBindingContext
dbc
,
Control
control
,
EObject
modelElement
,
EStructuralFeature
feature
)
{
return
performComplexTextBinding
(
dbc
,
control
,
...
...
@@ -81,7 +81,6 @@ public final class DataBindingUtils {
* @param textToModelConverter
* the converter from the control's text to the element
*/
// TODO (FH): update comment with @return
public
static
void
bind
(
DataBindingContext
dbc
,
Control
control
,
EObject
modelElement
,
EStructuralFeature
feature
,
IConverter
modelToTextConverter
,
IConverter
textToModelConverter
)
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment