套件 | flashx.undo |
介面 | public interface IOperation |
實作者 | FlowOperation |
語言版本: | ActionScript 3.0 |
執行階段版本: | Flash Player 10, AIR 1.5 |
公用方法
方法 | 定義自 | ||
---|---|---|---|
重新執行作業。 | IOperation | ||
反轉作業。 | IOperation |
方法詳細資訊
performRedo | () | 方法 |
public function performRedo():void
語言版本: | ActionScript 3.0 |
執行階段版本: | Flash Player 10, AIR 1.5 |
重新執行作業。
作業也負責將自已推入還原堆疊。
performUndo | () | 方法 |
public function performUndo():void
語言版本: | ActionScript 3.0 |
執行階段版本: | Flash Player 10, AIR 1.5 |
反轉作業。
作業也負責將自已推入重做堆疊。
Tue Jun 12 2018, 03:47 PM Z