Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

There are some slightly more complicated scenarios which can't be accommodated using schemas. In these cases, you can define the necessary grades (in addition to your enactors and panels) yourself. These include:

  • your root model
  • your enactors enactor setyour panels
  • panel set
  • a template loader
  • a message loader

Once these are defined, you can invoke the preferences editor directly, providing these grades in the options.

Root Model

The root model is a grade that defines your preferences.

Enactor Set

The enactor set is a grade that defines the set of enactors you are using.

Panel Set

The panel set is a grade that defines the set of panels you are using.

Template Loader

Message Loader

 The template loader is a grade that specifies where to find the templates your preferences editor uses.

Message Loader

The message loader is a grade that specifies where to find the string files your preferences editor uses.

Creating the Preferences Editor