Uses of Class
com.cc.framework.ui.MenuType

Packages that use MenuType
com.cc.framework.ui   
com.cc.framework.ui.control   
com.cc.framework.ui.model   
com.cc.framework.ui.model.imp   
 

Uses of MenuType in com.cc.framework.ui
 

Fields in com.cc.framework.ui declared as MenuType
static MenuType MenuType.NONE
          type: NONE
static MenuType MenuType.MAIN
          type: MAIN
static MenuType MenuType.TOOLS
          type: TOOLS
static MenuType MenuType.SIDEBAR
          type: SIDEBAR
private static MenuType[] MenuType.ALL
          Collection with all menu types
 

Methods in com.cc.framework.ui that return MenuType
static MenuType MenuType.parse(java.lang.String code)
          Creates for the argument an object of type MenuType
 

Uses of MenuType in com.cc.framework.ui.control
 

Methods in com.cc.framework.ui.control that return MenuType
 MenuType MenuControl.getType()
          Returns the Type
 

Uses of MenuType in com.cc.framework.ui.model
 

Methods in com.cc.framework.ui.model that return MenuType
 MenuType MenuDesignModel.getType()
          Returns the MenuType
 

Methods in com.cc.framework.ui.model with parameters of type MenuType
 void MenuDesignModel.setType(MenuType type)
          Sets the MenuType
 

Uses of MenuType in com.cc.framework.ui.model.imp
 

Fields in com.cc.framework.ui.model.imp declared as MenuType
private  MenuType MenuDesignModelImp.type
          The type of the menu
 

Methods in com.cc.framework.ui.model.imp that return MenuType
 MenuType MenuDesignModelImp.getType()
           
 

Methods in com.cc.framework.ui.model.imp with parameters of type MenuType
 void MenuDesignModelImp.setType(MenuType type)
           
 



Copyright © 2000-2005 SCC Informationssysteme GmbH. All Rights Reserved.