project35.specifications
Class PrintMenuPlugins
java.lang.Object
project35.specifications.FunctionalSpecificationAspect
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)
| 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 |
PrintMenuPlugins
public PrintMenuPlugins(Project35ApplicationContext project35ApplicationContext)
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)