📄 abstracturldocument.java
字号:
/* * Created on 12.03.2004 * */package net.sourceforge.ganttproject.document;/** * All types of documents, that wish to be handled by the URLChooser-GUI, have * to extend this abstract class. * * @author Michael Haeusler (michael at akatose.de) */public abstract class AbstractURLDocument extends AbstractDocument { /** * "URLDocuments" don't return null on calls to getURLPath(). */ public String getURLPath() { return getPath(); }}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -