project35.specifications
Class PrintGeneralProperties
java.lang.Object
project35.specifications.FunctionalSpecificationAspect
project35.specifications.PrintGeneralProperties
- All Implemented Interfaces:
- ServiceAspectDescription
public class PrintGeneralProperties
- extends FunctionalSpecificationAspect
generates the part of the functional specifications which describe general
properties of the generated application. Most of these relate to colours
such as colours of:
- text colour
- text field background
- form background
- button background
- selected item background
- error message colour
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)
|
Method Summary |
void |
generateHTML()
generates the HTML for the functional specification aspect. |
| 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 |
PrintGeneralProperties
public PrintGeneralProperties(Project35ApplicationContext targetSchemaApplicationContext)
generateHTML
public void generateHTML()
- Description copied from class:
FunctionalSpecificationAspect
- generates the HTML for the functional specification aspect.
- Specified by:
generateHTML in class FunctionalSpecificationAspect