|
|||||||||
| Home >> All >> org >> ematgine >> threads >> services >> S1000Client >> [ view overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.ematgine.threads.services.S1000Client.view
Class JDialogJoinFiles

java.lang.Objectjava.awt.Component
java.awt.Container
java.awt.Window
java.awt.Dialog
javax.swing.JDialog
org.ematgine.threads.services.S1000Client.view.JDialogJoinFiles
- All Implemented Interfaces:
- javax.accessibility.Accessible, java.awt.image.ImageObserver, java.awt.MenuContainer, javax.swing.RootPaneContainer, java.io.Serializable, javax.swing.WindowConstants
- public class JDialogJoinFiles
- extends javax.swing.JDialog
Description of the Class
| 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 | |
private java.util.Hashtable |
channels
Description of the Field |
private java.io.File |
chosenFile
Description of the Field |
private javax.swing.JButton |
jButtonCancel
Description of the Field |
private javax.swing.JButton |
jButtonProcess
Description of the Field |
private javax.swing.JButton |
jButtonSelectFileName
Description of the Field |
private javax.swing.JPanel |
jPanelFileName
Description of the Field |
private javax.swing.JPanel |
jPanelOptions
Description of the Field |
private javax.swing.JScrollPane |
jScrollPaneFileName
Description of the Field |
private javax.swing.JTextArea |
jTextAreaFileName
Description of the Field |
private javax.swing.JTextField |
jTextFieldFileName
Description of the Field |
| 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 | |
JDialogJoinFiles(java.awt.Frame parent,
boolean modal,
java.util.Hashtable chans)
Constructor for the JDialogJoinFiles object |
|
| Method Summary | |
private void |
initComponents()
Description of the Method |
private void |
jButtonProcessActionPerformed(java.awt.event.ActionEvent evt)
Description of the Method |
private void |
jButtonSelectActionPerformed(java.awt.event.ActionEvent evt)
Description of the Method |
private boolean |
sendQueue(java.lang.String queueName,
org.ematgine.threads.services.S1000Client.command.ControlCommand cmd)
Description of the Method |
| 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 |
jTextAreaFileName
private javax.swing.JTextArea jTextAreaFileName
- Description of the Field
jTextFieldFileName
private javax.swing.JTextField jTextFieldFileName
- Description of the Field
jScrollPaneFileName
private javax.swing.JScrollPane jScrollPaneFileName
- Description of the Field
jButtonSelectFileName
private javax.swing.JButton jButtonSelectFileName
- Description of the Field
jButtonProcess
private javax.swing.JButton jButtonProcess
- Description of the Field
jButtonCancel
private javax.swing.JButton jButtonCancel
- Description of the Field
jPanelFileName
private javax.swing.JPanel jPanelFileName
- Description of the Field
jPanelOptions
private javax.swing.JPanel jPanelOptions
- Description of the Field
channels
private java.util.Hashtable channels
- Description of the Field
chosenFile
private java.io.File chosenFile
- Description of the Field
| Constructor Detail |
JDialogJoinFiles
public JDialogJoinFiles(java.awt.Frame parent, boolean modal, java.util.Hashtable chans)
- Constructor for the JDialogJoinFiles object
| Method Detail |
initComponents
private void initComponents()
- Description of the Method
jButtonProcessActionPerformed
private void jButtonProcessActionPerformed(java.awt.event.ActionEvent evt)
- Description of the Method
jButtonSelectActionPerformed
private void jButtonSelectActionPerformed(java.awt.event.ActionEvent evt)
- Description of the Method
sendQueue
private boolean sendQueue(java.lang.String queueName, org.ematgine.threads.services.S1000Client.command.ControlCommand cmd)
- Description of the Method
|
|||||||||
| Home >> All >> org >> ematgine >> threads >> services >> S1000Client >> [ view overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC