|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of ArchitectSwingSession in ca.sqlpower.architect.sqlrunner |
|---|
| Constructors in ca.sqlpower.architect.sqlrunner with parameters of type ArchitectSwingSession | |
|---|---|
ArchitectSQLRunnerConfigurationManager(ArchitectSwingSession session)
|
|
| Uses of ArchitectSwingSession in ca.sqlpower.architect.swingui |
|---|
| Classes in ca.sqlpower.architect.swingui that implement ArchitectSwingSession | |
|---|---|
class |
ArchitectSwingSessionImpl
|
| Methods in ca.sqlpower.architect.swingui that return ArchitectSwingSession | |
|---|---|
ArchitectSwingSession |
ArchitectSwingSessionContextImpl.createSession()
|
ArchitectSwingSession |
ArchitectSwingSessionContext.createSession()
Creates a new session within this parent context. |
ArchitectSwingSession |
ArchitectSwingSessionContextImpl.createSession(ArchitectSwingSession openingSession)
|
ArchitectSwingSession |
ArchitectSwingSessionContext.createSession(ArchitectSwingSession openingSession)
Creates a new session that will have its GUI components positioned relative to the GUI components of the given ArchitectSwingSession. |
ArchitectSwingSession |
ArchitectSwingSessionContextImpl.createSession(boolean showGUI)
|
ArchitectSwingSession |
ArchitectSwingSessionContext.createSession(boolean showGUI)
Creates a new session within this parent context. |
ArchitectSwingSession |
ArchitectSwingSessionContextImpl.createSession(java.io.InputStream in)
|
ArchitectSwingSession |
ArchitectSwingSessionContextImpl.createSession(java.io.InputStream in,
boolean showGUI)
Loads the XML project description from the input stream, optionally creating the GUI for you. |
ArchitectSwingSession |
ArchitectSwingSessionContext.createSession(java.io.InputStream in,
boolean showGUI)
Creates a new session by loading the Architect XML project description from the given input stream. |
ArchitectSwingSession |
ArchitectFrame.getArchitectSession()
Deprecated. This method should no longer be used (references to a session should be passed around in preference to references to an ArchitectFrame). |
protected ArchitectSwingSession |
SwingUIProject.getSession()
|
ArchitectSwingSession |
PlayPen.getSession()
|
| Methods in ca.sqlpower.architect.swingui with parameters of type ArchitectSwingSession | |
|---|---|
static PlayPen |
RelationalPlayPenFactory.createPlayPen(ArchitectSwingSession session,
DBTree dbTree)
|
ArchitectSwingSession |
ArchitectSwingSessionContextImpl.createSession(ArchitectSwingSession openingSession)
|
ArchitectSwingSession |
ArchitectSwingSessionContext.createSession(ArchitectSwingSession openingSession)
Creates a new session that will have its GUI components positioned relative to the GUI components of the given ArchitectSwingSession. |
void |
ArchitectSwingSessionImpl.initGUI(ArchitectSwingSession openingSession)
|
void |
ArchitectSwingSession.initGUI(ArchitectSwingSession openingSession)
Like initGUI(), this method initializes the GUI components for this session, with the exception that the GUI components will get positioned relative to the GUI component of the given ArchitectSwingSession. |
static void |
ASUtils.setupTargetDBComboBox(ArchitectSwingSession session,
javax.swing.JComboBox targetDB)
This method sets up the combo box passed as targetDB to contain all of the source connections. |
static void |
ASUtils.showExceptionDialog(ArchitectSwingSession session,
java.lang.String message,
java.lang.Throwable t)
Displays a dialog box with the given message and exception, allowing the user to examine the stack trace. |
static void |
ASUtils.showTargetDbcsDialog(java.awt.Window parentWindow,
ArchitectSwingSession session,
javax.swing.JComboBox targetDB)
Pops up a dialog box that lets the user inspect and change the target db's connection spec. |
| Method parameters in ca.sqlpower.architect.swingui with type arguments of type ArchitectSwingSession | |
|---|---|
void |
ArchitectSwingSessionImpl.addSessionLifecycleListener(ca.sqlpower.swingui.event.SessionLifecycleListener<ArchitectSwingSession> listener)
|
void |
ArchitectSwingSession.addSessionLifecycleListener(ca.sqlpower.swingui.event.SessionLifecycleListener<ArchitectSwingSession> listener)
Adds the given listener to the list of interested parties who want to be notified when this session is about to close. |
void |
ArchitectSwingSessionImpl.removeSessionLifecycleListener(ca.sqlpower.swingui.event.SessionLifecycleListener<ArchitectSwingSession> listener)
|
void |
ArchitectSwingSession.removeSessionLifecycleListener(ca.sqlpower.swingui.event.SessionLifecycleListener<ArchitectSwingSession> listener)
Removes the given listener from the lifecycle event list. |
| Constructors in ca.sqlpower.architect.swingui with parameters of type ArchitectSwingSession | |
|---|---|
ColumnEditPanel(SQLColumn col,
ArchitectSwingSession session)
|
|
ColumnMappingPanel(ArchitectSwingSession session,
SQLRelationship r)
|
|
CompareDMDialog(ArchitectSwingSession session)
|
|
CompareDMFormatter(ArchitectSwingSession session,
java.awt.Dialog dialogOwner,
CompareDMSettings compDMSet)
|
|
CompareDMPanel.SourceOrTargetStuff.CatalogPopulator(ArchitectSwingSession session)
|
|
CompareDMPanel.SourceOrTargetStuff.SchemaPopulator(ArchitectSwingSession session)
|
|
CompareDMPanel(ArchitectSwingSession session,
javax.swing.JDialog ownerDialog)
|
|
DataMoverPanel(ArchitectSwingSession session)
|
|
DBTree(ArchitectSwingSession session)
|
|
DDLExportPanel(ArchitectSwingSession session)
|
|
IndexEditPanel(SQLIndex index,
ArchitectSwingSession session)
|
|
IndexEditPanel(SQLIndex index,
SQLTable parent,
ArchitectSwingSession session)
|
|
KettleJobPanel(ArchitectSwingSession session)
This constructor creates a Kettle job panel and displays it to the user. |
|
MappingReport(ArchitectSwingSession session,
java.util.Collection<SQLTable> targetTables)
|
|
Navigator(ArchitectSwingSession session,
java.awt.Point location)
Creates a Navigator dialog that displays a scaled down version of the playpen. |
|
PlayPen.AddObjectsTask(java.util.List<SQLObject> sqlObjects,
java.awt.Point preferredLocation,
javax.swing.ProgressMonitor pm,
ArchitectSwingSession session)
|
|
PlayPen(ArchitectSwingSession session)
Creates a play pen with reasonable defaults. |
|
PlayPen(ArchitectSwingSession session,
PlayPen pp)
Creates a new PlayPen with similar contents to the given PlayPen. |
|
PrintPanel(ArchitectSwingSession session)
|
|
ProjectSettingsPanel(ArchitectSwingSession session)
|
|
RelationshipEditPanel(ArchitectSwingSession session)
|
|
SQLScriptDialog(java.awt.Dialog owner,
java.lang.String title,
java.lang.String header,
boolean modal,
DDLGenerator gen,
ca.sqlpower.sql.SPDataSource targetDataSource,
boolean closeParent,
ArchitectSwingSession session)
Creates and packs a new SQL script dialog, but does not display it. |
|
SwingUIProject(ArchitectSwingSession session)
Sets up a new project file load/save object for the given session. |
|
TableEditPanel(ArchitectSwingSession session,
SQLTable t)
|
|
| Uses of ArchitectSwingSession in ca.sqlpower.architect.swingui.action |
|---|
| Fields in ca.sqlpower.architect.swingui.action declared as ArchitectSwingSession | |
|---|---|
protected ArchitectSwingSession |
AbstractArchitectAction.session
|
| Methods in ca.sqlpower.architect.swingui.action with parameters of type ArchitectSwingSession | |
|---|---|
static void |
OpenProjectAction.openAsynchronously(ArchitectSwingSession newSession,
java.io.File f,
ArchitectSwingSession openingSession)
Opens a project file into the given session using a separate worker thread. |
| Constructors in ca.sqlpower.architect.swingui.action with parameters of type ArchitectSwingSession | |
|---|---|
AboutAction(ArchitectSwingSession session)
|
|
AbstractArchitectAction(ArchitectSwingSession session,
PlayPen playpen,
java.lang.String actionName,
java.lang.String actionDescription,
javax.swing.Icon icon)
Helper constructor that all architect action subclasses that use an icon will call. |
|
AbstractArchitectAction(ArchitectSwingSession session,
PlayPen pp,
java.lang.String actionName,
java.lang.String actionDescription,
java.lang.String iconResourceName)
Helper constructor that all architect action subclasses that use an icon will call. |
|
AbstractArchitectAction(ArchitectSwingSession session,
java.lang.String actionName,
java.lang.String actionDescription)
Helper constructor that all architect action subclasses that do not use an icon will call. |
|
AbstractArchitectAction(ArchitectSwingSession session,
java.lang.String actionName,
java.lang.String actionDescription,
javax.swing.Icon icon)
Helper constructor that all architect action subclasses that use an icon will call. |
|
AbstractArchitectAction(ArchitectSwingSession session,
java.lang.String actionName,
java.lang.String actionDescription,
java.lang.String iconResourceName)
Helper constructor that all architect action subclasses that use an icon will call. |
|
AbstractTableTargetedAction(ArchitectSwingSession session,
java.lang.String actionName,
java.lang.String actionDescription,
java.lang.String iconResourceName)
|
|
AlignTableAction(ArchitectSwingSession session,
java.lang.String actionName,
java.lang.String actionDescription,
boolean isHorizontal)
|
|
AutoLayoutAction(ArchitectSwingSession session,
PlayPen playPen,
java.lang.String name,
java.lang.String description,
javax.swing.Icon icon)
|
|
AutoLayoutAction(ArchitectSwingSession session,
PlayPen playPen,
java.lang.String name,
java.lang.String description,
java.lang.String iconResourceName)
|
|
CheckForUpdateAction(ArchitectSwingSession session)
|
|
CloseProjectAction(ArchitectSwingSession session)
Creates a new close action for the given session. |
|
CompareDMAction(ArchitectSwingSession session,
javax.swing.JDialog d)
|
|
CreateRelationshipAction(ArchitectSwingSession session,
boolean identifying,
PlayPen.CursorManager cm)
|
|
CreateTableAction(ArchitectSwingSession session)
|
|
DatabaseConnectionManagerAction(ArchitectSwingSession session)
|
|
DataMoverAction(javax.swing.JFrame owner,
ArchitectSwingSession architectSession)
|
|
DeleteSelectedAction(ArchitectSwingSession session)
|
|
EditColumnAction(ArchitectSwingSession session)
|
|
EditIndexAction(ArchitectSwingSession session,
java.lang.String actionName,
java.lang.String actionDescription,
java.lang.String iconResourceName)
|
|
EditRelationshipAction(ArchitectSwingSession session)
|
|
EditSelectedAction(ArchitectSwingSession session)
|
|
EditSelectedIndexAction(ArchitectSwingSession session)
Creates a new instance of this action which, when invoked, will edit the currently-selected SQLIndex. |
|
EditSpecificIndexAction(ArchitectSwingSession session,
SQLIndex index)
Creates a new instance of this action which will pop up an IndexEditPanel for the given index, regardless of the current selection. |
|
EditTableAction(ArchitectSwingSession session)
|
|
ExportDDLAction.ConflictFinderProcess(javax.swing.JDialog parentDialog,
SQLDatabase target,
DDLGenerator ddlg,
java.util.List statements,
ArchitectSwingSession session)
|
|
ExportDDLAction.ConflictResolverProcess(javax.swing.JDialog d,
ExportDDLAction.ConflictFinderProcess cfp,
ArchitectSwingSession session)
|
|
ExportDDLAction(ArchitectSwingSession session)
|
|
ExportPlaypenToPDFAction(ArchitectSwingSession session)
|
|
FocusToChildOrParentTableAction(ArchitectSwingSession session,
java.lang.String actionName,
java.lang.String actionDescription,
boolean isToFocusParentTable)
|
|
HelpAction(ArchitectSwingSession session)
|
|
InsertColumnAction(ArchitectSwingSession session)
|
|
InsertIndexAction(ArchitectSwingSession session)
|
|
KettleJobAction(ArchitectSwingSession session)
|
|
OpenProjectAction(ArchitectSwingSession session)
|
|
PreferencesAction(ArchitectSwingSession session)
|
|
PrintAction(ArchitectSwingSession session)
|
|
ProfileAction(ArchitectSwingSession session,
ProfileManager profileManager)
|
|
ProgressAction(ArchitectSwingSession session,
java.lang.String actionName,
java.lang.String actionDescription)
|
|
ProgressAction(ArchitectSwingSession session,
java.lang.String actionName,
java.lang.String actionDescription,
javax.swing.Icon icon)
|
|
ProjectSettingsAction(ArchitectSwingSession session)
|
|
RedoAction(ArchitectSwingSession session,
NotifyingUndoManager manager)
|
|
ReverseRelationshipAction(ArchitectSwingSession session)
|
|
SearchReplaceAction(ArchitectSwingSession session)
|
|
SelectAllAction(ArchitectSwingSession session)
|
|
SQLRunnerAction(ArchitectSwingSession session)
|
|
UndoAction(ArchitectSwingSession session,
NotifyingUndoManager manager)
|
|
VisualMappingReportAction(javax.swing.JFrame parentFrame,
ArchitectSwingSession session)
|
|
ZoomAction(ArchitectSwingSession session,
PlayPen pp,
double amount)
|
|
ZoomResetAction(ArchitectSwingSession session,
PlayPen pp)
|
|
ZoomToFitAction(ArchitectSwingSession session,
PlayPen pp)
Creates a new zoom action tied to the gicen session's play pen. |
|
| Uses of ArchitectSwingSession in ca.sqlpower.architect.swingui.olap |
|---|
| Methods in ca.sqlpower.architect.swingui.olap with parameters of type ArchitectSwingSession | |
|---|---|
static PlayPen |
OLAPPlayPenFactory.createPlayPen(ArchitectSwingSession session,
OLAPEditSession oSession,
OLAPUndoManager undoManager)
|
| Constructors in ca.sqlpower.architect.swingui.olap with parameters of type ArchitectSwingSession | |
|---|---|
OLAPContextMenuFactory(ArchitectSwingSession session,
OLAPEditSession oSession)
|
|
OLAPEditSession(ArchitectSwingSession swingSession,
OLAPSession olapSession)
Creates a new editor for the given OLAP schema. |
|
OLAPSchemaManager(ArchitectSwingSession session)
Creates a new schema manager with the default set of action buttons. |
|
OLAPTree(ArchitectSwingSession session,
OLAPEditSession oSession,
MondrianModel.Schema schema)
|
|
SchemaEditPanel(ArchitectSwingSession session,
MondrianModel.Schema schema)
|
|
| Uses of ArchitectSwingSession in ca.sqlpower.architect.swingui.olap.action |
|---|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||