Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Diffractometer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Software Control System
Gui
Diffractometer
Commits
14b4576e
Commit
14b4576e
authored
Jul 26, 2017
by
Tassadit Leroul
Committed by
Patrick MADELA
Aug 12, 2021
Browse files
Options
Downloads
Patches
Plain Diff
CodeStyle (controlbean instead of ControlBean)
parent
f17172d6
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
capoeira/src/main/java/fr/soleil/gui/capoeira/preferences/DevicePreferenceSimple.java
+191
-191
191 additions, 191 deletions
...leil/gui/capoeira/preferences/DevicePreferenceSimple.java
with
191 additions
and
191 deletions
capoeira/src/main/java/fr/soleil/gui/capoeira/preferences/DevicePreferenceSimple.java
+
191
−
191
View file @
14b4576e
...
...
@@ -32,13 +32,13 @@ public class DevicePreferenceSimple extends JPanel implements Preference {
private
CapoeiraModel
model
;
protected
JTableX
table
;
private
final
TableModel
tableModel
;
private
ControlBean
C
ontrolBean
;
private
ControlBean
c
ontrolBean
;
private
DiffractometerBean
diff4cJPanel
;
private
final
Logger
logger
=
LoggerFactory
.
getLogger
(
DevicePreferenceSimple
.
class
);
public
DevicePreferenceSimple
(
final
ControlBean
controlBean
,
final
DiffractometerBean
diff4cJPanel
)
{
super
();
this
.
C
ontrolBean
=
controlBean
;
this
.
c
ontrolBean
=
controlBean
;
this
.
diff4cJPanel
=
diff4cJPanel
;
this
.
model
=
controlBean
.
getLPSModel
();
this
.
setLayout
(
new
BorderLayout
());
...
...
@@ -88,7 +88,7 @@ public class DevicePreferenceSimple extends JPanel implements Preference {
* @return ControlBean
*/
public
ControlBean
getControlBean
()
{
return
this
.
C
ontrolBean
;
return
this
.
c
ontrolBean
;
}
/**
...
...
@@ -96,7 +96,7 @@ public class DevicePreferenceSimple extends JPanel implements Preference {
* @param bean
*/
public
void
setControlBean
(
final
ControlBean
bean
)
{
this
.
C
ontrolBean
=
bean
;
this
.
c
ontrolBean
=
bean
;
this
.
model
=
bean
.
getLPSModel
();
}
...
...
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