?? securedocumentdao.java
字號:
package sample.dms.secured;import sample.dms.DocumentDao;/** * Extends the {@link DocumentDao} and introduces ACL-related methods. * * @author Ben Alex * @version $Id: SecureDocumentDao.java 1772 2006-12-17 00:54:13Z benalex $ * */public interface SecureDocumentDao extends DocumentDao { /** * @return all the usernames existing in the system. */ public String[] getUsers();}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -