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 | Total number of occurrences |
|---|---|
| @todo | 0 |
| TODO | 3 |
Each tag is detailed below:
TODO
Number of occurrences found in the code: 3
| org.springframework.richclient.application.docking.flexdock.FlexDockApplicationPage | Line |
|---|---|
| fix this: this is the only way I found to find out if a dockable has been closed by the user. | 94 |
| org.springframework.richclient.application.docking.flexdock.FlexDockApplicationPageFactory | Line |
|---|---|
| uncomment for persistence DockingManager.setAutoPersist(true); | 56 |
| define how the file name or persister will be passed in the app context PersistenceHandler persister = FilePersistenceHandler.createDefault( "test-flexdock.xml" ); PerspectiveManager.setPersistenceHandler( persister ); | 61 |