project35.specifications
Class PrintMenuPlugins

java.lang.Object
  extended by project35.specifications.FunctionalSpecificationAspect
      extended by project35.specifications.PrintMenuPlugins
All Implemented Interfaces:
ServiceAspectDescription

public class PrintMenuPlugins
extends FunctionalSpecificationAspect

generates the part of the functional specification that describes properties managed in the menus. Most of these will be menu plugins found in the various menus such as "File", "Edit", "View", "Options" and custom menus created by the application designer.


Copyright (c) 2008 Kevin Garwood for Project35. This code is 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)

Field Summary
 
Fields inherited from class project35.specifications.FunctionalSpecificationAspect
columnValues, documentHeaderUtility, mainBodyBuffer
 
Constructor Summary
PrintMenuPlugins(Project35ApplicationContext project35ApplicationContext)
           
 
Method Summary
 void generateHTML()
          generates the HTML for the functional specification aspect.
protected  void printPluginConfiguration(PluginConfiguration pluginConfiguration)
           
 
Methods inherited from class project35.specifications.FunctionalSpecificationAspect
addColumnColourValue, addColumnHeader, addColumnValue, addYesNoColumnValue, beginColumnValue, beginParagraph, beginRow, beginTable, endColumnValue, endParagraph, endRow, endTable, getBulletedList, getDescription, getHyperLinkText, getJumpLinkTable, printBackToTop, printBoldHeading, printBulletedList, printBulletedList, printEnumeratedList, printField, printField, printHeading, printHorizontalLine, printHyperLink, printHyperLink, printParagraphSeparator, printParagraphText, replaceSpacesWithUnderscores, setSectionNumber
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrintMenuPlugins

public PrintMenuPlugins(Project35ApplicationContext project35ApplicationContext)
Method Detail

generateHTML

public void generateHTML()
Description copied from class: FunctionalSpecificationAspect
generates the HTML for the functional specification aspect.

Specified by:
generateHTML in class FunctionalSpecificationAspect

printPluginConfiguration

protected void printPluginConfiguration(PluginConfiguration pluginConfiguration)