decoder.java
来自「SWING的界面UI包 SWING的界面UI包」· Java 代码 · 共 22 行
JAVA
22 行
/* * 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 + =
减小字号Ctrl + -
显示快捷键?