扩展阅读
当前位置: 编程语言>java/jsp
java命名空间javax.swing.text类defaultformatter的类成员方法: clone定义及介绍
发布时间:2014-2-18
本文导语:
clone
public object clone()
throws clonenotsupportedexception
创建此 defaultformatter 的副本。
覆盖:类 jformattedtextfield.abstractformatter 中的 clone
返回:defaultformatter 的副本
抛出:
clonenotsupportedexception - 如果对象的类不支持 cloneable ...