|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.uci.ics.jung.visualization.control.PluggableGraphMouse
edu.uci.ics.jung.visualization.control.EditingModalGraphMouse
com.alveole.studio.web.designer.EditionPlugin
public class EditionPlugin
A custom edition plugin that fulfills our requirements for the graph.
It contains a specific LinkEditor that calls bacl a GuiActionsManager when
user performs a link.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface edu.uci.ics.jung.visualization.control.ModalGraphMouse |
|---|
edu.uci.ics.jung.visualization.control.ModalGraphMouse.Mode |
| Field Summary |
|---|
| Fields inherited from class edu.uci.ics.jung.visualization.control.EditingModalGraphMouse |
|---|
animatedPickingPlugin, editingPlugin, in, listenerList, mode, modeBox, modeListener, modeMenu, out, pickingPlugin, rotatingPlugin, scalingPlugin, shearingPlugin, translatingPlugin |
| Constructor Summary | |
|---|---|
EditionPlugin(GuiActionsManager manager)
Constructor. |
|
| Method Summary | |
|---|---|
LinkEditor |
getEditingPlugin()
Gets the current LinkEditor. |
void |
setEditingPlugin(LinkEditor editingPlugin)
Sets the editingPlugin. |
| Methods inherited from class edu.uci.ics.jung.visualization.control.EditingModalGraphMouse |
|---|
addItemListener, fireItemStateChanged, getItemListeners, getModeComboBox, getModeListener, getModeMenu, getSelectedObjects, loadPlugins, removeItemListener, setEditingMode, setMode, setPickingMode, setTransformingMode, setVertexLocations, setZoomAtMouse |
| Methods inherited from class edu.uci.ics.jung.visualization.control.PluggableGraphMouse |
|---|
add, mouseClicked, mouseDragged, mouseEntered, mouseExited, mouseMoved, mousePressed, mouseReleased, mouseWheelMoved, remove |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface java.awt.event.MouseListener |
|---|
mouseClicked, mouseEntered, mouseExited, mousePressed, mouseReleased |
| Methods inherited from interface java.awt.event.MouseMotionListener |
|---|
mouseDragged, mouseMoved |
| Methods inherited from interface java.awt.event.MouseWheelListener |
|---|
mouseWheelMoved |
| Constructor Detail |
|---|
public EditionPlugin(GuiActionsManager manager)
manager - The manager that is called back on linking.| Method Detail |
|---|
public LinkEditor getEditingPlugin()
public void setEditingPlugin(LinkEditor editingPlugin)
editingPlugin - The editing plugin.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||