showCopyDriverInternalFrame(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.
public void showCopyDriverInternalFrame(ISQLDriver driver)(Code)
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 - Thrown if a nullISQLDriver passed.
showModifyDriverInternalFrame
public void showModifyDriverInternalFrame(ISQLDriver driver)(Code)
Get a maintenance sheet for the passed driver. If a maintenance sheet
already exists it will be brought to the front. If one doesn't exist
it will be created.
Parameters: driver - The driver that user has requested to modify. throws: IllegalArgumentException - Thrown if a nullISQLDriver passed.