project35.configurationTool
Class ContextHelpPageGenerator

java.lang.Object
  extended by project35.configurationTool.ContextHelpPageGenerator

public class ContextHelpPageGenerator
extends java.lang.Object

It prompts the users to make some choices about what kind of context help pages they want. The class visits every field of every template record managed by the project35.mda.model.RecordModelFactory class. During this activity it fills in the "help_link" fields of configuration descriptions of record and field objects. It also generates stubbed context help HTML files that can be completed by the application designer.


Copyright (c) 2008 Kevin Garwood for Project35. The original code was developed by Kevin Garwood for the University of Manchester. Revisions have been made for Project35, a project that is independent of that institution. This code is licensed under the Academic Free License version 3.0. The code attribution for the original code is included here:

Copyright (c) Kevin Garwood and University of Manchester 2007. All rights reserved. Licensed under the Academic Free License version 3.0. For more information on the terms and conditions, please see the file "LICENSE" that is included in this distribution.


Version:
1.0
Author:
Kevin Garwood (kgarwood@users.sourceforge.net),

Constructor Summary
ContextHelpPageGenerator()
           
 
Method Summary
 void createContextHelpFiles(Project35UIFactory project35UIFactory, java.io.File modelDirectory, RecordModel recordProvider)
          this method is used by other clients such as Pierre which may have child record definitions defined under another kind of record than a project35_configuration_schema record assumes that "recordProvider" will have a list child called "record"
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContextHelpPageGenerator

public ContextHelpPageGenerator()
Method Detail

createContextHelpFiles

public void createContextHelpFiles(Project35UIFactory project35UIFactory,
                                   java.io.File modelDirectory,
                                   RecordModel recordProvider)
this method is used by other clients such as Pierre which may have child record definitions defined under another kind of record than a project35_configuration_schema record assumes that "recordProvider" will have a list child called "record"