ca.sqlpower.architect.swingui.olap
Class OLAPSchemaManager

java.lang.Object
  extended by ca.sqlpower.architect.swingui.olap.OLAPSchemaManager

public class OLAPSchemaManager
extends java.lang.Object


Constructor Summary
OLAPSchemaManager(ArchitectSwingSession session)
          Creates a new schema manager with the default set of action buttons.
 
Method Summary
 void closeDialog()
          Closes the current dialog.
 OLAPSession getSelectedOSession()
          Returns the first selected Schema object from the list.
 void showDialog(java.awt.Window owner)
          Makes sure this schema manager is visible, focused, and in a dialog owned by the given owner.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OLAPSchemaManager

public OLAPSchemaManager(ArchitectSwingSession session)
Creates a new schema manager with the default set of action buttons.

Method Detail

showDialog

public void showDialog(java.awt.Window owner)
Makes sure this schema manager is visible, focused, and in a dialog owned by the given owner.

Parameters:
owner - the Frame or Dialog that should own the OLAPSchemaManager dialog.

closeDialog

public void closeDialog()
Closes the current dialog. It is safe to call this even if the dialog is not visible.


getSelectedOSession

public OLAPSession getSelectedOSession()
Returns the first selected Schema object from the list. Returns null if there are not any selected schema



Copyright © 2003-2007 SQL Power Group Inc. www.sqlpower.ca