Module org.icepdf.ri.viewer
Package org.icepdf.ri.common
Class AbstractWorkerPanel.NodeSelectionListener
- java.lang.Object
-
- java.awt.event.MouseAdapter
-
- org.icepdf.ri.common.AbstractWorkerPanel.NodeSelectionListener
-
- All Implemented Interfaces:
MouseListener,MouseMotionListener,MouseWheelListener,EventListener
- Enclosing class:
- AbstractWorkerPanel
public static class AbstractWorkerPanel.NodeSelectionListener extends MouseAdapter
NodeSelectionListener handles the root node context menu creation display and command execution.
-
-
Field Summary
Fields Modifier and Type Field Description protected JPopupMenucontextMenuprotected JTreetree
-
Constructor Summary
Constructors Constructor Description NodeSelectionListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetTree(JTree tree)-
Methods inherited from class java.awt.event.MouseAdapter
mouseClicked, mouseDragged, mouseEntered, mouseExited, mouseMoved, mousePressed, mouseReleased, mouseWheelMoved
-
-
-
-
Field Detail
-
tree
protected JTree tree
-
contextMenu
protected JPopupMenu contextMenu
-
-
Method Detail
-
setTree
public void setTree(JTree tree)
-
-