GraphLab Project

Uses of Interface
graphlab.plugins.commonplugin.undo.Undoable

Packages that use Undoable
graphlab.extensions.actions   
graphlab.plugins.commonplugin.undo   
graphlab.plugins.main.core.actions   
graphlab.plugins.main.core.actions.edge   
graphlab.plugins.main.core.actions.vertex   
graphlab.plugins.main.select   
 

Uses of Undoable in graphlab.extensions.actions
 

Classes in graphlab.extensions.actions that implement Undoable
 class GraphPower
           
 

Uses of Undoable in graphlab.plugins.commonplugin.undo
 

Fields in graphlab.plugins.commonplugin.undo declared as Undoable
 Undoable UndoableActionOccuredData.undoableAction
           
 

Constructors in graphlab.plugins.commonplugin.undo with parameters of type Undoable
UndoableActionOccuredData(Undoable undoableAction)
           
 

Uses of Undoable in graphlab.plugins.main.core.actions
 

Classes in graphlab.plugins.main.core.actions that implement Undoable
 class VertexTransformer
          A class to transform the seleected vertices using mouse This class is not completely working yet!

Now has conflicts with GraphRectRegionSelect

 

Uses of Undoable in graphlab.plugins.main.core.actions.edge
 

Classes in graphlab.plugins.main.core.actions.edge that implement Undoable
 class AddEdge
           
 class DeleteEdge
           
 class DragEdge
           
 

Uses of Undoable in graphlab.plugins.main.core.actions.vertex
 

Classes in graphlab.plugins.main.core.actions.vertex that implement Undoable
 class AddVertex
          Adds a vertex to the graph: listens for "graph select point" & ...
 class DeleteVertex
          Author: Ruzbeh Ebrahimi
 class MoveVertex
           
 class VertexMoveEvent
           
 

Uses of Undoable in graphlab.plugins.main.select
 

Classes in graphlab.plugins.main.select that implement Undoable
 class DeleteSelected
          User: root
 class MakeSelectionComplementGraph
           
 class MakeSelectionCompleteGraph
           
 class MakeSelectionEmptyGraph
           
 class MoveSelected
           
 class ScaleInSelection
           
 class ScaleOutSelection
           
 


GraphLab Project