showCopyAliasInternalFrame(SQLAlias alias) Create and show a new maintenance sheet that will allow the user to create a
new alias that is a copy of the passed one.
public void showCopyAliasInternalFrame(SQLAlias alias)(Code)
Create and show a new maintenance sheet that will allow the user to create a
new alias that is a copy of the passed one.
The new maintenance sheet. throws: IllegalArgumentException - Thrown if a nullISQLAlias passed.
showModifyAliasInternalFrame
public void showModifyAliasInternalFrame(ISQLAlias alias)(Code)
Get a maintenance sheet for the passed alias. If a maintenance sheet already
exists it will be brought to the front. If one doesn't exist it will be
created.
Parameters: alias - The alias that user has requested to modify. throws: IllegalArgumentException - Thrown if a nullISQLAlias passed.