📄 zcompactcomment.java
字号:
package org.jdom;public class Comment implements Serializable, Cloneable { protected String text; protected Object parent; protected Comment(); public Comment(String text); public Element getParent(); protected Comment setParent(Element parent); public Comment detach(); public Document getDocument(); protected Comment setDocument(Document document); public String getText(); public Comment setText(String text); public String toString(); public final boolean equals(Object ob); public final int hashCode(); public Object clone(); }
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -