Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
TULIP
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
14
Issues
14
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
NUI
TULIP
Commits
03974785
Commit
03974785
authored
Nov 02, 2015
by
Eric Tobias
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev' of git.list.lu:nui/tulip into dev
parents
bc4b6269
050d2f9b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
+7
-0
TULIP/src/lu/list/itis/dkd/tui/TangibleContentManager.java
TULIP/src/lu/list/itis/dkd/tui/TangibleContentManager.java
+2
-0
TULIP/src/lu/list/itis/dkd/tui/space/SpatialPositioningManager.java
...lu/list/itis/dkd/tui/space/SpatialPositioningManager.java
+5
-0
No files found.
TULIP/src/lu/list/itis/dkd/tui/TangibleContentManager.java
View file @
03974785
...
@@ -135,4 +135,6 @@ public abstract class TangibleContentManager implements ContentEventListener {
...
@@ -135,4 +135,6 @@ public abstract class TangibleContentManager implements ContentEventListener {
content
.
initialise
();
content
.
initialise
();
}
}
}
}
}
}
\ No newline at end of file
TULIP/src/lu/list/itis/dkd/tui/space/SpatialPositioningManager.java
View file @
03974785
...
@@ -282,6 +282,11 @@ public class SpatialPositioningManager implements SpatialEventListener {
...
@@ -282,6 +282,11 @@ public class SpatialPositioningManager implements SpatialEventListener {
return
widgets
;
return
widgets
;
}
}
public
List
<
TangibleObject
>
getObjectToLeftOf
(
BaseWidget
widget
)
{
return
spatialMatrix
.
leftOf
(
TangibleObjectManager
.
getIdentifier
(
widget
));
}
/**
/**
* Method for returning a list of widgets that are to the right of a given widget. The method
* Method for returning a list of widgets that are to the right of a given widget. The method
* either returns all objects no matter their alignment with this widget, or only returns
* either returns all objects no matter their alignment with this widget, or only returns
...
...
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