www.pudn.com > WordTip.zip > EventID.java
/*
* Created on 2005-1-27
*
* TODO To change the template for this generated file go to
* Window - Preferences - Java - Code Style - Code Templates
*/
package net.hyweb.ui;
/**
* @author user
*
* TODO To change the template for this generated type comment go to
* Window - Preferences - Java - Code Style - Code Templates
*/
public class EventID {
public EventID(){
}
public static final String VERSION = "1.1";
public static final String RS_NAME = "WordTip";
public static final String AUTHOR = "Ye Huang";
public static final byte VIEW_ALL = 100;
public static final byte SEARCH_WORD = 101;
public static final byte ADD_NEW_WORD = 102;
public static final byte ABOUT = 103;
public static final byte ALERT_ENWORD = 110;
public static final byte ALERT_CNWORD = 111;
public static final byte SAVE_WORD = 112;
public static final byte DELETE_WORD = 113;
public static final byte DELETE_WORD_YES = 114;
public static final byte DETAILED_WORD = 115;
public static final int SEARCH_EQUAL = 116;
public static final int SEARCH_STARTWITH = 117;
public static final int SEARCH_MANUAL = 118;
public static final int SEARCH_AUTO = 119;
public static final byte ALERT_EMPTY = 120;
public static final byte UI_MAIN = 00;
public static String Perform_Vendor = "unknown";
public static String Perform_Description = "unknown";
public static String Perform_MIDletDescription = "unknown";
public static String Perform_JadFileVersion = "unknown";
public static String Perform_MIDletDataSize = "unknown";
}