public class Aliases extends Object
 Represents global storage for Win32 object aliases defined
 based on Alias annotation.
 
The object provides 2 major functions:
 Win32Client client = new Win32Client();
 Test1LevelWindow win = new Test1LevelWindow(client);
 ((Edit)Aliases.get("Sample Text")).setText("Hello");
 
 Alias}public static Window get(String entry)
entry - the alias name of the control to retrieve.public static void set(Window win)
win - window to get aliases from.Copyright © 2013. All rights reserved.