Uses of Class
graphlab.gui.plugins.main.select.SelectData

Packages that use SelectData
graphlab.gui.plugins.main.ccp   
graphlab.gui.plugins.main.core   
graphlab.gui.plugins.main.saveload   
graphlab.gui.plugins.main.saveload.image   
graphlab.gui.plugins.main.saveload.matrix   
graphlab.gui.plugins.main.select   
 

Uses of SelectData in graphlab.gui.plugins.main.ccp
 

Methods in graphlab.gui.plugins.main.ccp with parameters of type SelectData
static void Copy.copy(SelectData sd, Graph gg)
           
static void Copy.copyGraph(SelectData sd, Graph g)
          copies the sd to g
static void Cut.cut(SelectData sd, Graph gg, BlackBoard bb)
           
 

Uses of SelectData in graphlab.gui.plugins.main.core
 

Methods in graphlab.gui.plugins.main.core with parameters of type SelectData
 void CorePluginMethods.copyToClipboard(SelectData selection)
           
 void CorePluginMethods.cutToClipboard(SelectData selection)
           
 

Uses of SelectData in graphlab.gui.plugins.main.saveload
 

Methods in graphlab.gui.plugins.main.saveload with parameters of type SelectData
 void SaveLoadPluginMethods.copySelectedAsMatrix(SelectData sd)
          copies the Vertices and Edges as a graph to clipboard
 

Uses of SelectData in graphlab.gui.plugins.main.saveload.image
 

Methods in graphlab.gui.plugins.main.saveload.image with parameters of type SelectData
 Graph CopyAsImage.createGraph(SelectData sd, BlackBoard b)
          creates a new graph with the selected edges and vertices, the new graph will be built on the given blackboard
 

Uses of SelectData in graphlab.gui.plugins.main.saveload.matrix
 

Methods in graphlab.gui.plugins.main.saveload.matrix with parameters of type SelectData
static void CopyAsMatrix.copyAsMatrix(Graph gg, SelectData sd)
          sd should be a subset of g
 

Uses of SelectData in graphlab.gui.plugins.main.select
 

Methods in graphlab.gui.plugins.main.select that return SelectData
static SelectData RectangularSelect.calculateSelected(Graph g, java.awt.Rectangle bounds)
           
 SelectData SelectPluginMethods.getSelected()
           
 SelectData SelectAll.getSelection()
           
 SelectData DeSelect.getSelection()
           
 SelectData InvertSelection.getSelection()
           
 SelectData Select.getSelection()
           
 

Methods in graphlab.gui.plugins.main.select with parameters of type SelectData
 void SelectPluginMethods.setSelected(SelectData sd)