📄 xpdlelementeditor.java
字号:
package org.enhydra.jawe.base.editor;import java.awt.Window;import org.enhydra.jawe.JaWEComponent;import org.enhydra.shark.xpdl.XMLElement;public interface XPDLElementEditor extends JaWEComponent { void configure(); void setTitle (String title); XPDLElementEditor getParentEditor (); XMLElement getEditingElement (); void editXPDLElement (); void editXPDLElement (XMLElement el); boolean canApplyChanges ();// void applyChanges (); int getStatus(); Window getWindow (); Window getParentWindow (); public boolean isVisible(); public void setModified (boolean modif); public void close ();}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -