GraphLab Project

Uses of Class
graphlab.platform.core.BlackBoard

Packages that use BlackBoard
graphlab.graph   
graphlab.graph.graph   
graphlab.graph.old   
graphlab.graph.ui   
graphlab.platform   
graphlab.platform.core   
graphlab.platform.core.exception   
graphlab.platform.extension   
graphlab.platform.plugin   
graphlab.platform.preferences   
graphlab.plugins   
graphlab.plugins.algorithmanimator   
graphlab.plugins.algorithmanimator.core   
graphlab.plugins.algorithmanimator.core.atoms   
graphlab.plugins.algorithmanimator.core.atoms.extension   
graphlab.plugins.algorithmanimator.extension   
graphlab.plugins.automaticupdator   
graphlab.plugins.commandline   
graphlab.plugins.commandline.commands   
graphlab.plugins.commandline.extensionloader   
graphlab.plugins.commonplugin   
graphlab.plugins.commonplugin.actiongrouping   
graphlab.plugins.commonplugin.help   
graphlab.plugins.commonplugin.help.actions   
graphlab.plugins.commonplugin.reporter   
graphlab.plugins.commonplugin.reporter.actions   
graphlab.plugins.commonplugin.undo   
graphlab.plugins.commonplugin.undo.undo   
graphlab.plugins.connector   
graphlab.plugins.connector.matlab   
graphlab.plugins.graphgenerator   
graphlab.plugins.graphgenerator.core.extension   
graphlab.plugins.main   
graphlab.plugins.main.ccp   
graphlab.plugins.main.core   
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.help   
graphlab.plugins.main.preview   
graphlab.plugins.main.resources   
graphlab.plugins.main.rightclick   
graphlab.plugins.main.saveload   
graphlab.plugins.main.saveload.core.extension   
graphlab.plugins.main.saveload.image   
graphlab.plugins.main.saveload.matrix   
graphlab.plugins.main.saveload.xmlparser   
graphlab.plugins.main.select   
graphlab.plugins.main.ui   
graphlab.plugins.reports   
graphlab.plugins.reports.extension   
graphlab.plugins.reports.ui   
graphlab.plugins.visualization   
graphlab.plugins.visualization.corebasics.animator   
graphlab.plugins.visualization.corebasics.extension   
graphlab.plugins.visualization.hierarchical   
graphlab.plugins.visualization.localsfvis   
graphlab.samples.ui.texteditor.myplugin   
graphlab.samples.ui.texteditor.myplugin.actions   
graphlab.samples.ui.texteditor.myplugin.components   
graphlab.ui   
graphlab.ui.actions   
graphlab.ui.components   
graphlab.ui.components.gmenu   
graphlab.ui.components.gsidebar   
graphlab.ui.components.prefeditor   
graphlab.ui.components.utils   
graphlab.ui.extension   
graphlab.ui.xml   
 

Uses of BlackBoard in graphlab.graph
 

Methods in graphlab.graph with parameters of type BlackBoard
static JGraph JGraph.getNewComponent(BlackBoard b)
           
static void GraphUtils.hideNotificationMessage(BlackBoard b)
           
static void GraphUtils.setMessage(java.lang.String message, BlackBoard b, boolean formatIt)
           
static void GraphUtils.showNotificationMessage(java.lang.String message, BlackBoard b, boolean formatIt)
           
static void GraphUtils.showTimeNotificationMessage(java.lang.String message, BlackBoard b, long timeMillis, boolean formatIt)
           
 

Uses of BlackBoard in graphlab.graph.graph
 

Methods in graphlab.graph.graph with parameters of type BlackBoard
static AbstractGraphRenderer AbstractGraphRenderer.getCurrentGraphRenderer(BlackBoard b)
           
 

Constructors in graphlab.graph.graph with parameters of type BlackBoard
FastRenderer(GraphModel g, BlackBoard blackboard)
           
GraphControl(GraphModel g, javax.swing.JPanel gv, BlackBoard bb)
           
 

Uses of BlackBoard in graphlab.graph.old
 

Constructors in graphlab.graph.old with parameters of type BlackBoard
AcceleratedRenderer(GraphModel g, BlackBoard blackboard)
           
LayeredRenderer(GraphModel g, BlackBoard blackboard)
           
SuperAcceleratedRenderer(GraphModel g, BlackBoard blackboard)
           
 

Uses of BlackBoard in graphlab.graph.ui
 

Fields in graphlab.graph.ui declared as BlackBoard
 BlackBoard GTabbedPane.blackboard
           
 

Methods in graphlab.graph.ui with parameters of type BlackBoard
 java.awt.Component GTabbedGraphPane.getComponent(BlackBoard b)
           
static GHTMLPageComponent GTabbedGraphPane.getCurrentGHTGhtmlPageComponent(BlackBoard b)
          returns the current GHTMLPageComponent which is used in the top of a tab, if there is not any of them returns null
static GTabbedGraphPane GTabbedGraphPane.getCurrentGTabbedGraphPane(BlackBoard b)
           
 void HyperlinkHandler.handle(java.lang.String command, BlackBoard b, java.net.URL currentURL)
           
static void GTabbedGraphPane.hideNotificationMessage(BlackBoard b)
          hides the previously showing message
static void GTabbedGraphPane.setMessage(java.lang.String message, BlackBoard b, boolean formatIt)
          shows a message to the user, It will hide when the showNotificationMessage is called, and show again when the hideNotificationMessage is called if formatIt=true, an html formatting will be applied to the message to make it nicer, do it if you don't pass a complete html message
static void GTabbedGraphPane.showNotificationMessage(java.lang.String message, BlackBoard b, boolean formatIt)
          shows a message as a notification to the user, It will hide when the hideNotificationMessage is called and the prv message will be shown, if formatIt=true, an html formatting will be applied to the message to make it nicer, do it if you don't pass a complete html message
static void GTabbedGraphPane.showTimeNotificationMessage(java.lang.String message, BlackBoard b, long timeMillis, boolean formatIt)
          shows a message and hide it after a given time
 

Constructors in graphlab.graph.ui with parameters of type BlackBoard
GHTMLPageComponent(BlackBoard b)
           
GraphRectRegionSelect(BlackBoard bb)
           
GTabbedGraphPane(BlackBoard b)
           
GTabbedPane(BlackBoard b)
           
 

Uses of BlackBoard in graphlab.platform
 

Fields in graphlab.platform declared as BlackBoard
static BlackBoard Application.blackboard
          The default BlackBoard which plugins/extensions are connected to
 

Methods in graphlab.platform that return BlackBoard
static BlackBoard Application.getBlackBoard()
           
 BlackBoard Application.init()
           
 

Methods in graphlab.platform with parameters of type BlackBoard
static void StaticUtils.addExceptiontoLog(java.lang.Throwable e, BlackBoard b)
           
static Application StaticUtils.getApplicationInstance(BlackBoard blackboard)
          return the Application Instance which created b during initialization
 void Application.loadExtensions(BlackBoard blackboard)
          load all extensions from /extensions directory
 void Application.run(BlackBoard blackboard)
           
 

Uses of BlackBoard in graphlab.platform.core
 

Fields in graphlab.platform.core declared as BlackBoard
protected  BlackBoard AbstractAction.blackboard
           
 

Methods in graphlab.platform.core that return BlackBoard
 BlackBoard AbstractAction.getBlackBoard()
           
 

Methods in graphlab.platform.core with parameters of type BlackBoard
 void Action.setBlackBoard(BlackBoard t)
          each action have a black board which can interact with the world! by it.
 void AbstractAction.setBlackBoard(BlackBoard t)
           
 

Constructors in graphlab.platform.core with parameters of type BlackBoard
AbstractAction(BlackBoard bb)
          constructor
 

Uses of BlackBoard in graphlab.platform.core.exception
 

Constructors in graphlab.platform.core.exception with parameters of type BlackBoard
ExceptionHandler(BlackBoard bb)
           
 

Uses of BlackBoard in graphlab.platform.extension
 

Methods in graphlab.platform.extension with parameters of type BlackBoard
 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
 Extension UnknownExtensionLoader.load(java.io.File file, BlackBoard blackboard)
           
static Extension ExtensionLoader.loadUnknownExtension(java.io.File unknownFile, BlackBoard blackboard)
          returns an instance of extensionClsas if the given extensionClass implements Extension, otherwise it returns null
 

Uses of BlackBoard in graphlab.platform.plugin
 

Methods in graphlab.platform.plugin with parameters of type BlackBoard
 void PluginInterface.init(BlackBoard blackboard)
          Initializer of plugin.
 void PluginHandlerInterface.init(java.lang.String path, BlackBoard blackboard)
          Default "child plugin" initializer.
 

Constructors in graphlab.platform.plugin with parameters of type BlackBoard
Plugger(BlackBoard blackboard)
           
 

Uses of BlackBoard in graphlab.platform.preferences
 

Constructors in graphlab.platform.preferences with parameters of type BlackBoard
Preferences(BlackBoard bb)
           
 

Uses of BlackBoard in graphlab.plugins
 

Methods in graphlab.plugins with parameters of type BlackBoard
 void GraphLabDebugger.run(BlackBoard b)
           
 

Uses of BlackBoard in graphlab.plugins.algorithmanimator
 

Methods in graphlab.plugins.algorithmanimator with parameters of type BlackBoard
 void Init.init(BlackBoard blackboard)
           
 

Uses of BlackBoard in graphlab.plugins.algorithmanimator.core
 

Methods in graphlab.plugins.algorithmanimator.core with parameters of type BlackBoard
 EventType AtomAnimator.animate(EventType event, BlackBoard b)
          animates event on the given blackboard as the world...
 

Constructors in graphlab.plugins.algorithmanimator.core with parameters of type BlackBoard
AlgorithmAnimator(BlackBoard blackboard)
           
SimpleAlgorithmAnimator(BlackBoard bb)
          constructor
 

Uses of BlackBoard in graphlab.plugins.algorithmanimator.core.atoms
 

Methods in graphlab.plugins.algorithmanimator.core.atoms with parameters of type BlackBoard
 BaseGraphEvent NewGraph.animate(BaseGraphEvent event, BlackBoard b)
           
 DelayEvent DelayEventHandler.animate(DelayEvent event, BlackBoard b)
           
 EdgeEvent EdgeMarkAnimator.animate(EdgeEvent event, BlackBoard b)
           
 Event PrePostWork.animate(Event event, BlackBoard b)
           
 GraphRequest GraphSelect.animate(GraphRequest gr, BlackBoard b)
           
 MessageEvent ShowMessage.animate(MessageEvent event, BlackBoard b)
           
 VertexEdgeLabelEvent<VertexModel,EdgeModel> VertexEdgeLabelAnimator.animate(VertexEdgeLabelEvent<VertexModel,EdgeModel> event, BlackBoard b)
           
 VertexRequest VertexSelect.animate(VertexRequest vr, BlackBoard b)
           
 

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

Methods in graphlab.plugins.algorithmanimator.core.atoms.extension with parameters of type BlackBoard
 AbstractAction AtomAnimatorExtensionHandler.handle(BlackBoard b, java.lang.Object ext)
           
 

Constructors in graphlab.plugins.algorithmanimator.core.atoms.extension with parameters of type BlackBoard
AtomAnimatorExtensionAction(BlackBoard bb, AtomAnimatorExtension sp)
           
 

Uses of BlackBoard in graphlab.plugins.algorithmanimator.extension
 

Methods in graphlab.plugins.algorithmanimator.extension with parameters of type BlackBoard
 AbstractAction AlgorithmExtensionHandler.handle(BlackBoard b, java.lang.Object ext)
           
 

Constructors in graphlab.plugins.algorithmanimator.extension with parameters of type BlackBoard
AlgorithmExtensionAction(BlackBoard bb, AlgorithmExtension sp)
           
 

Uses of BlackBoard in graphlab.plugins.automaticupdator
 

Methods in graphlab.plugins.automaticupdator with parameters of type BlackBoard
 void Init.init(BlackBoard blackboard)
           
 

Uses of BlackBoard in graphlab.plugins.commandline
 

Methods in graphlab.plugins.commandline with parameters of type BlackBoard
 java.awt.Component ShellSideBar.getComponent(BlackBoard b)
           
static Shell Shell.getCurrentShell(BlackBoard b)
           
static Shell ShellPluginMethods.getCurrentShell(BlackBoard b)
           
 void ShellHyperlinkHandler.handle(java.lang.String command, BlackBoard b, java.net.URL currentURL)
           
 void Init.init(BlackBoard blackboard)
           
 

Constructors in graphlab.plugins.commandline with parameters of type BlackBoard
Shell(BlackBoard blackBoard)
           
ShellServer(BlackBoard bb, Shell shell)
           
 

Uses of BlackBoard in graphlab.plugins.commandline.commands
 

Constructors in graphlab.plugins.commandline.commands with parameters of type BlackBoard
EdgeCommands(BlackBoard bb)
           
GraphCommands(BlackBoard bb)
           
NativeCommands(BlackBoard bb)
           
ShellServerCommands(BlackBoard bb)
           
VertexCommands(BlackBoard bb)
           
 

Uses of BlackBoard in graphlab.plugins.commandline.extensionloader
 

Methods in graphlab.plugins.commandline.extensionloader with parameters of type BlackBoard
 Extension BSHExtensionLoader.load(java.io.File file, BlackBoard blackboard)
           
 

Uses of BlackBoard in graphlab.plugins.commonplugin
 

Methods in graphlab.plugins.commonplugin with parameters of type BlackBoard
 void Init.init(BlackBoard blackboard)
           
 

Uses of BlackBoard in graphlab.plugins.commonplugin.actiongrouping
 

Constructors in graphlab.plugins.commonplugin.actiongrouping with parameters of type BlackBoard
ActionGrouper(BlackBoard bb)
           
 

Uses of BlackBoard in graphlab.plugins.commonplugin.help
 

Methods in graphlab.plugins.commonplugin.help with parameters of type BlackBoard
 void Init.init(BlackBoard blackboard)
           
static java.net.URL Utils.registerHelpPlugin(BlackBoard blackboard, java.lang.String pluginName, java.lang.String title, java.lang.String filter)
          Register a help entry on help menu.
 

Constructors in graphlab.plugins.commonplugin.help with parameters of type BlackBoard
HelpPluginMethods(BlackBoard blackboard)
           
 

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

Constructors in graphlab.plugins.commonplugin.help.actions with parameters of type BlackBoard
Help(BlackBoard bb)
           
 

Uses of BlackBoard in graphlab.plugins.commonplugin.reporter
 

Methods in graphlab.plugins.commonplugin.reporter with parameters of type BlackBoard
 void Init.init(BlackBoard blackboard)
           
 

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

Methods in graphlab.plugins.commonplugin.reporter.actions with parameters of type BlackBoard
 void Report.actionPerformed(BlackBoard blackBoard)
           
 java.awt.Component ExceptionReport.getComponent(BlackBoard bb)
           
 

Constructors in graphlab.plugins.commonplugin.reporter.actions with parameters of type BlackBoard
Exceptioner(BlackBoard bb)
          constructor
ExceptionReport(BlackBoard bb)
           
 

Uses of BlackBoard in graphlab.plugins.commonplugin.undo
 

Methods in graphlab.plugins.commonplugin.undo with parameters of type BlackBoard
static void UndoableActionOccuredData.addUndoData(BlackBoard blackboard, UndoableActionOccuredData data)
          puts data in the stack of undo/redo actions, so it will be regarded as an undoable action and will be undone by the rules of undo/redo.
 

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

Methods in graphlab.plugins.commonplugin.undo.undo with parameters of type BlackBoard
static void RedoAction.redo(BlackBoard blackboard)
          redo the last undoabe operation done in the context of current blackboard
static void UndoAction.undo(BlackBoard blackboard)
          undo the last undoabe operation done in the context of current blackboard
 

Constructors in graphlab.plugins.commonplugin.undo.undo with parameters of type BlackBoard
RedoAction(BlackBoard bb)
           
UndoAction(BlackBoard bb)
           
UndoLogManager(BlackBoard bb)
           
 

Uses of BlackBoard in graphlab.plugins.connector
 

Methods in graphlab.plugins.connector with parameters of type BlackBoard
 void Init.init(BlackBoard blackboard)
           
 

Constructors in graphlab.plugins.connector with parameters of type BlackBoard
ConnectorReportExtension(java.io.File matlabFile, BlackBoard blackboard, ConnectorDS connectorDs)
           
 

Uses of BlackBoard in graphlab.plugins.connector.matlab
 

Methods in graphlab.plugins.connector.matlab with parameters of type BlackBoard
 Extension MatlabExtensionLoader.load(java.io.File file, BlackBoard blackboard)
           
 

Uses of BlackBoard in graphlab.plugins.graphgenerator
 

Methods in graphlab.plugins.graphgenerator with parameters of type BlackBoard
static void GraphGenerator.generateGraph(GraphGeneratorInterface gen, BlackBoard blackboard, java.awt.Rectangle rect)
          generates and adds a graph from gen to current working graph
static void GraphGenerator.generateInRectangularBounds(GraphGeneratorInterface gen, BlackBoard blackboard)
          first request a GUI rectangular region from user and then generates and adds a graph from gen to current working graph
 void Init.init(BlackBoard blackboard)
           
 

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

Methods in graphlab.plugins.graphgenerator.core.extension with parameters of type BlackBoard
 AbstractAction GraphGeneratorExtensionHandler.handle(BlackBoard b, java.lang.Object ext)
           
 

Constructors in graphlab.plugins.graphgenerator.core.extension with parameters of type BlackBoard
GraphGeneratorExtensionAction(BlackBoard bb, GraphGeneratorExtension sp)
           
 

Uses of BlackBoard in graphlab.plugins.main
 

Methods in graphlab.plugins.main that return BlackBoard
 BlackBoard GraphData.getBlackboard()
           
 

Methods in graphlab.plugins.main with parameters of type BlackBoard
 void Init.init(BlackBoard blackboard)
           
 void HandlerInit.init(java.lang.String path, BlackBoard blackboard)
          Load config xml in UI.
 

Constructors in graphlab.plugins.main with parameters of type BlackBoard
GraphAction(BlackBoard bb)
          constructor
GraphData(BlackBoard blackboard)
           
 

Uses of BlackBoard in graphlab.plugins.main.ccp
 

Methods in graphlab.plugins.main.ccp with parameters of type BlackBoard
static void Cut.cut(SubGraph sd, GraphModel gg, BlackBoard bb)
           
 

Constructors in graphlab.plugins.main.ccp with parameters of type BlackBoard
Copy(BlackBoard bb)
           
Cut(BlackBoard bb)
           
Paste(BlackBoard bb)
           
 

Uses of BlackBoard in graphlab.plugins.main.core
 

Methods in graphlab.plugins.main.core with parameters of type BlackBoard
 void CorePluginMethods.addTabNoGUI(boolean isdirected, BlackBoard blackboard)
           
static GraphModel CorePluginMethods.getGraph(BlackBoard blackboard)
           
 void Init.init(BlackBoard blackboard)
           
 

Constructors in graphlab.plugins.main.core with parameters of type BlackBoard
CorePluginMethods(BlackBoard blackboard)
           
 

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

Methods in graphlab.plugins.main.core.actions with parameters of type BlackBoard
static void AddTab.addTab(BlackBoard blackboard)
          creates a graph ans add it as a tab to the current editing graph window
static void AddTab.addTabNoGUI(boolean isdirected, BlackBoard blackboard)
          creates a graph ans add it as a tab to the current editing graph window
static void AddTab.displayGraph(GraphModel g, BlackBoard blackBoard)
          displays the givven graph in GraphLab
static void CloseTab.dojob(BlackBoard blackboard)
          removes the current tab from current editing graph window
 java.awt.Component LastSelectedStatusAction.getComponent(BlackBoard b)
           
 java.awt.Component StatusBarMessage.getComponent(BlackBoard b)
           
static boolean VertexTransformer.isPositionOnResizeBoxes(GraphPoint mousPos, BlackBoard b)
           
static void StatusBarMessage.setMessage(BlackBoard b, java.lang.String s)
          shows a message in the status bar of the Frame loaded and assigned to current blackboard note that at each time just 1 message can be shown on that place
static void StatusBarMessage.showQuickMessage(BlackBoard b, java.lang.String message)
          shows a message in the status bar of the Frame loaded and assigned to current blackboard the showing message will be hide after 3 seconds
 

Constructors in graphlab.plugins.main.core.actions with parameters of type BlackBoard
AddTab(BlackBoard bb)
          constructor
BlackBoardWatcher(BlackBoard bb)
          constructor
CloseTab(BlackBoard bb)
          constructor
GraphPropertyEditor(BlackBoard bb)
          constructor
LastSelectedStatusAction(BlackBoard bb)
           
MiddleClickAction(BlackBoard b)
           
ResetGraph(BlackBoard bb)
          constructor
ShowAboutDialog(BlackBoard bb)
          constructor
StatusBarMessage(BlackBoard bb)
          constructor
VertexTransformer(BlackBoard blackboard)
           
 

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

Constructors in graphlab.plugins.main.core.actions.edge with parameters of type BlackBoard
AddEdge(BlackBoard bb)
          constructor
DeleteEdge(BlackBoard bb)
           
DragEdge(BlackBoard bb)
          constructor
EdgeHighlightAction(BlackBoard bb)
          constructor
EdgeSelectEvent(BlackBoard bb)
           
 

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

Methods in graphlab.plugins.main.core.actions.graph that return BlackBoard
static BlackBoard NewGraph.doJob(BlackBoard b)
           
 

Methods in graphlab.plugins.main.core.actions.graph with parameters of type BlackBoard
static BlackBoard NewGraph.doJob(BlackBoard b)
           
 

Constructors in graphlab.plugins.main.core.actions.graph with parameters of type BlackBoard
ClearGraph(BlackBoard bb)
           
NewGraph(BlackBoard bb)
           
 

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

Constructors in graphlab.plugins.main.core.actions.preferences with parameters of type BlackBoard
PreferencesAction(BlackBoard bb)
           
 

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

Constructors in graphlab.plugins.main.core.actions.vertex with parameters of type BlackBoard
AddVertex(BlackBoard bb)
           
DeleteVertex(BlackBoard bb)
           
MoveVertex(BlackBoard bb)
           
VertexHighlightAction(BlackBoard bb)
          constructor
VertexMoveEvent(BlackBoard bb)
           
VertexSelectEvent(BlackBoard bb)
           
 

Uses of BlackBoard in graphlab.plugins.main.extension
 

Methods in graphlab.plugins.main.extension with parameters of type BlackBoard
 AbstractAction GraphActionExtensionHandler.handle(BlackBoard b, java.lang.Object ext)
           
 

Constructors in graphlab.plugins.main.extension with parameters of type BlackBoard
GraphActionExtensionAction(BlackBoard bb, GraphActionExtension ga)
           
 

Uses of BlackBoard in graphlab.plugins.main.help
 

Methods in graphlab.plugins.main.help with parameters of type BlackBoard
 void ShowWelcomePage.actionPerformed(BlackBoard blackBoard)
           
 void ShowDocumentations.actionPerformed(BlackBoard blackBoard)
           
 

Uses of BlackBoard in graphlab.plugins.main.preview
 

Methods in graphlab.plugins.main.preview with parameters of type BlackBoard
 void Init.init(BlackBoard blackboard)
           
 

Constructors in graphlab.plugins.main.preview with parameters of type BlackBoard
ShowPreview(BlackBoard bb)
          constructor
 

Uses of BlackBoard in graphlab.plugins.main.resources
 

Methods in graphlab.plugins.main.resources with parameters of type BlackBoard
 void Init.init(BlackBoard blackboard)
           
 

Uses of BlackBoard in graphlab.plugins.main.rightclick
 

Methods in graphlab.plugins.main.rightclick with parameters of type BlackBoard
 void Init.init(BlackBoard blackboard)
           
 

Constructors in graphlab.plugins.main.rightclick with parameters of type BlackBoard
PopupMenuHandler(BlackBoard bb)
          constructor
 

Uses of BlackBoard in graphlab.plugins.main.saveload
 

Methods in graphlab.plugins.main.saveload with parameters of type BlackBoard
 void Init.init(BlackBoard blackboard)
           
 

Constructors in graphlab.plugins.main.saveload with parameters of type BlackBoard
SaveLoadPluginMethods(BlackBoard blackboard)
           
 

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

Methods in graphlab.plugins.main.saveload.core.extension with parameters of type BlackBoard
 AbstractAction GraphIOExtensionHandler.handle(BlackBoard b, java.lang.Object ext)
           
 

Constructors in graphlab.plugins.main.saveload.core.extension with parameters of type BlackBoard
GraphReaderExtensionAction(BlackBoard bb, GraphReaderExtension gi)
           
GraphWriterExtensionAction(BlackBoard bb, GraphWriterExtension ge)
           
 

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

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

Constructors in graphlab.plugins.main.saveload.image with parameters of type BlackBoard
CopyAsImage(BlackBoard bb)
          constructor
 

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

Constructors in graphlab.plugins.main.saveload.matrix with parameters of type BlackBoard
CopyAsMatrix(BlackBoard bb)
          constructor
 

Uses of BlackBoard in graphlab.plugins.main.saveload.xmlparser
 

Fields in graphlab.plugins.main.saveload.xmlparser declared as BlackBoard
 BlackBoard GraphmlHandlerImpl.bb
           
 

Constructors in graphlab.plugins.main.saveload.xmlparser with parameters of type BlackBoard
GraphmlHandlerImpl(BlackBoard blackBoard)
           
 

Uses of BlackBoard in graphlab.plugins.main.select
 

Methods in graphlab.plugins.main.select with parameters of type BlackBoard
static void ClearSelection.clearSelected(BlackBoard bb)
           
static SubGraph Select.getSelection(BlackBoard blackboard)
           
 void Init.init(BlackBoard blackboard)
           
static void Select.setSelection(BlackBoard blackboard, SubGraph sg)
           
 

Constructors in graphlab.plugins.main.select with parameters of type BlackBoard
ClearSelection(BlackBoard bb)
          constructor
DeleteSelected(BlackBoard bb)
          constructor
DeSelect(BlackBoard bb)
          constructor
InvertSelection(BlackBoard bb)
           
MoveSelected(BlackBoard bb)
          constructor
RectangularSelect(BlackBoard bb)
          constructor
Select(BlackBoard bb)
          constructor
SelectAll(BlackBoard bb)
           
SelectPluginMethods(BlackBoard b)
           
SelectUpdater(BlackBoard bb)
          constructor
 

Uses of BlackBoard in graphlab.plugins.main.ui
 

Methods in graphlab.plugins.main.ui with parameters of type BlackBoard
 java.awt.Component GTabbedGraphPane.getComponent(BlackBoard b)
           
 

Uses of BlackBoard in graphlab.plugins.reports
 

Methods in graphlab.plugins.reports with parameters of type BlackBoard
 void Init.init(BlackBoard blackboard)
           
 

Uses of BlackBoard in graphlab.plugins.reports.extension
 

Methods in graphlab.plugins.reports.extension with parameters of type BlackBoard
 AbstractAction GraphReportExtensionHandler.handle(BlackBoard b, java.lang.Object ext)
           
 

Constructors in graphlab.plugins.reports.extension with parameters of type BlackBoard
GraphReportExtensionAction(BlackBoard bb, GraphReportExtension gg)
           
 

Uses of BlackBoard in graphlab.plugins.reports.ui
 

Methods in graphlab.plugins.reports.ui with parameters of type BlackBoard
 java.awt.Component ReportsSideBar.getComponent(BlackBoard b)
           
 

Constructors in graphlab.plugins.reports.ui with parameters of type BlackBoard
ReportsUI(BlackBoard b, boolean init)
           
 

Uses of BlackBoard in graphlab.plugins.visualization
 

Methods in graphlab.plugins.visualization with parameters of type BlackBoard
 void Init.init(BlackBoard blackboard)
           
 

Uses of BlackBoard in graphlab.plugins.visualization.corebasics.animator
 

Constructors in graphlab.plugins.visualization.corebasics.animator with parameters of type BlackBoard
GeneralAnimator(java.util.HashMap<VertexModel,java.awt.geom.Point2D> vertexDestinations, GraphModel g, BlackBoard blackboard)
           
GeneralAnimator(java.util.HashMap<VertexModel,java.awt.geom.Point2D> vertexDestinations, java.util.HashMap<EdgeModel,java.util.Vector<java.awt.geom.Point2D>> edgeBendPoints, GraphModel g, BlackBoard blackboard)
           
 

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

Methods in graphlab.plugins.visualization.corebasics.extension with parameters of type BlackBoard
 AbstractAction VisualizationExtensionHandler.handle(BlackBoard b, java.lang.Object ext)
           
 

Constructors in graphlab.plugins.visualization.corebasics.extension with parameters of type BlackBoard
VisualizationExtensionAction(BlackBoard bb, VisualizationExtension sp)
           
 

Uses of BlackBoard in graphlab.plugins.visualization.hierarchical
 

Constructors in graphlab.plugins.visualization.hierarchical with parameters of type BlackBoard
BendedTrees(BlackBoard bb)
          constructor
 

Uses of BlackBoard in graphlab.plugins.visualization.localsfvis
 

Constructors in graphlab.plugins.visualization.localsfvis with parameters of type BlackBoard
circular(BlackBoard bb)
          constructor
LocalSF(BlackBoard bb)
          constructor
Random(BlackBoard bb)
          constructor
 

Uses of BlackBoard in graphlab.samples.ui.texteditor.myplugin
 

Methods in graphlab.samples.ui.texteditor.myplugin with parameters of type BlackBoard
 void Init.init(BlackBoard blackboard)
           
 

Uses of BlackBoard in graphlab.samples.ui.texteditor.myplugin.actions
 

Methods in graphlab.samples.ui.texteditor.myplugin.actions with parameters of type BlackBoard
 void SaveAction.actionPerformed(BlackBoard blackBoard)
           
 void AboutAction.actionPerformed(BlackBoard blackBoard)
           
 void NewAction.actionPerformed(BlackBoard blackBoard)
           
 void ExitAction.actionPerformed(BlackBoard blackBoard)
           
 void OpenAction.actionPerformed(BlackBoard blackBoard)
           
static javax.swing.JTextArea Utils.getMainEditor(BlackBoard blackBoard)
           
 

Uses of BlackBoard in graphlab.samples.ui.texteditor.myplugin.components
 

Methods in graphlab.samples.ui.texteditor.myplugin.components with parameters of type BlackBoard
 java.awt.Component TextEditorComponent.getComponent(BlackBoard b)
           
 java.awt.Component LabelComponent.getComponent(BlackBoard b)
           
 

Uses of BlackBoard in graphlab.ui
 

Methods in graphlab.ui with parameters of type BlackBoard
protected  GMenuItem AbstractExtensionAction.createMenuItem(java.lang.String name, java.lang.String actionId, BlackBoard bb)
          if you want to create custom menues for your extension (i.e.
static java.lang.String UI.extractHelpPlugin(BlackBoard blackboard, Plugger plugger, java.lang.String index, java.lang.String dest, java.lang.String filter)
           
static java.awt.Component UIUtils.getComponent(BlackBoard b, java.lang.String id)
           
static GFrame UIUtils.getGFrame(BlackBoard b)
          returns the GFrame object that mapped to the blackboard.
static UI UIUtils.getUI(BlackBoard blackboard)
           
static void UIUtils.setComponent(BlackBoard b, java.lang.String id, java.awt.Component c)
           
 

Constructors in graphlab.ui with parameters of type BlackBoard
AbstractExtensionAction(BlackBoard bb, t sp)
           
UI(BlackBoard bb, boolean visible)
          constructor
 

Uses of BlackBoard in graphlab.ui.actions
 

Methods in graphlab.ui.actions with parameters of type BlackBoard
 java.awt.Component MemoryUsageStatusAction.getComponent(BlackBoard b)
           
 

Constructors in graphlab.ui.actions with parameters of type BlackBoard
ExitAction(BlackBoard bb)
           
MemoryUsageStatusAction(BlackBoard bb)
          constructor
TestAction(BlackBoard bb)
          constructor
UIEventHandler(BlackBoard bb)
          constructor
 

Uses of BlackBoard in graphlab.ui.components
 

Fields in graphlab.ui.components declared as BlackBoard
 BlackBoard GFrame.blackboard
           
 

Methods in graphlab.ui.components with parameters of type BlackBoard
 java.awt.Component GComponentInterface.getComponent(BlackBoard b)
           
 

Constructors in graphlab.ui.components with parameters of type BlackBoard
GButton(java.lang.String label, java.lang.String iconFileName, BlackBoard b, java.lang.String action)
          action is the name of the class which the UIEventHandler will map the button to.
GButton(java.lang.String label, java.net.URL iconURL, BlackBoard b, java.lang.String action)
          action is the name of the class which the UIEventHandler will map the button to.
GFrame(BlackBoard blackboard)
          Creates new form GFrame
GStatusBar(BlackBoard blackboard)
           
 

Uses of BlackBoard in graphlab.ui.components.gmenu
 

Constructors in graphlab.ui.components.gmenu with parameters of type BlackBoard
GMenuItem(java.lang.String label, java.lang.String action, BlackBoard b)
           
GMenuItem(java.lang.String label, java.lang.String action, BlackBoard b, java.lang.String accelerator, int index)
           
 

Uses of BlackBoard in graphlab.ui.components.gsidebar
 

Constructors in graphlab.ui.components.gsidebar with parameters of type BlackBoard
GSidebar(GBody targetBody, BlackBoard blackboard)
          constructor
 

Uses of BlackBoard in graphlab.ui.components.prefeditor
 

Constructors in graphlab.ui.components.prefeditor with parameters of type BlackBoard
GPrefPane(BlackBoard bb, java.util.HashMap<java.lang.String,AbstractPreference> items)
          Creates new form prefForm
 

Uses of BlackBoard in graphlab.ui.components.utils
 

Methods in graphlab.ui.components.utils with parameters of type BlackBoard
 java.awt.Component PropertyEditorSidebar.getComponent(BlackBoard b)
           
 

Uses of BlackBoard in graphlab.ui.extension
 

Methods in graphlab.ui.extension with parameters of type BlackBoard
 void UIActionExtension.actionPerformed(BlackBoard blackBoard)
           
 AbstractAction UIActionExtensionHandler.handle(BlackBoard b, java.lang.Object ext)
           
 

Constructors in graphlab.ui.extension with parameters of type BlackBoard
UIActionExtensionAction(BlackBoard bb, UIActionExtension action)
           
 

Uses of BlackBoard in graphlab.ui.xml
 

Fields in graphlab.ui.xml declared as BlackBoard
 BlackBoard UIHandlerImpl.blackboard
           
 

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


GraphLab Project