| java.lang.Object threaddemo.apps.refactor.Refactor
Refactor | public class Refactor (Code) | | Simulates some big model-based refactoring of files.
In this case, increments the number in all tag-nnn elements in XML files.
author: Jesse Glick |
Method Summary | |
public static void | run(Phadhail root, Frame app) Begin a refactoring session. |
run | public static void run(Phadhail root, Frame app)(Code) | | Begin a refactoring session.
Call from event thread; will proceed in its own thread.
Parameters: root - the root of the tree of phadhails to work on Parameters: app - owner app, or null |
|
|