| Generate a JPanel containing controls that allow the user
to adjust the properties for this DataType.
All properties are static accross all instances of this DataType.
However, the class may choose to apply the information differentially,
such as keeping a list (also entered by the user) of table/column names
for which certain properties should be used.
This is called ONLY if there is at least one property entered into the DTProperties
for this class.
Since this method is called by reflection on the Method object derived from this class,
it does not need to be included in the Interface.
It would be nice to include this in the Interface for consistancy, documentation, etc,
but the Interface does not seem to like static methods.
|