Tutorial: Model Development

From Developer Documents
Revision as of 12:35, 20 October 2010 by Tuukka Lehtonen (talk | contribs)
Jump to navigation Jump to search

In this part of the tutorial we will focus on implementing the basic functionality for the following parts of the UI:

  • Model Browser for modelling movie production cases
    • Basic context menu actions for the browser
      • Add > Movie Project
      • Add > Casting Plan
      • Add > Role
  • Property View for editing properties of model entities
  • Movie Database Library for searching available movies, actors, directors, etc.

Step 1: Customize Model Browser

To create the a new plugin, open the wizard.

  • File >> New >> Plug-in Development >> Plug-in Project >> Next >

Step 2: Add Context Menu Actions for Model Browser

Step 3: Add Property View for Model Browser

Step 4: Add Content for Movie Database Library