⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 eusersc.java

📁 jrc-src0.4.00源代码发布版(Java客户端框架)
💻 JAVA
字号:
//Source file: d:\\Program Files\\Rational\\RUPBuilder\\cn\\com\\efly\\clientframe\\feature\\enterprise\\EUserSC.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 EUserSC extends SettingCompound implements Enterprise, Privileger 
{
   
   /**
    * @roseuid 3DDC73E70371
    */
   public EUserSC() 
   {
    
   }
   
   /**
    * @return PrivilegeInfo[]
    * @roseuid 3DD9E42F02F9
    */
   public PrivilegeInfo[] iniPrivileges() 
   {
    return null;
   }
   
   /**
    * @return Composite
    * @roseuid 3DDB2DD8005B
    */
   protected Composite getSettingUI() 
   {
    return null;
   }
   
   /**
    * @return String[]
    * @roseuid 3DDB2DD8008D
    */
   protected String[] getParentItemPath() 
   {
    return null;
   }
   
   /**
    * @return String
    * @roseuid 3DDB2DD800B5
    */
   protected String getItemName() 
   {
    return null;
   }
   
   /**
    * @roseuid 3DDB312F0354
    */
   public void initialize() 
   {
    
   }
}

⌨️ 快捷键说明

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