Method Summary |
|
public void | activateNextSessionWindow() |
public void | activatePreviousSessionWindow() |
public void | addSessionSheetListener(InternalFrameListener listener) Adds a listener to the sheets attached to this session When new
sheets are constructed, they are automatically added to the session via
the registerSessionSheet method. |
public synchronized SessionInternalFrame | createInternalFrame(ISession session) Create a new internal frame for the passed session. |
public synchronized ObjectTreeInternalFrame | createObjectTreeInternalFrame(ISession session) Creates a new Object Tree internal frame for the passed session. |
public synchronized SQLInternalFrame | createSQLInternalFrame(ISession session) Creates a new SQL View internal frame for the passed session. |
public AliasesListInternalFrame | getAliasesListInternalFrame() |
public WindowState | getAliasesWindowState() |
public BaseSessionInternalFrame[] | getAllFramesOfSession(IIdentifier sessionIdentifier) |
public DriversListInternalFrame | getDriversListInternalFrame() |
public WindowState | getDriversWindowState() |
public MainFrame | getMainFrame() Retrieve applications main frame. |
public void | moveToFront(Window win) |
public void | moveToFront(JInternalFrame fr) |
protected void | refireSessionSheetActivated(InternalFrameEvent evt) |
protected void | refireSessionSheetClosed(InternalFrameEvent evt) |
protected void | refireSessionSheetClosing(InternalFrameEvent evt) |
protected void | refireSessionSheetDeactivated(InternalFrameEvent evt) |
protected void | refireSessionSheetDeiconified(InternalFrameEvent evt) |
protected void | refireSessionSheetIconified(InternalFrameEvent evt) |
protected void | refireSessionSheetOpened(InternalFrameEvent evt) |
public synchronized void | registerSessionSheet(BaseSessionInternalFrame sheet) Registers a sheet that is attached to a session. |
public void | 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 | 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 synchronized EditWhereColsSheet | showEditWhereColsDialog(IObjectTreeAPI tree, IDatabaseObjectInfo objectInfo) Get a EditWhereCols sheet for the passed session. |
public void | showModifyAliasInternalFrame(ISQLAlias alias) Get a maintenance sheet for the passed alias. |
public void | showModifyDriverInternalFrame(ISQLDriver driver) Get a maintenance sheet for the passed driver. |
public void | showNewAliasInternalFrame() Create and show a new maintenance window to allow the user to create a
new alias. |
public void | showNewDriverInternalFrame() Create and show a new maintenance window to allow the user to create a
new driver. |
public synchronized SQLFilterSheet | showSQLFilterDialog(IObjectTreeAPI objectTree, IDatabaseObjectInfo objectInfo) Get an SQL Filter sheet for the passed data. |
public synchronized void | showSessionPropertiesDialog(ISession session, int tabIndexToSelect) Get a properties dialog for the passed session. |