Jump to: navigation, search

Difference between revisions of "HowTo:Create a new Context"


Line 8: Line 8:
 
# It is recommended to set at least name and description
 
# It is recommended to set at least name and description
 
# Save the changes with {{key press|Ctrl|S}} or the save command
 
# Save the changes with {{key press|Ctrl|S}} or the save command
 +
 +
== See also ==
 +
* [[Create a new Application]]
 +
* [[Create a new MetaClassScope]]
 +
* [[Create a new QueryScope]]
 +
 
[[Category:How-To]]
 
[[Category:How-To]]
 
[[Category:UBIK Studio]]
 
[[Category:UBIK Studio]]

Revision as of 16:40, 9 December 2013

On the Context level the hierarchical structure of the objects is defined via an according View object. A context is one part of the complete ACM.

  1. Navigate to the MetaClass CONTEXT in the Class Browser
    Context
  2. Create a new instance using the Bulk Editor
    Context
  3. Assign a view object to the context's VIEW attribute either by
    • dragging and dropping a view object onto the cell
    • selecting the desired view from the dialog appearing after double-clicking the cell
  4. It is recommended to set at least name and description
  5. Save the changes with Ctrl+S or the save command

See also