TODO: Move all code other than for window creation up to AliasWindowManager
Factory to handle creation of maintenance sheets for SQL Driver objects.
author: Colin Bell
showCopySheet(ISQLDriver driver) Create and show a new maintenance sheet that will allow the user to create a
new driver that is a copy of the passed one.
Get a maintenance sheet for the passed driver. If one
already exists it will be returned, otherwise one will be created.
Parameters: driver - The driver that user has requested to modify. The maintenance sheet for the passed driver. throws: IllegalArgumentException - if a nullISQLDriver passed.
Create and show a new maintenance sheet that will allow the user to create a
new driver that is a copy of the passed one.
The new maintenance sheet. throws: IllegalArgumentException - if a nullISQLDriver passed.