|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ArchitectSwingSessionContext | |
|---|---|
| ca.sqlpower.architect.swingui | |
| Uses of ArchitectSwingSessionContext in ca.sqlpower.architect.swingui |
|---|
| Classes in ca.sqlpower.architect.swingui that implement ArchitectSwingSessionContext | |
|---|---|
class |
ArchitectSwingSessionContextImpl
Instances of this class provide the basic global (non-project-specific) settings and facilities to an invocation of the Architect's Swing user interface. |
| Methods in ca.sqlpower.architect.swingui that return ArchitectSwingSessionContext | |
|---|---|
static ArchitectSwingSessionContext |
ASUtils.getContext()
Deprecated. Use ArchitectSwingSession.getContext() to get your session
context. This method should only be called when launching the app (in main()),
and when picking up the pieces while handling an uncaught exception. |
ArchitectSwingSessionContext |
ArchitectSwingSessionImpl.getContext()
|
ArchitectSwingSessionContext |
ArchitectSwingSession.getContext()
Returns the context that created this session. |
| Methods in ca.sqlpower.architect.swingui with parameters of type ArchitectSwingSessionContext | |
|---|---|
java.awt.Window |
PreferencesEditor.showJDBCDriverPreferences(java.awt.Window owner,
ArchitectSwingSessionContext context)
Similar to PreferencesEditor.showPreferencesDialog(Window, ArchitectSwingSessionContext) except it also
sets the selected tab to the JDBC preferences panel |
java.awt.Window |
PreferencesEditor.showPreferencesDialog(java.awt.Window owner,
ArchitectSwingSessionContext context)
If the dialog for the preferences editor hasn't been initialized, then initialize it Otherwise, just set it to visible. |
| Constructors in ca.sqlpower.architect.swingui with parameters of type ArchitectSwingSessionContext | |
|---|---|
ExceptionHandler(ArchitectSwingSessionContext context)
The exception handler is used for handling uncaught exceptions. |
|
PreferencesPanel(ArchitectSwingSessionContext context)
|
|
WelcomeScreen(ArchitectSwingSessionContext context)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||