GraphLab Project

Uses of Class
graphlab.ui.components.gmenu.KeyBoardShortCut

Packages that use KeyBoardShortCut
graphlab.ui.components.gmenu   
 

Uses of KeyBoardShortCut in graphlab.ui.components.gmenu
 

Fields in graphlab.ui.components.gmenu with type parameters of type KeyBoardShortCut
static java.util.HashMap<java.lang.String,KeyBoardShortCut> KeyBoardShortCutProvider.shortCuts
           
 

Methods in graphlab.ui.components.gmenu that return KeyBoardShortCut
static KeyBoardShortCut KeyBoardShortCutProvider.registerKeyBoardShortcut(java.lang.String accelerator, java.lang.String label, int index)
           
 


GraphLab Project