com.ontimize.gui.actions
Class AttachmentFileAction
java.lang.Object
com.ontimize.gui.actions.AbstractButtonAction
com.ontimize.gui.actions.AttachmentFileAction
- All Implemented Interfaces:
- java.awt.event.ActionListener, java.util.EventListener
- public class AttachmentFileAction
- extends AbstractButtonAction
Copyright: Copyright (c) 2003
- Version:
- 1.0
|
Constructor Summary |
AttachmentFileAction(java.lang.String entity,
boolean addDescription,
boolean refreshForm)
|
AttachmentFileAction(java.lang.String entity,
boolean addDescription,
boolean refreshForm,
boolean wait)
|
AttachmentFileAction(java.lang.String entity,
boolean addDescription,
boolean refreshForm,
boolean wait,
java.lang.String uriSound)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
M_INSERT_DESCRIPTION_ATTACHMENT_FILE
public static final java.lang.String M_INSERT_DESCRIPTION_ATTACHMENT_FILE
- See Also:
- Constant Field Values
sizeBlock
protected int sizeBlock
entityName
protected java.lang.String entityName
fileChooser
protected javax.swing.JFileChooser fileChooser
refreshForm
protected boolean refreshForm
addDescription
protected boolean addDescription
synchronize
protected boolean synchronize
uriSound
protected java.lang.String uriSound
lastDirectory
protected static java.io.File lastDirectory
AttachmentFileAction
public AttachmentFileAction(java.lang.String entity,
boolean addDescription,
boolean refreshForm)
AttachmentFileAction
public AttachmentFileAction(java.lang.String entity,
boolean addDescription,
boolean refreshForm,
boolean wait)
AttachmentFileAction
public AttachmentFileAction(java.lang.String entity,
boolean addDescription,
boolean refreshForm,
boolean wait,
java.lang.String uriSound)
getAttachmentValuesKeys
protected java.util.Hashtable getAttachmentValuesKeys(Form f)
throws java.lang.Exception
- Throws:
java.lang.Exception
createSendThread
protected ExtendedOperationThread createSendThread(Form f,
java.io.File selectedFile,
java.lang.String description,
java.lang.String uriSound)
sendFile
protected void sendFile(Form f,
java.io.File file,
java.lang.String descr,
java.lang.String uriSound)
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent e)