cmtpropertystate.java
来自「SWT_designer安装软件」· Java 代码 · 共 12 行
JAVA
12 行
package com.swtdesigner.api.cmt;
/**
* @author scheglov_ke
*/
public interface CmtPropertyState {
/**
* Retrieves the component for which this class is a property state.
*/
CmtComponent getComponent();
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?