GraphLab Project

Uses of Class
graphlab.platform.core.AbstractAction

Packages that use AbstractAction
graphlab.platform.extension   
graphlab.plugins.algorithmanimator.core   
graphlab.plugins.algorithmanimator.core.atoms.extension   
graphlab.plugins.algorithmanimator.extension   
graphlab.plugins.commonplugin.actiongrouping   
graphlab.plugins.commonplugin.help.actions   
graphlab.plugins.commonplugin.reporter.actions   
graphlab.plugins.commonplugin.undo.undo   
graphlab.plugins.graphgenerator.core.extension   
graphlab.plugins.main   
graphlab.plugins.main.ccp   
graphlab.plugins.main.core.actions   
graphlab.plugins.main.core.actions.edge   
graphlab.plugins.main.core.actions.graph   
graphlab.plugins.main.core.actions.preferences   
graphlab.plugins.main.core.actions.vertex   
graphlab.plugins.main.extension   
graphlab.plugins.main.preview   
graphlab.plugins.main.rightclick   
graphlab.plugins.main.saveload.core.extension   
graphlab.plugins.main.saveload.image   
graphlab.plugins.main.saveload.matrix   
graphlab.plugins.main.select   
graphlab.plugins.reports.extension   
graphlab.plugins.visualization.corebasics.extension   
graphlab.plugins.visualization.hierarchical   
graphlab.plugins.visualization.localsfvis   
graphlab.ui   
graphlab.ui.actions   
graphlab.ui.extension   
graphlab.ui.xml   
 

Uses of AbstractAction in graphlab.platform.extension
 

Methods in graphlab.platform.extension that return AbstractAction
 AbstractAction ExtensionHandler.handle(BlackBoard b, java.lang.Object extension)
          tries to handle the given Object as a known Extension,...
static AbstractAction ExtensionLoader.handleExtension(BlackBoard b, java.lang.Object e)
          gets e as an extension and tries to create Its relating AbstractAction using registered ExtensionHandlers
 

Uses of AbstractAction in graphlab.plugins.algorithmanimator.core
 

Subclasses of AbstractAction in graphlab.plugins.algorithmanimator.core
 class SimpleAlgorithmAnimator
           
 

Uses of AbstractAction in graphlab.plugins.algorithmanimator.core.atoms.extension
 

Subclasses of AbstractAction in graphlab.plugins.algorithmanimator.core.atoms.extension
 class AtomAnimatorExtensionAction
           
 

Methods in graphlab.plugins.algorithmanimator.core.atoms.extension that return AbstractAction
 AbstractAction AtomAnimatorExtensionHandler.handle(BlackBoard b, java.lang.Object ext)
           
 

Uses of AbstractAction in graphlab.plugins.algorithmanimator.extension
 

Subclasses of AbstractAction in graphlab.plugins.algorithmanimator.extension
 class AlgorithmExtensionAction
           
 

Methods in graphlab.plugins.algorithmanimator.extension that return AbstractAction
 AbstractAction AlgorithmExtensionHandler.handle(BlackBoard b, java.lang.Object ext)
           
 

Uses of AbstractAction in graphlab.plugins.commonplugin.actiongrouping
 

Subclasses of AbstractAction in graphlab.plugins.commonplugin.actiongrouping
 class ActionGrouper
          this class is used whenever you have more than one action and you want them to be enabled and desabled alltogether, so they can be thinked as a single action.
 

Methods in graphlab.plugins.commonplugin.actiongrouping that return AbstractAction
abstract  AbstractAction[] ActionGrouper.getActions()
           
 

Uses of AbstractAction in graphlab.plugins.commonplugin.help.actions
 

Subclasses of AbstractAction in graphlab.plugins.commonplugin.help.actions
 class Help
           
 

Uses of AbstractAction in graphlab.plugins.commonplugin.reporter.actions
 

Subclasses of AbstractAction in graphlab.plugins.commonplugin.reporter.actions
 class Exceptioner
          this class is only for testing bug report, it just throws exception
 class ExceptionReport
           
 

Uses of AbstractAction in graphlab.plugins.commonplugin.undo.undo
 

Subclasses of AbstractAction in graphlab.plugins.commonplugin.undo.undo
 class RedoAction
           
 class UndoAction
           
 class UndoLogManager
           
 

Uses of AbstractAction in graphlab.plugins.graphgenerator.core.extension
 

Subclasses of AbstractAction in graphlab.plugins.graphgenerator.core.extension
 class GraphGeneratorExtensionAction
           
 

Methods in graphlab.plugins.graphgenerator.core.extension that return AbstractAction
 AbstractAction GraphGeneratorExtensionHandler.handle(BlackBoard b, java.lang.Object ext)
           
 

Uses of AbstractAction in graphlab.plugins.main
 

Subclasses of AbstractAction in graphlab.plugins.main
 class GraphAction
           
 

Uses of AbstractAction in graphlab.plugins.main.ccp
 

Subclasses of AbstractAction in graphlab.plugins.main.ccp
 class Copy
           
 class Cut
           
 class Paste
           
 

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

Subclasses of AbstractAction in graphlab.plugins.main.core.actions
 class AddTab
           
 class BlackBoardWatcher
           
 class CloseTab
           
 class GraphPropertyEditor
          the left side property editor of graphlab gui
 class LastSelectedStatusAction
          Author: azin azadi
 class ResetGraph
           
 class ShowAboutDialog
          displays the about dialog of graphlab
 class StatusBarMessage
          with using of this class you can have a message in status bar of the program, by just putting a bar in the XML file as following
 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 AbstractAction in graphlab.plugins.main.core.actions.edge
 

Subclasses of AbstractAction in graphlab.plugins.main.core.actions.edge
 class AddEdge
           
 class DeleteEdge
           
 class DragEdge
           
 class EdgeHighlightAction
          User: Shabn
 class EdgeSelectEvent
           
 

Uses of AbstractAction in graphlab.plugins.main.core.actions.graph
 

Subclasses of AbstractAction in graphlab.plugins.main.core.actions.graph
 class ClearGraph
           
 class NewGraph
           
 

Uses of AbstractAction in graphlab.plugins.main.core.actions.preferences
 

Subclasses of AbstractAction in graphlab.plugins.main.core.actions.preferences
 class PreferencesAction
           
 

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

Subclasses of AbstractAction in graphlab.plugins.main.core.actions.vertex
 class AddVertex
          Adds a vertex to the graph: listens for "graph select point" & ...
 class DeleteVertex
          Author: Ruzbeh Ebrahimi
 class MoveVertex
           
 class VertexHighlightAction
          Highlights a vertex when the mouse entered it.
 class VertexMoveEvent
           
 class VertexSelectEvent
           
 

Uses of AbstractAction in graphlab.plugins.main.extension
 

Subclasses of AbstractAction in graphlab.plugins.main.extension
 class GraphActionExtensionAction
           
 

Methods in graphlab.plugins.main.extension that return AbstractAction
 AbstractAction GraphActionExtensionHandler.handle(BlackBoard b, java.lang.Object ext)
           
 

Uses of AbstractAction in graphlab.plugins.main.preview
 

Subclasses of AbstractAction in graphlab.plugins.main.preview
 class ShowPreview
           
 

Uses of AbstractAction in graphlab.plugins.main.rightclick
 

Subclasses of AbstractAction in graphlab.plugins.main.rightclick
 class PopupMenuHandler
           
 

Methods in graphlab.plugins.main.rightclick with parameters of type AbstractAction
 void RightClickPluginMethods.registerEdgePopupMenu(java.lang.String id, int index, AbstractAction n, boolean forceEnable)
           
static void PopupMenuHandler.registerEdgePopupMenu(java.lang.String id, int index, AbstractAction n, boolean forceEnable)
           
 void RightClickPluginMethods.registerGraphPopupMenu(java.lang.String id, int index, AbstractAction n, boolean forceEnable)
          registers a popup menu that will be shown on each graph that assigned to Graph.name in blackboard (after the assignment)
static void PopupMenuHandler.registerGraphPopupMenu(java.lang.String id, int index, AbstractAction n, boolean forceEnable)
          registers a popup menu that will be shown on each graph that assigned to Graph.name in blackboard (after the assignment)
 void RightClickPluginMethods.registerVertexPopupMenu(java.lang.String id, int index, AbstractAction n, boolean forceEnable)
           
static void PopupMenuHandler.registerVertexPopupMenu(java.lang.String id, int index, AbstractAction n, boolean forceEnable)
           
 

Uses of AbstractAction in graphlab.plugins.main.saveload.core.extension
 

Subclasses of AbstractAction in graphlab.plugins.main.saveload.core.extension
 class GraphReaderExtensionAction
           
 class GraphWriterExtensionAction
           
 

Methods in graphlab.plugins.main.saveload.core.extension that return AbstractAction
 AbstractAction GraphIOExtensionHandler.handle(BlackBoard b, java.lang.Object ext)
           
 

Uses of AbstractAction in graphlab.plugins.main.saveload.image
 

Subclasses of AbstractAction in graphlab.plugins.main.saveload.image
 class CopyAsImage
           
 

Uses of AbstractAction in graphlab.plugins.main.saveload.matrix
 

Subclasses of AbstractAction in graphlab.plugins.main.saveload.matrix
 class CopyAsMatrix
           
 

Uses of AbstractAction in graphlab.plugins.main.select
 

Subclasses of AbstractAction in graphlab.plugins.main.select
 class ClearSelection
           
 class DeleteSelected
          User: root
 class DeSelect
          Author: Azin Azadi
 class InvertSelection
           
 class MoveSelected
           
 class RectangularSelect
           
 class Select
          Author: Azin Azadi
 class SelectAll
           
 class SelectUpdater
          this class is do the update of the graph after the selection changes, it sets the selection of vertices and edges, and repaints the graph if necessary
 

Uses of AbstractAction in graphlab.plugins.reports.extension
 

Subclasses of AbstractAction in graphlab.plugins.reports.extension
 class GraphReportExtensionAction
           
 

Fields in graphlab.plugins.reports.extension declared as AbstractAction
protected  AbstractAction GraphReportExtensionHandler.a
           
 

Methods in graphlab.plugins.reports.extension that return AbstractAction
 AbstractAction GraphReportExtensionHandler.handle(BlackBoard b, java.lang.Object ext)
           
 

Uses of AbstractAction in graphlab.plugins.visualization.corebasics.extension
 

Subclasses of AbstractAction in graphlab.plugins.visualization.corebasics.extension
 class VisualizationExtensionAction
           
 

Methods in graphlab.plugins.visualization.corebasics.extension that return AbstractAction
 AbstractAction VisualizationExtensionHandler.handle(BlackBoard b, java.lang.Object ext)
           
 

Uses of AbstractAction in graphlab.plugins.visualization.hierarchical
 

Subclasses of AbstractAction in graphlab.plugins.visualization.hierarchical
 class BendedTrees
           
 

Uses of AbstractAction in graphlab.plugins.visualization.localsfvis
 

Subclasses of AbstractAction in graphlab.plugins.visualization.localsfvis
 class circular
           
 class LocalSF
          User: root
 class Random
           
 

Uses of AbstractAction in graphlab.ui
 

Subclasses of AbstractAction in graphlab.ui
 class AbstractExtensionAction<t extends Extension>
          the base class for creating extension handlers the implementing class will have a menu assigned to it automatically the name of the menu will be from the constructors parametr(sp) and the will also listen to UI.getUIEvent(sp.getName())
 

Fields in graphlab.ui with type parameters of type AbstractAction
 java.util.HashMap<java.lang.String,AbstractAction> UI.actions
           
 

Uses of AbstractAction in graphlab.ui.actions
 

Subclasses of AbstractAction in graphlab.ui.actions
 class ExitAction
           
 class MemoryUsageStatusAction
           
 class TestAction
          just a simple test action showing a dialog on the screen
 class UIEventHandler
          Maps the events generated by menues and toolbars to their Matching Action
 

Uses of AbstractAction in graphlab.ui.extension
 

Subclasses of AbstractAction in graphlab.ui.extension
 class UIActionExtensionAction
          wrap a UIAction in an AbstractAction
 

Methods in graphlab.ui.extension that return AbstractAction
 AbstractAction UIActionExtensionHandler.handle(BlackBoard b, java.lang.Object ext)
           
 

Uses of AbstractAction in graphlab.ui.xml
 

Constructor parameters in graphlab.ui.xml with type arguments of type AbstractAction
UIHandlerImpl(GFrame gFrame, BlackBoard bb, java.util.HashMap<java.lang.String,AbstractAction> actions, java.lang.Class resClass)
           
 


GraphLab Project