Tag List Report

The following document contains the listing of user tags found in the code. Below is the summary of the occurrences per tag.

Tag Class Total number of occurrences Tag strings used by tag class
Todo Work 71 todo, FIXME, XXX

Each tag is detailed below:

Todo Work

Number of occurrences found in the code: 71

org.universAAL.ui.dm.UserDialogManager Line
add user impairments adapterList.add(new AdapterUserImpairments(accessImpairments)); 254
change default dialog privacy comming from the app (and apply new one - based on some user defined rule or similar) adapterList.add(new AdapterDialogPrivacyLevel(newDialogPrivacyLevel)); 257
use dialogPool behavior according to UIPrefSubProf 313
use dialogPool behavior according to UIPrefSubProf 327
adjust dialogPriority and dialogPrivacy od DM messages to possible user preferences! 758
org.universAAL.ui.dm.adapters.AdapterDialogPrivacyLevel Line
check if this is correct way to override prop 58
org.universAAL.ui.dm.adapters.AdapterUIPreferences Line
if removed (since below interaction prefs carry same info) the change has to be reflected in ui bus (UIRequest prop can be deleted and UIStrategy has to be updated). for now easier to leave this as it is 51
if removed (since below interaction prefs carry same info) the change has to be reflected in ui bus (UIRequest prop can be deleted and UIStrategy has to be updated). for now easier to leave this as it is 57
org.universAAL.ui.dm.ui.preferences.caller.helpers.UIPreferencesSubprofileHelper Line
create one if there is none (dm initializes default ones based on stereotype data for each user so this should not be necessary here) 134
what if there is more UIPreferencesSubProfiles, currently only 1st is returned then 148
same as above comment 153
currently not used but maybe will be needed in future 177
org.universAAL.ui.dm.ui.preferences.caller.helpers.UIPreferencesSubprofilePrerequisitesHelper Line
currently not used 65
currently not used 95
org.universAAL.ui.dm.userInteraction.mainMenu.SearchableAggregatedMainMenuProvider Line
add regular expression evaluation?? 110
instead of showing the original main menu: 1) add CloudNotComplyException 2) add throws CloudNotComplyException to IMainMenuProvider interface 3) capture the exception in UserDialogManager (and abort pushing the dialog) 4) show a message|subdialog saying there are no results (if message, delete "remember" option). 152
org.universAAL.ui.dm.userInteraction.mainMenu.profilable.RDFMenuNode Line
get label according to language 42
org.universAAL.ui.dm.userInteraction.messageManagement.PendingMessageBuilder Line
Add message management like, read a selected message, delete one message ... 44
how to remove messages from bus? if they aren't removed already. 107
org.universAAL.ui.dm.userInteraction.systemMenu.ClassicSystemMenuProvider Line
do nothing? } 82
org.universAAL.ui.gui.swing.bluesteelLAF.ColorLAF Line
adjust to font size 202
org.universAAL.ui.gui.swing.bluesteelLAF.GroupLAF Line
get col-row ratio +- form screen resolution. 248
org.universAAL.ui.gui.swing.bluesteelLAF.Select1RadioButtonLAF Line
change coluo? 56
org.universAAL.ui.gui.swing.bluesteelLAF.SelectCheckBoxLAF Line
show something? 56
org.universAAL.ui.gui.swing.bluesteelLAF.support.UAALTray Line
Change icon 52
org.universAAL.ui.gui.swing.bluesteelLAF.support.pager.MainMenuPager Line
beatyfy radiobuttons 194
org.universAAL.ui.handler.gui.swing.Handler Line
notify user with message 102
org.universAAL.ui.handler.gui.swing.Renderer Line
Location, and Demo mode are not updated in the handler 316
org.universAAL.ui.handler.gui.swing.classic.Init Line
Classic LAF needs a Login screen. 60
org.universAAL.ui.handler.gui.swing.classic.RepeatLAF Line
Check for complexity and take decision Check for multilevel and take decision Check for Group children and render JTabbedPane 47
org.universAAL.ui.handler.gui.swing.classic.Select1LAF Line
Remove this by making it public in model 99
editable trees? 137
org.universAAL.ui.handler.gui.swing.classic.SelectLAF Line
Remove this by making it public in model 120
editable trees? 158
org.universAAL.ui.handler.gui.swing.defaultLookAndFeel.FormLAF Line
resize Layout+scroll 74
org.universAAL.ui.handler.gui.swing.defaultLookAndFeel.GroupPanelLAF Line
try add icon jc.setLayout(new BoxLayout(jc, BoxLayout.PAGE_AXIS)); 60
org.universAAL.ui.handler.gui.swing.defaultLookAndFeel.Layout.AbstractUnitLayout Line
actually create a new row!! 177
check maximum dimensions and scale ? 268
org.universAAL.ui.handler.gui.swing.defaultLookAndFeel.RepeatLAF Line
Check for complexity and take decision Check for multilevel and take decision Check for Group children and render JTabbedPane 45
org.universAAL.ui.handler.gui.swing.formManagement.QueuedFormManager Line
what to return? 172
org.universAAL.ui.handler.gui.swing.model.FormControl.GroupTabbedPanelModel Line
test if the above needs more 73
org.universAAL.ui.handler.gui.swing.model.FormControl.InputFieldModel Line
USING text field as default, this needs to be discussed. 138
check input length! 183
org.universAAL.ui.handler.gui.swing.model.FormControl.MediaObjectModel Line
Media Type for images, audio, video) URL Parser: know where to locate the resource (DONE) - in jar - in file system - in config dir - in remote repo (like http) - other cases? use VFS.. Media Cache : once located resources store and index them in config dir for faster location. 138
org.universAAL.ui.handler.gui.swing.model.FormControl.RepeatModelGrid Line
implement MyGridLayout which adjusts columns independently. 86
org.universAAL.ui.handler.gui.swing.model.FormControl.Select1Model Line
add icons to component! 72
check validity. 94
Model the selection! and gather Tree input 121
org.universAAL.ui.handler.gui.swing.model.FormControl.SelectModel Line
add icons to component! 69
use getMaxCardinality and getMinCardinality to get the max and min #ofSelections 70
the selected indexES should be defined in the RDF! 100
check validity (in selection models...) 138
editable trees? 227
Model the selection! and gather Tree input use getMaxCardinality and getMinCardinality to get the max and min #ofSelections 267
org.universAAL.ui.handler.gui.swing.model.FormControl.SimpleOutputModel Line
Examine value type and select the best component that represents it if string use (disabled) input field or label for short length (disabled) textarea for long length if boolean use (disabled) checkbock if Date ?? if number use ?? if ?? use progress bar if an ontology class do ?? 83
org.universAAL.ui.handler.gui.swing.model.FormControl.TextAreaModel Line
Check Validity! length 69
org.universAAL.ui.handler.gui.swing.model.LabelModel Line
--No comment-- 50
org.universAAL.ui.handler.sms.SMSActivator Line
update this so backend sms sender can be configured. 39
org.universAAL.ui.handler.sms.SmsUIHandler Line
re model restrictions (only for message type, etc...) 68
Check the message was infact delivered. 94
org.universAAL.ui.handler.web.html.HTTPHandlerService Line
use session? 205
org.universAAL.ui.handler.web.html.model.GroupModel Line
get it from userPrefs, 86
org.universAAL.ui.handler.web.html.model.MediaObjectModel Line
set Alt Text with label 48
set sizes in style from recommendations 49
set sizes in style from recommendations 62
set sizes in style from recommendations 70
org.universAAL.ui.handler.web.html.model.Select1Model Line
only select, have second rendering option with radiobuttons. 41
org.universAAL.ui.handler.web.html.model.SelectModel Line
only select, have second rendering option with checkboxes. 45
org.universAAL.ui.handler.web.html.model.SubmitModel Line
go through recommendations to find alignment. default 83
org.universAAL.ui.internationalization.util.MessageLocaleHelper Line
what if there is more UIPreferencesSubProfiles, currently only 1st is returned then 188
same as above comment 193