public class EditingPopupGraphMousePlugin<V,E> extends AbstractPopupGraphMousePlugin
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.commons.collections4.Factory<E> |
edgeFactory |
protected javax.swing.JPopupMenu |
popup |
protected org.apache.commons.collections4.Factory<V> |
vertexFactory |
cursor, down, modifiers| Constructor and Description |
|---|
EditingPopupGraphMousePlugin(org.apache.commons.collections4.Factory<V> vertexFactory,
org.apache.commons.collections4.Factory<E> edgeFactory) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
handlePopup(java.awt.event.MouseEvent e) |
mouseClicked, mouseEntered, mouseExited, mousePressed, mouseReleasedcheckModifiers, getCursor, getModifiers, setCursor, setModifiersprotected org.apache.commons.collections4.Factory<V> vertexFactory
protected org.apache.commons.collections4.Factory<E> edgeFactory
protected javax.swing.JPopupMenu popup
protected void handlePopup(java.awt.event.MouseEvent e)
handlePopup in class AbstractPopupGraphMousePlugin