📄 jdsselectactionface.java
字号:
package drawsmart.itsv.framework;
public interface JDSSelectActionface {
/**
* 删除所选的组件(多个/单个)
* @param jDSComponentfaceAll JDSComponentface[]
*/
void delSelectComponent(JDSComponentface[] jDSComponentfaceAll,JDSDesktopface jDSDesktopface);
/**
* 删除所选的直线
* @param jDAllSLinefaces JDSLineface[]
*/
void delSelectLine(JDSLineface[] jDAllSLinefaces,JDSDesktopface jDSDesktopface);
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -