📄 updatablefigure.java
字号:
/* * UpdatableFigure.java * * Created on 28 aprile 2001, 20.14 */package org.joone.edit;/** * Interface implemented by all figures that can have updated their some contened value */public interface UpdatableFigure { void update(); }
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -