eusergroupsc.java

来自「jrc-src0.4.00源代码发布版(Java客户端框架)」· Java 代码 · 共 65 行

JAVA
65
字号
//Source file: d:\\Program Files\\Rational\\RUPBuilder\\cn\\com\\efly\\clientframe\\feature\\enterprise\\EUserGroupSC.java

package efly.clientframe.feature.enterprise;

import efly.clientframe.extension.SettingCompound;
import efly.clientframe.core.Privileger;
import efly.clientframe.core.PrivilegeInfo;
import org.eclipse.swt.widgets.Composite;

public class EUserGroupSC extends SettingCompound implements Enterprise, Privileger 
{
   
   /**
    * @roseuid 3DDC73E60333
    */
   public EUserGroupSC() 
   {
    
   }
   
   /**
    * @return PrivilegeInfo[]
    * @roseuid 3DD9E42E028A
    */
   public PrivilegeInfo[] iniPrivileges() 
   {
    return null;
   }
   
   /**
    * @return Composite
    * @roseuid 3DDB2DD7035D
    */
   protected Composite getSettingUI() 
   {
    return null;
   }
   
   /**
    * @return String[]
    * @roseuid 3DDB2DD70385
    */
   protected String[] getParentItemPath() 
   {
    return null;
   }
   
   /**
    * @return String
    * @roseuid 3DDB2DD703AD
    */
   protected String getItemName() 
   {
    return null;
   }
   
   /**
    * @roseuid 3DDB312F0263
    */
   public void initialize() 
   {
    
   }
}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?