📄 decoder.java
字号:
/* * Wrapper.java * * Created on 2007年8月13日, 下午8:55 * * To change this template, choose Tools | Template Manager * and open the template in the editor. */package dyno.swing.designer.properties.wrappers;import dyno.swing.designer.properties.ValidationException;/** * * @author William Chen */public interface Decoder { Object decode(String txt); void validate(String txt) throws ValidationException;}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -