|
GraphLab Project | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Action in graphlab.platform.core |
---|
Classes in graphlab.platform.core that implement Action | |
---|---|
class |
AbstractAction
AbstractAction itself is a wrapper for the interface Action. |
Uses of Action in graphlab.plugins.algorithmanimator.core |
---|
Classes in graphlab.plugins.algorithmanimator.core that implement Action | |
---|---|
class |
SimpleAlgorithmAnimator
|
Uses of Action in graphlab.plugins.algorithmanimator.core.atoms.extension |
---|
Classes in graphlab.plugins.algorithmanimator.core.atoms.extension that implement Action | |
---|---|
class |
AtomAnimatorExtensionAction
|
Uses of Action in graphlab.plugins.algorithmanimator.extension |
---|
Classes in graphlab.plugins.algorithmanimator.extension that implement Action | |
---|---|
class |
AlgorithmExtensionAction
|
Uses of Action in graphlab.plugins.commonplugin.actiongrouping |
---|
Classes in graphlab.plugins.commonplugin.actiongrouping that implement Action | |
---|---|
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 Action in graphlab.plugins.commonplugin.help.actions |
---|
Classes in graphlab.plugins.commonplugin.help.actions that implement Action | |
---|---|
class |
Help
|
Uses of Action in graphlab.plugins.commonplugin.reporter.actions |
---|
Classes in graphlab.plugins.commonplugin.reporter.actions that implement Action | |
---|---|
class |
Exceptioner
this class is only for testing bug report, it just throws exception |
class |
ExceptionReport
|
Uses of Action in graphlab.plugins.commonplugin.undo.undo |
---|
Classes in graphlab.plugins.commonplugin.undo.undo that implement Action | |
---|---|
class |
RedoAction
|
class |
UndoAction
|
class |
UndoLogManager
|
Uses of Action in graphlab.plugins.graphgenerator.core.extension |
---|
Classes in graphlab.plugins.graphgenerator.core.extension that implement Action | |
---|---|
class |
GraphGeneratorExtensionAction
|
Uses of Action in graphlab.plugins.main |
---|
Classes in graphlab.plugins.main that implement Action | |
---|---|
class |
GraphAction
|
Uses of Action in graphlab.plugins.main.ccp |
---|
Classes in graphlab.plugins.main.ccp that implement Action | |
---|---|
class |
Copy
|
class |
Cut
|
class |
Paste
|
Uses of Action in graphlab.plugins.main.core.actions |
---|
Classes in graphlab.plugins.main.core.actions that implement Action | |
---|---|
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 Action in graphlab.plugins.main.core.actions.edge |
---|
Classes in graphlab.plugins.main.core.actions.edge that implement Action | |
---|---|
class |
AddEdge
|
class |
DeleteEdge
|
class |
DragEdge
|
class |
EdgeHighlightAction
User: Shabn |
class |
EdgeSelectEvent
|
Uses of Action in graphlab.plugins.main.core.actions.graph |
---|
Classes in graphlab.plugins.main.core.actions.graph that implement Action | |
---|---|
class |
ClearGraph
|
class |
NewGraph
|
Uses of Action in graphlab.plugins.main.core.actions.preferences |
---|
Classes in graphlab.plugins.main.core.actions.preferences that implement Action | |
---|---|
class |
PreferencesAction
|
Uses of Action in graphlab.plugins.main.core.actions.vertex |
---|
Classes in graphlab.plugins.main.core.actions.vertex that implement Action | |
---|---|
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 Action in graphlab.plugins.main.extension |
---|
Classes in graphlab.plugins.main.extension that implement Action | |
---|---|
class |
GraphActionExtensionAction
|
Uses of Action in graphlab.plugins.main.preview |
---|
Classes in graphlab.plugins.main.preview that implement Action | |
---|---|
class |
ShowPreview
|
Uses of Action in graphlab.plugins.main.rightclick |
---|
Classes in graphlab.plugins.main.rightclick that implement Action | |
---|---|
class |
PopupMenuHandler
|
Uses of Action in graphlab.plugins.main.saveload.core.extension |
---|
Classes in graphlab.plugins.main.saveload.core.extension that implement Action | |
---|---|
class |
GraphReaderExtensionAction
|
class |
GraphWriterExtensionAction
|
Uses of Action in graphlab.plugins.main.saveload.image |
---|
Classes in graphlab.plugins.main.saveload.image that implement Action | |
---|---|
class |
CopyAsImage
|
Uses of Action in graphlab.plugins.main.saveload.matrix |
---|
Classes in graphlab.plugins.main.saveload.matrix that implement Action | |
---|---|
class |
CopyAsMatrix
|
Uses of Action in graphlab.plugins.main.select |
---|
Classes in graphlab.plugins.main.select that implement Action | |
---|---|
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 Action in graphlab.plugins.reports.extension |
---|
Classes in graphlab.plugins.reports.extension that implement Action | |
---|---|
class |
GraphReportExtensionAction
|
Uses of Action in graphlab.plugins.visualization.corebasics.extension |
---|
Classes in graphlab.plugins.visualization.corebasics.extension that implement Action | |
---|---|
class |
VisualizationExtensionAction
|
Uses of Action in graphlab.plugins.visualization.hierarchical |
---|
Classes in graphlab.plugins.visualization.hierarchical that implement Action | |
---|---|
class |
BendedTrees
|
Uses of Action in graphlab.plugins.visualization.localsfvis |
---|
Classes in graphlab.plugins.visualization.localsfvis that implement Action | |
---|---|
class |
circular
|
class |
LocalSF
User: root |
class |
Random
|
Uses of Action in graphlab.ui |
---|
Classes in graphlab.ui that implement Action | |
---|---|
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 Action in graphlab.ui.actions |
---|
Classes in graphlab.ui.actions that implement Action | |
---|---|
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 Action in graphlab.ui.extension |
---|
Classes in graphlab.ui.extension that implement Action | |
---|---|
class |
UIActionExtensionAction
wrap a UIAction in an AbstractAction |
|
GraphLab Project | |||||||||
PREV NEXT | FRAMES NO FRAMES |