?? 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;}
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -