扩展阅读
当前位置: 编程语言>java/jsp
java命名空间javax.swing.undo类abstractundoableedit的类成员方法: canundo定义及介绍
发布时间:2014-2-18
本文导语:
canundo
public boolean canundo()
如果此编辑为 alive 并且 hasbeendone 为 true,则返回 true。
指定者:接口 undoableedit 中的 canundo
返回:如果此编辑为 alive 并且 hasbeendone 为 true,则返回 true另请参见:die(),
undo(),
redo()