|
|||||||||
| Home >> All >> org >> objectstyle >> cayenne >> modeler >> [ datamap overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.objectstyle.cayenne.modeler.datamap
Class ChooseSchemaDialog

java.lang.Objectjava.awt.Component
java.awt.Container
java.awt.Window
java.awt.Dialog
javax.swing.JDialog
org.objectstyle.cayenne.modeler.CayenneDialog
org.objectstyle.cayenne.modeler.datamap.ChooseSchemaDialog
- All Implemented Interfaces:
- javax.accessibility.Accessible, java.awt.event.ActionListener, java.util.EventListener, javax.swing.event.HyperlinkListener, java.awt.image.ImageObserver, java.awt.MenuContainer, javax.swing.RootPaneContainer, java.io.Serializable, javax.swing.WindowConstants
- public class ChooseSchemaDialog
- extends org.objectstyle.cayenne.modeler.CayenneDialog
- implements java.awt.event.ActionListener
- extends org.objectstyle.cayenne.modeler.CayenneDialog
Dialog that allows to select schema of the database.
| Nested Class Summary |
| Nested classes inherited from class javax.swing.JDialog |
javax.swing.JDialog.AccessibleJDialog |
| Nested classes inherited from class java.awt.Dialog |
java.awt.Dialog.AccessibleAWTDialog |
| Nested classes inherited from class java.awt.Window |
java.awt.Window.AccessibleAWTWindow |
| Nested classes inherited from class java.awt.Container |
java.awt.Container.AccessibleAWTContainer |
| Nested classes inherited from class java.awt.Component |
java.awt.Component.AccessibleAWTComponent, java.awt.Component.BltBufferStrategy, java.awt.Component.FlipBufferStrategy |
| Field Summary | |
protected javax.swing.JButton |
cancel
|
static int |
CANCEL
|
protected int |
choice
|
protected java.util.List |
schemaList
|
protected javax.swing.JComboBox |
schemaSelect
|
protected javax.swing.JButton |
select
|
static int |
SELECT
|
protected javax.swing.JTextField |
tabeNamePatternField
|
| Fields inherited from class org.objectstyle.cayenne.modeler.CayenneDialog |
|
| Fields inherited from class javax.swing.JDialog |
accessibleContext, rootPane, rootPaneCheckingEnabled |
| Fields inherited from class java.awt.Dialog |
|
| Fields inherited from class java.awt.Window |
|
| Fields inherited from class java.awt.Container |
|
| Fields inherited from class java.awt.Component |
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
| Fields inherited from interface javax.swing.WindowConstants |
DISPOSE_ON_CLOSE, DO_NOTHING_ON_CLOSE, EXIT_ON_CLOSE, HIDE_ON_CLOSE |
| Fields inherited from interface java.awt.image.ImageObserver |
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
| Constructor Summary | |
ChooseSchemaDialog(java.util.List schemaList,
org.objectstyle.cayenne.conn.DataSourceInfo dsi)
Creates and initializes new ChooseSchemaDialog. |
|
| Method Summary | |
void |
actionPerformed(java.awt.event.ActionEvent e)
This method is invoked when an action occurs. |
int |
getChoice()
|
java.lang.String |
getSchemaName()
|
java.lang.String |
getTableNamePattern()
Returns the tableNamePattern. |
protected void |
init(java.lang.String userName)
Sets up the graphical components. |
private void |
processCancel()
|
private void |
processSelect()
|
| Methods inherited from class org.objectstyle.cayenne.modeler.CayenneDialog |
centerWindow, dialogInit, getMediator, getParentEditor, hyperlinkUpdate, initCloseOnEscape |
| Methods inherited from class java.awt.Dialog |
addNotify, dispose, getTitle, hide, isModal, isResizable, isUndecorated, setModal, setResizable, setTitle, setUndecorated, show |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
SELECT
public static final int SELECT
- See Also:
- Constant Field Values
CANCEL
public static final int CANCEL
- See Also:
- Constant Field Values
schemaList
protected java.util.List schemaList
schemaSelect
protected javax.swing.JComboBox schemaSelect
tabeNamePatternField
protected javax.swing.JTextField tabeNamePatternField
select
protected javax.swing.JButton select
cancel
protected javax.swing.JButton cancel
choice
protected int choice
| Constructor Detail |
ChooseSchemaDialog
public ChooseSchemaDialog(java.util.List schemaList, org.objectstyle.cayenne.conn.DataSourceInfo dsi)
- Creates and initializes new ChooseSchemaDialog.
| Method Detail |
init
protected void init(java.lang.String userName)
- Sets up the graphical components.
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent e)
- Description copied from interface:
java.awt.event.ActionListener - This method is invoked when an action occurs.
- Specified by:
actionPerformedin interfacejava.awt.event.ActionListener
getChoice
public int getChoice()
processSelect
private void processSelect()
processCancel
private void processCancel()
getSchemaName
public java.lang.String getSchemaName()
getTableNamePattern
public java.lang.String getTableNamePattern()
- Returns the tableNamePattern.
|
|||||||||
| Home >> All >> org >> objectstyle >> cayenne >> modeler >> [ datamap overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC