Java Glossary : scaffold

CMP home Java glossary home Menu no menu Last updated 2004-06-28 by Roedy Green ©1996-2004 Canadian Mind Products

Java definitions: 0-9 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

You are here : home : Java Glossary : S words : scaffold.

scaffold
Scaffolds are an a feature of my home brew Abundance language. The Java equivalent would be something like a cross between a scrollpane and a layout manager. Here are some uses:

Display the previous ten year's financial history, three years at a time. Show each year in two rows, with the months Jan - June on the top row and July to Dec on the bottom. Each each Month cell, show 4 different values. In Abundance to handle this problem you write a scaffold function to describe the pattern and you write the code to display the data for one cell. From then on everything else is automatic to deal with scrolling. You just concentrate on keeping the data correct in the backing array or file.

Another scaffold application would be if you want to display data in a circle, say decorating the numerals of a clock. Again you write the code to display one cell, and write a scaffold function to describe the shape. From then on all is automatic.

The shapes you can draw are limited purely by your mathematicaly ingenuity. They don't have to be in the least symmetric.

I am winging it a bit here, but here is roughly what an Abundance 4-line scaffold function written in Java would look like:


view


CMP logo
CMP_home
home
Canadian Mind Products CSS
HTML Checked!
ICRA ratings logo
mindprod.com IP:[24.87.56.253]
Your IP:[80.134.30.163]
You are visitor number 690.
Please send errors, omissions and suggestions
to improve this page to Roedy Green.
You can get a fresh copy of this page from: or possibly from your local J: drive mirror:
http://mindprod.com/jgloss/scaffold.html J:\mindprod\jgloss\scaffold.html