Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Instrument Control
NomadCommandSystem
Commits
efb99575
Commit
efb99575
authored
Feb 18, 2015
by
helene ortiz
Browse files
Modified for "dynamic properties used to enumerate possible values for combo widgets"
parent
c855ab0c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/fr/ill/ics/nscclient/dataprovider/PropertyDatabase.java
View file @
efb99575
...
...
@@ -119,6 +119,12 @@ public class PropertyDatabase {
public
DynamicPropertyDescriptor
getDynamicPropertyDescriptor
(
int
id
)
{
return
dynamicProperties
.
get
(
id
);
}
public
StandardPropertyDescriptor
getStandardPropertyDescriptor
(
int
id
)
{
return
properties
.
get
(
id
);
}
public
void
removeDynamicPropertyDescriptors
(
int
servantId
)
{
// only clearing the set for the servant ID
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment