package org.jblooming.waf.constants;
public interface Commands {
String COMMAND = "CM";
String ADD = "AD";
String EDIT = "ED";
String DELETE = "DL";
String FIND = "FN";
String SAVE = "SV";
String GO = "GO";
String UNLINK = "UNL";
String UP = "UP";
String LOGIN = "LG";
String LOGOUT = "LO";
String BACK = "BACK";
String BACK_TO = "BACKT";
String MOVE_TO_SELECTED = "MTS";
String MOVE_TO_UNSELECTED = "MTU";
String MOVE_ALL_TO_SELECTED = "MATS";
String MOVE_ALL_TO_UNSELECTED = "MATU";
String SYNCHRONIZE = "SYNC";
String INSTALL = "INS";
String UNINSTALL = "UNINS";
String DELETE_DESCENDANTS = "DLD";
String SAVE_CHILDREN = "SAVECHILDREN";
String DUPLICATE = "DUPLICATE";
String FILE_VIEW = "FILEVIEW";
String UPDATE_WIN_SIZE = "UPDATEWINSIZE";
String DELETE_PREVIEW = "DELETEPREVIEW";
String RELOAD = "RELOAD";
String PRINT= "PRINT" ;
// for containers & tabsets
String CMD_MOVE = "MOVE";
String CMD_CLOSE = "CLOSE";
String CMD_HIDE = "HIDE";
String CMD_RESTORE = "RESTORE";
String CMD_RESIZE = "RESIZE";
String CMD_MAXIMIZE = "MAXIMIZE";
String CMD_MINIMIZE = "MINIMIZE";
String CMD_COLLAPSE = "COLLAPSE";
String CMD_ICONIZE = "ICONIZE";
String CMD_SHOW = "SHOW";
String START = "START";
String STOP = "STOP";
}