com.ontimize.gui.attachment
Class MouseHandler
java.lang.Object
java.awt.event.MouseAdapter
com.ontimize.gui.attachment.MouseHandler
- All Implemented Interfaces:
- java.util.EventListener, java.awt.event.MouseListener, java.awt.event.MouseMotionListener
- public class MouseHandler
- extends java.awt.event.MouseAdapter
- implements java.awt.event.MouseMotionListener
| Methods inherited from class java.awt.event.MouseAdapter |
mouseEntered, mousePressed, mouseReleased |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
M_ERROR_CHANGE_PRIVATE_ATTACHMENT
protected static final java.lang.String M_ERROR_CHANGE_PRIVATE_ATTACHMENT
- GUI text
- See Also:
- Constant Field Values
form
protected Form form
attachmentListPopup
protected AttachmentListPopup attachmentListPopup
attachmentEntity
protected java.lang.String attachmentEntity
fileChooser
protected javax.swing.JFileChooser fileChooser
descriptionPopupEditor
protected MouseHandler.JDescriptionPanelExtended descriptionPopupEditor
dDescriptionDialog
protected javax.swing.JDialog dDescriptionDialog
edDescription
protected EJDialog edDescription
bNeedUpdate
protected boolean bNeedUpdate
MouseHandler
public MouseHandler(Form form,
AttachmentListPopup alp)
mouseClicked
public void mouseClicked(java.awt.event.MouseEvent e)
- Specified by:
mouseClicked in interface java.awt.event.MouseListener
configureDescriptionDialog
public void configureDescriptionDialog(int sel)
- Configures the dialog to show description and private fields.
- Parameters:
sel - Selected attachment
mouseMoved
public void mouseMoved(java.awt.event.MouseEvent e)
- Specified by:
mouseMoved in interface java.awt.event.MouseMotionListener
mouseExited
public void mouseExited(java.awt.event.MouseEvent e)
- Specified by:
mouseExited in interface java.awt.event.MouseListener
mouseDragged
public void mouseDragged(java.awt.event.MouseEvent e)
- Specified by:
mouseDragged in interface java.awt.event.MouseMotionListener
getAttachmentEntity
protected Entity getAttachmentEntity()
configurePrivateAction
public void configurePrivateAction(int selectedRecord)