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
161dc11a
Commit
161dc11a
authored
8 years ago
by
Andreas Bayha
Browse files
Options
Downloads
Patches
Plain Diff
Changed visibility of method.
parent
5c0b9d25
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
org.fortiss.tooling.base.ui/trunk/src/org/fortiss/tooling/base/ui/editpart/ConnectionEditPartBase.java
+4
-3
4 additions, 3 deletions
...tiss/tooling/base/ui/editpart/ConnectionEditPartBase.java
with
4 additions
and
3 deletions
org.fortiss.tooling.base.ui/trunk/src/org/fortiss/tooling/base/ui/editpart/ConnectionEditPartBase.java
+
4
−
3
View file @
161dc11a
...
...
@@ -71,7 +71,7 @@ import org.fortiss.tooling.kernel.ui.service.IModelElementHandlerService;
* @author hoelzl
* @author $Author$
* @version $Rev$
* @ConQAT.Rating GREEN Hash:
8645F799F13BC187BF6FB1FAF2F3E6BB
* @ConQAT.Rating GREEN Hash:
B6B89ADEF2AA6ABA90960B36205B2289
*/
public
abstract
class
ConnectionEditPartBase
<
T
extends
ConnectionSegmentBase
>
extends
AbstractConnectionEditPart
{
...
...
@@ -183,14 +183,15 @@ public abstract class ConnectionEditPartBase<T extends ConnectionSegmentBase> ex
}
/** Refreshes the decoration figure using {@link IMarkerService}. */
pr
ivate
void
refreshDecorationFigure
()
{
pr
otected
void
refreshDecorationFigure
()
{
Rectangle
decorationBounds
=
determineDecorationFigureBounds
();
decorationFigure
.
setBounds
(
decorationBounds
);
if
(
decorationFigure
.
getParent
()
!=
null
&&
decorationBounds
!=
null
)
{
decorationFigure
.
getParent
().
setConstraint
(
decorationFigure
,
decorationBounds
);
ESeverity
severity
=
IMarkerService
.
getInstance
().
getHighestViolationSeverity
(
getModel
());
ESeverity
severity
=
IMarkerService
.
getInstance
().
getHighestViolationSeverity
(
getModel
());
Image
icon
=
getMarkerServiceDecorationIcon
(
severity
,
useSmallDecorationImage
());
decorationFigure
.
setIcon
(
icon
);
...
...
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