|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectca.sqlpower.architect.swingui.CompareDMPanel.SourceOrTargetStuff
public class CompareDMPanel.SourceOrTargetStuff
Contains all of the properties and GUI components that relate to the source or target system. The idea is, the panel will have two instances of this class: One for the "source" system, and the other for the "target" system.
Note: this class is not private because the test needs to refer to it. :(
| Nested Class Summary | |
|---|---|
class |
CompareDMPanel.SourceOrTargetStuff.CatalogPopulator
Finds all the children of a database and puts them in the GUI. |
class |
CompareDMPanel.SourceOrTargetStuff.OptionGroupListener
This listener is used to enable/disable JComponents when one of the database choosing options is choosen (for both source and target selections). |
class |
CompareDMPanel.SourceOrTargetStuff.SchemaPopulator
Finds all the children of a catalog and puts them in the GUI. |
| Constructor Summary | |
|---|---|
CompareDMPanel.SourceOrTargetStuff()
|
|
| Method Summary | |
|---|---|
SQLDatabase |
getDatabase()
Returns the currently selected database. |
javax.swing.JDialog |
getNewConnectionDialog()
|
SQLObject |
getObjectToCompare()
Figures out which SQLObject holds the tables we want to compare, and returns it. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CompareDMPanel.SourceOrTargetStuff()
| Method Detail |
|---|
public javax.swing.JDialog getNewConnectionDialog()
public SQLObject getObjectToCompare()
throws ArchitectException,
java.io.IOException
ArchitectException
java.io.IOException
java.io.IOExceptionpublic SQLDatabase getDatabase()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||