org.salespointframework.core.data.database
Class AbstractJavaDBConnection.JavaDBConfigurationFS
java.lang.Object
org.salespointframework.core.FormSheet
org.salespointframework.core.data.database.AbstractJavaDBConnection.JavaDBConfigurationFS
- Enclosing class:
- AbstractJavaDBConnection
protected class AbstractJavaDBConnection.JavaDBConfigurationFS
- extends FormSheet
configuration formsheet
- Since:
- 4.0
- Author:
- Thomas Kissinger
Method Summary |
javax.swing.JComponent |
getFSComponent()
construct the formsheet |
void |
ok()
configure the connection with new values after pressing ok |
Methods inherited from class org.salespointframework.core.FormSheet |
addButton, addButton, addContentCreator, attach, attach, attach, buttonIterator, buttonIterator, cancel, close, copyFormSheetDnDComponents, customizeButtonbar, detachDisplay, detachProcess, detachSalesPoint, fillBtnPanel, getButton, getButtonbarPosition, getButtonsLock, getCaption, getComponent, getComponentLock, getDisplay, getDisplayLock, getDragLayer, getModalLayer, getPopupLayer, getProcess, getSalesPoint, getWrappedComponent, isCancelled, letFollowComponentOnDragLayer, paintButtonBarBackground, registerDnDComponent, removeAllButtons, removeAllDndComponents, removeButton, removeDnDComponent, setButtonbarPosition, setCaption, setComponent, setFormsheetCustomizationListener, setWaitResponse, stopFollowComponentOnDragLayer, toString, waitResponse |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
dbc
private AbstractJavaDBConnection dbc
remote
private boolean remote
tfName
private javax.swing.JTextField tfName
tfDesc
private javax.swing.JTextField tfDesc
fcImage
private javax.swing.JFileChooser fcImage
taImage
private javax.swing.JTextField taImage
tfTarget
private javax.swing.JTextField tfTarget
fcTarget
private javax.swing.JFileChooser fcTarget
tfUser
private javax.swing.JTextField tfUser
pfPass
private javax.swing.JPasswordField pfPass
cbAskPass
private javax.swing.JCheckBox cbAskPass
tfParams
private javax.swing.JTextField tfParams
AbstractJavaDBConnection.JavaDBConfigurationFS
public AbstractJavaDBConnection.JavaDBConfigurationFS(AbstractJavaDBConnection dbc,
boolean remote)
- default constructor
- Parameters:
dbc
- remote
-
ok
public void ok()
- configure the connection with new values after pressing ok
- Overrides:
ok
in class FormSheet
getFSComponent
public javax.swing.JComponent getFSComponent()
- construct the formsheet
- Returns: