|
MONK : 1-18-2008 Proxy Minutes
This page last changed on Jan 21, 2008 by amitku.
Notes for Proxy discussion Present: Amit, Catherine, Andrew, Stefan, Stan, Alejandro Here are Amit's questions going in to this call:
What came out of the conversation:How do we save toolset preferences? We'll make them like worksets. Private by default but publishable to make them public. The hierarchy:
You have a key and a value pair for UI preferences and other columns for public or private, as well as possible attachment to a workset.
// remember that the last toolset used in the workflow workbench was "search-by-example" setUiUserData("1", "workflow.last-toolset", "search-by-example"); // remember the window layout of the search-by-example toolset setUiUserData("1", "workflow.search-by-example.window-layout", "document-selector-x=10&document-selector-y=10&..."); // remember the number of columns in the document-selector component in Webclipse workbench setUiUserData("1", "webclipse.search-by-example.document-selector.document-columns", "10"); // retrieve a value getUiUserData("1", "webclipse.search-by-example.document-selector.document-columns"); Amit has produced a diagram. Andrew's reportHe's working on inserting the new proxy calls, in a new workbench branch. The Search by Example tool is now no longer working. Amit will get these back in business before the hackfest |
| Document generated by Confluence on Apr 19, 2009 15:04 |