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
7986b3e3
Commit
7986b3e3
authored
Nov 09, 2015
by
Eric Tobias
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Made the InterfaceManager reference static and the related getter as well.
parent
63fb29c3
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
TULIP/src/lu/list/itis/dkd/tui/TangibleApplication.java
TULIP/src/lu/list/itis/dkd/tui/TangibleApplication.java
+2
-2
No files found.
TULIP/src/lu/list/itis/dkd/tui/TangibleApplication.java
View file @
7986b3e3
...
...
@@ -62,7 +62,7 @@ public abstract class TangibleApplication {
* An implementation of the {@link JComponent} handling all interactions with the visual
* interface as well as its construction.
*/
private
TangibleInterfaceManager
interfaceManager
;
private
static
TangibleInterfaceManager
interfaceManager
;
/**
* An instance of the {@link TangibleObjectManager} to handle all interactions with tangible
...
...
@@ -185,7 +185,7 @@ public abstract class TangibleApplication {
*
* @return The value of interfaceManager.
*/
public
TangibleInterfaceManager
getInterfaceManager
()
{
public
static
TangibleInterfaceManager
getInterfaceManager
()
{
return
interfaceManager
;
}
...
...
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