GraphLab Project

Uses of Package
graphlab.ui

Packages that use graphlab.ui
graphlab.plugins.algorithmanimator.core.atoms.extension   
graphlab.plugins.algorithmanimator.extension   
graphlab.plugins.graphgenerator.core.extension   
graphlab.plugins.main.core.actions   
graphlab.plugins.main.extension   
graphlab.plugins.main.saveload.core.extension   
graphlab.plugins.reports.extension   
graphlab.plugins.visualization.corebasics.extension   
graphlab.ui   
graphlab.ui.components.gpropertyeditor   
 

Classes in graphlab.ui used by graphlab.plugins.algorithmanimator.core.atoms.extension
AbstractExtensionAction
          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())
 

Classes in graphlab.ui used by graphlab.plugins.algorithmanimator.extension
AbstractExtensionAction
          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())
 

Classes in graphlab.ui used by graphlab.plugins.graphgenerator.core.extension
AbstractExtensionAction
          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())
 

Classes in graphlab.ui used by graphlab.plugins.main.core.actions
AttributeSetView
          the eXtended attribute which is a kind of view for notifiableAttributeSet, it then connects to the notifiableAttributeSet which is a kind of model for it.
 

Classes in graphlab.ui used by graphlab.plugins.main.extension
AbstractExtensionAction
          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())
 

Classes in graphlab.ui used by graphlab.plugins.main.saveload.core.extension
AbstractExtensionAction
          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())
 

Classes in graphlab.ui used by graphlab.plugins.reports.extension
AbstractExtensionAction
          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())
 

Classes in graphlab.ui used by graphlab.plugins.visualization.corebasics.extension
AbstractExtensionAction
          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())
 

Classes in graphlab.ui used by graphlab.ui
AbstractExtensionAction
          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())
AttributeSetView
          the eXtended attribute which is a kind of view for notifiableAttributeSet, it then connects to the notifiableAttributeSet which is a kind of model for it.
ExtensionShellCommandProvider
           
NotifiableAttributeSetView
           
UI
          this class is the base class of UI actions, it contains the methods to load UserInterfaces from XML it contains the methods to access different parts of a UI...
 

Classes in graphlab.ui used by graphlab.ui.components.gpropertyeditor
AttributeSetView
          the eXtended attribute which is a kind of view for notifiableAttributeSet, it then connects to the notifiableAttributeSet which is a kind of model for it.
 


GraphLab Project