GraphLab Project

Uses of Interface
graphlab.platform.core.Listener

Packages that use Listener
graphlab.graph.ui   
graphlab.platform.core   
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   
 

Uses of Listener in graphlab.graph.ui
 

Classes in graphlab.graph.ui that implement Listener
 class GraphRectRegionSelect
           
 

Uses of Listener in graphlab.platform.core
 

Subinterfaces of Listener in graphlab.platform.core
 interface Action
          Action is the base of the actions of graphlab.
 

Classes in graphlab.platform.core that implement Listener
 class AbstractAction
          AbstractAction itself is a wrapper for the interface Action.
 

Methods in graphlab.platform.core that return types with arguments of type Listener
 java.util.HashSet<Listener> BlackBoard.getListeners(java.lang.String key)
           
 

Methods in graphlab.platform.core with parameters of type Listener
 void BlackBoard.addListener(java.lang.String key, Listener listener)
          adds a listener to the Data , which when the data changed, will be notified
 void BlackBoard.removeListener(java.lang.String key, Listener listener)
          see addAttributeListener
 

Uses of Listener in graphlab.plugins.algorithmanimator.core
 

Classes in graphlab.plugins.algorithmanimator.core that implement Listener
 class SimpleAlgorithmAnimator
           
 

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

Classes in graphlab.plugins.algorithmanimator.core.atoms.extension that implement Listener
 class AtomAnimatorExtensionAction
           
 

Uses of Listener in graphlab.plugins.algorithmanimator.extension
 

Classes in graphlab.plugins.algorithmanimator.extension that implement Listener
 class AlgorithmExtensionAction
           
 

Uses of Listener in graphlab.plugins.commonplugin.actiongrouping
 

Classes in graphlab.plugins.commonplugin.actiongrouping that implement Listener
 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.
 

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

Classes in graphlab.plugins.commonplugin.help.actions that implement Listener
 class Help
           
 

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

Classes in graphlab.plugins.commonplugin.reporter.actions that implement Listener
 class Exceptioner
          this class is only for testing bug report, it just throws exception
 class ExceptionReport
           
 

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

Classes in graphlab.plugins.commonplugin.undo.undo that implement Listener
 class RedoAction
           
 class UndoAction
           
 class UndoLogManager
           
 

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

Classes in graphlab.plugins.graphgenerator.core.extension that implement Listener
 class GraphGeneratorExtensionAction
           
 

Uses of Listener in graphlab.plugins.main
 

Classes in graphlab.plugins.main that implement Listener
 class GraphAction
           
 

Uses of Listener in graphlab.plugins.main.ccp
 

Classes in graphlab.plugins.main.ccp that implement Listener
 class Copy
           
 class Cut
           
 class Paste
           
 

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

Classes in graphlab.plugins.main.core.actions that implement Listener
 class AddTab
           
 class BlackBoardWatcher
           
 class CloseTab
           
 class GraphPropertyEditor
          the left side property editor of graphlab gui
 class LastSelectedStatusAction
          Author: azin azadi
 class MiddleClickAction
           
 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 Listener in graphlab.plugins.main.core.actions.edge
 

Classes in graphlab.plugins.main.core.actions.edge that implement Listener
 class AddEdge
           
 class DeleteEdge
           
 class DragEdge
           
 class EdgeHighlightAction
          User: Shabn
 class EdgeSelectEvent
           
 

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

Classes in graphlab.plugins.main.core.actions.graph that implement Listener
 class ClearGraph
           
 class NewGraph
           
 

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

Classes in graphlab.plugins.main.core.actions.preferences that implement Listener
 class PreferencesAction
           
 

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

Classes in graphlab.plugins.main.core.actions.vertex that implement Listener
 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 Listener in graphlab.plugins.main.extension
 

Classes in graphlab.plugins.main.extension that implement Listener
 class GraphActionExtensionAction
           
 

Uses of Listener in graphlab.plugins.main.preview
 

Classes in graphlab.plugins.main.preview that implement Listener
 class ShowPreview
           
 

Uses of Listener in graphlab.plugins.main.rightclick
 

Classes in graphlab.plugins.main.rightclick that implement Listener
 class PopupMenuHandler
           
 

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

Classes in graphlab.plugins.main.saveload.core.extension that implement Listener
 class GraphReaderExtensionAction
           
 class GraphWriterExtensionAction
           
 

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

Classes in graphlab.plugins.main.saveload.image that implement Listener
 class CopyAsImage
           
 

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

Classes in graphlab.plugins.main.saveload.matrix that implement Listener
 class CopyAsMatrix
           
 

Uses of Listener in graphlab.plugins.main.select
 

Classes in graphlab.plugins.main.select that implement Listener
 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 Listener in graphlab.plugins.reports.extension
 

Classes in graphlab.plugins.reports.extension that implement Listener
 class GraphReportExtensionAction
           
 

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

Classes in graphlab.plugins.visualization.corebasics.extension that implement Listener
 class VisualizationExtensionAction
           
 

Uses of Listener in graphlab.plugins.visualization.hierarchical
 

Classes in graphlab.plugins.visualization.hierarchical that implement Listener
 class BendedTrees
           
 

Uses of Listener in graphlab.plugins.visualization.localsfvis
 

Classes in graphlab.plugins.visualization.localsfvis that implement Listener
 class circular
           
 class LocalSF
          User: root
 class Random
           
 

Uses of Listener in graphlab.ui
 

Classes in graphlab.ui that implement Listener
 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())
 

Uses of Listener in graphlab.ui.actions
 

Classes in graphlab.ui.actions that implement Listener
 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 Listener in graphlab.ui.extension
 

Classes in graphlab.ui.extension that implement Listener
 class UIActionExtensionAction
          wrap a UIAction in an AbstractAction
 


GraphLab Project