Uses of Class
org.diamondspin.DSMenuBar

Packages that use DSMenuBar
org.diamondspin   
 

Uses of DSMenuBar in org.diamondspin
 

Fields in org.diamondspin declared as DSMenuBar
protected  DSMenuBar DSFrame.oldmenubar
           
 

Fields in org.diamondspin with type parameters of type DSMenuBar
protected  ArrayList<DSMenuBar> DSMenuBarManager.DSMenuBarList
          There are multiple menubars.
 

Methods in org.diamondspin that return DSMenuBar
 DSMenuBar DSTabletopPane.getDSMenuBar(int index)
           
 DSMenuBar DSMenuBarManager.getDSMenuBar(int index)
           
 DSMenuBar DSFrame.DSMenuBarProxy.getMenuBar()
           
static DSMenuBar DSUserCenteredEngine.getMenuBarForUserID(DSTabletopPane dsTabletopPane, int userid)
           
 

Methods in org.diamondspin that return types with arguments of type DSMenuBar
 ArrayList<DSMenuBar> DSTabletopPane.getDSMenuBarList()
           
 ArrayList<DSMenuBar> DSMenuBarManager.getDSMenuBarList()
           
 

Methods in org.diamondspin with parameters of type DSMenuBar
 void DSTabletopPane.addDSMenuBar(DSMenuBar DSMenuBar_Arg)
           
 void DSMenuBarManager.addDSMenuBar(DSMenuBar dsMenuBar)
          add a menubar in the list
 boolean DSTabletopPane.isMenuBarNearUser(DSMenuBar menubar, int id)
           
 boolean DSMenuBarManager.isMenuBarNearUser(DSMenuBar Menu_Arg, int id)
          For oriented sharing mode for menus, since I don't know what angle determines a certain user outside of table mode, I will make an educated guess by assuming it is the angle of their personal menu bar if they have one
 void DSMenuBarManager.pressMenubar(MouseEvent event, int id, DSMenuBar dsMenuBar)
          send a mousePressed() event to a given menubar
 void DSTabletopPane.removeDSMenuBar(DSMenuBar menubar)
           
 void DSMenuBarManager.removeDSMenuBar(DSMenuBar dsMenuBar)
          remove a menubar in the list
 



Copyright © 2006 Frederic Vernier(LIMSI) Chia Shen(MERL) Guillaume Besacier(LIMSI). All Rights Reserved.