⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 com.java

📁 源码为Eclipse开源开发平台桌面开发工具SWT的源代码,
💻 JAVA
📖 第 1 页 / 共 4 页
字号:
	public static final int DATADIR_GET = 1;	public static final int DATADIR_SET = 2;	public static final int DISP_E_EXCEPTION = 0x80020009;	public static final int DISP_E_MEMBERNOTFOUND = -2147352573;	public static final int DISP_E_UNKNOWNINTERFACE = 0x80020001;	//public static final int DISPID_AMBIENT_APPEARANCE = -716;	//public static final int DISPID_AMBIENT_AUTOCLIP = -715;	public static final int DISPID_AMBIENT_BACKCOLOR = -701;	//public static final int DISPID_AMBIENT_CHARSET = -727;	//public static final int DISPID_AMBIENT_CODEPAGE = -725;	//public static final int DISPID_AMBIENT_DISPLAYASDEFAULT = -713;	//public static final int DISPID_AMBIENT_DISPLAYNAME = -702;	public static final int DISPID_AMBIENT_FONT = -703;	public static final int DISPID_AMBIENT_FORECOLOR = -704;	public static final int DISPID_AMBIENT_LOCALEID = -705;	public static final int DISPID_AMBIENT_MESSAGEREFLECT = -706;	public static final int DISPID_AMBIENT_OFFLINEIFNOTCONNECTED = -5501;	//public static final int DISPID_AMBIENT_PALETTE = -726;	//public static final int DISPID_AMBIENT_RIGHTTOLEFT = -732;	//public static final int DISPID_AMBIENT_SCALEUNITS = -707;	public static final int DISPID_AMBIENT_SHOWGRABHANDLES = -711;	public static final int DISPID_AMBIENT_SHOWHATCHING = -712;	public static final int DISPID_AMBIENT_SILENT = -5502;	public static final int DISPID_AMBIENT_SUPPORTSMNEMONICS = -714;	//public static final int DISPID_AMBIENT_TEXTALIGN = -708;	//public static final int DISPID_AMBIENT_TOPTOBOTTOM = -733;	//public static final int DISPID_AMBIENT_TRANSFERPRIORITY = -728;	public static final int DISPID_AMBIENT_UIDEAD = -710;	public static final int DISPID_AMBIENT_USERMODE = -709;	public static final int DISPID_BACKCOLOR = -501;	public static final int DISPID_FONT = -512;	public static final int DISPID_FONT_BOLD    = 3;	public static final int DISPID_FONT_CHARSET = 8; 	public static final int DISPID_FONT_ITALIC  = 4; 	public static final int DISPID_FONT_NAME    = 0;	public static final int DISPID_FONT_SIZE    = 2;	public static final int DISPID_FONT_STRIKE  = 6;	public static final int DISPID_FONT_UNDER   = 5;	public static final int DISPID_FONT_WEIGHT  = 7;	public static final int DISPID_FORECOLOR = -513;	//public static final int DISPID_READYSTATE = -525;	//public static final int DISPID_READYSTATECHANGE = -609;	public static final int DRAGDROP_S_DROP   = 0x00040100; //Successful drop took place	public static final int DRAGDROP_S_CANCEL = 0x00040101; //  Drag-drop operation canceled	public static final int DRAGDROP_S_USEDEFAULTCURSORS = 0x00040102; // Use the default cursor	public static final int DROPEFFECT_NONE = 0; // Drop target cannot accept the data. 	public static final int DROPEFFECT_COPY = 1; // Drop results in a copy. The original data is untouched by 	                                             // the drag source. 	public static final int DROPEFFECT_MOVE = 2; // Drag source should remove the data. 	public static final int DROPEFFECT_LINK = 4; // Drag source should create a link to the original data. 	public static final int DROPEFFECT_SCROLL = 0x80000000; // Scrolling is about to start or is currently 	                                                        // occurring in the target. This value is used in 	                                                        // addition to the other values. 	public static final int DV_E_FORMATETC = -2147221404;	public static final int DV_E_STGMEDIUM = -2147221402;	public static final int DV_E_TYMED = -2147221399;	public static final int DVASPECT_CONTENT = 1;	//public static final int DVASPECT_DOCPRINT = 8;	//public static final int DVASPECT_ICON = 4;	//public static final int DVASPECT_THUMBNAIL = 2;	public static final int E_FAIL = -2147467259;  //Unspecified failure.	public static final int E_INVALIDARG = -2147024809;	public static final int E_NOINTERFACE = -2147467262;  //QueryInterface did not recognize the requested interface.	public static final int E_NOTIMPL = -2147467263;  //Member function contains no implementation.	//public static final int E_NOTLICENSED = -2147221230;	//public static final int E_OUTOFMEMORY = -2147024882;  //Function failed to allocate necessary memory.	//public static final int E_POINTER = -2147467261;	public static final int GMEM_FIXED = 0;  //Global Memory Constants	//public static final int GMEM_MOVABLE = 2;	//public static final int GMEM_NODISCARD = 32;	public static final int GMEM_ZEROINIT = 64;	public static final int GUIDKIND_DEFAULT_SOURCE_DISP_IID = 1;	public static final int IMPLTYPEFLAG_FDEFAULT = 1;	//public static final int IMPLTYPEFLAG_FDEFAULTVTABLE = 2048;	public static final int IMPLTYPEFLAG_FRESTRICTED = 4;	public static final int IMPLTYPEFLAG_FSOURCE = 2;	public static final int LOCALE_SYSTEM_DEFAULT = 1024;  //Locale Constants	public static final int LOCALE_USER_DEFAULT = 2048;	//public static final int MEMCTX_TASK = 1;  //dwMemContext values for COM's task memory allocation service	//public static final int OLEACTIVATEAUTO = 3;  //Object is activated based on the object's default method of activation 	//public static final int OLEACTIVATEDOUBLECLICK = 2;  //Object is activated when the OLE container control is double-clicked 	//public static final int OLEACTIVATEGETFOCUS = 1;  //Object is activated when the OLE container control gets the focus 	//public static final int OLEACTIVATEMANUAL = 0;  //OLE object isn't automatically activated 	//public static final int OLEAUTOMATIC = 0;  //Object is updated each time the linked data changes 	//public static final int OLECHANGED = 0;  //Object's data has changed 	public static final int OLECLOSE_NOSAVE = 1;	//public static final int OLECLOSE_PROMPTSAVE = 2;	public static final int OLECLOSE_SAVEIFDIRTY = 0;		//public static final int OLECLOSED = 2;  //Application file containing the linked object's data has been closed 	//public static final int OLECONTF_EMBEDDINGS = 1;  //The OLECONTF enumeration indicates the kind of objects to be enumerated by the returned IEnumUnknown interface	//public static final int OLECONTF_LINKS = 2;	//public static final int OLECONTF_ONLYIFRUNNING = 16;	//public static final int OLECONTF_ONLYUSER = 8;	//public static final int OLECONTF_OTHERS = 4;	//public static final int OLEDEACTIVATEMANUAL = 1;  //The OLE object can only be deactivated programatically via the #doVerb: method."	//public static final int OLEDEACTIVATEONLOSEFOCUS = 0;  //The OLE object is deactivated whenever focus is given to another widget in the receiver's shell. 	//public static final int OLEDECBORDER = 1;  //a border is displayed around the receiver.	//public static final int OLEDECBORDERANDNIBS = 3;  //border and resize nibs are displayed.	//public static final int OLEDECNIBS = 2;  //resize nibs are displayed around the reciever.	//public static final int OLEDECNONE = 0;  //no special trimmings are displayed around the receiver.	//public static final int OLEDISPLAYCONTENT = 0;  //Object's data is displayed in the OLE container control 	//public static final int OLEDISPLAYICON = 1;  //Object's icon is displayed in the OLE container control 	//public static final int OLEEITHER = 2;  //OLE container control can contain either a linked or an embedded object 	public static final int OLEEMBEDDED = 1;  //OLE container control contains an embedded object 	//public static final int OLEFROZEN = 1;  //Object is updated whenever the user saves the linked document from within the application in which it was created 	public static final int OLEIVERB_DISCARDUNDOSTATE = -6;  //close the OLE object and discard the undo state	//public static final int OLEIVERB_HIDE = -3;  //hide the OLE object	public static final int OLEIVERB_INPLACEACTIVATE = -5;  //open the OLE for editing in-place		//public static final int OLEIVERB_OPEN = -2;  //open the OLE object for editing in a separate window	public static final int OLEIVERB_PRIMARY = 0;  //opens the OLE object for editing	//public static final int OLEIVERB_PROPERTIES = -7;  //request the OLE object properties dialog	//public static final int OLEIVERB_SHOW = -1;  //show the OLE object	//public static final int OLEIVERB_UIACTIVATE = -4;  //activate the UI for the OLE object 	public static final int OLELINKED = 0;  //OLE container control contains a linked object 	//public static final int OLEMANUAL = 2;  //Object is updated only when the Action property is set to 6 (Update) 	//public static final int OLEMISC_ACTIVATEWHENVISIBLE = 256;	//public static final int OLEMISC_ACTSLIKEBUTTON = 4096;	//public static final int OLEMISC_ACTSLIKELABEL = 8192;	//public static final int OLEMISC_ALIGNABLE = 32768;	//public static final int OLEMISC_ALWAYSRUN = 2048;	//public static final int OLEMISC_CANLINKBYOLE1 = 32;	//public static final int OLEMISC_CANTLINKINSIDE = 16;	//public static final int OLEMISC_IGNOREACTIVATEWHENVISIBLE = 524288;	//public static final int OLEMISC_IMEMODE = 262144;	//public static final int OLEMISC_INSERTNOTREPLACE = 4;	//public static final int OLEMISC_INSIDEOUT = 128;	//public static final int OLEMISC_INVISIBLEATRUNTIME = 1024;	//public static final int OLEMISC_ISLINKOBJECT = 64;	//public static final int OLEMISC_NOUIACTIVATE = 16384;	//public static final int OLEMISC_ONLYICONIC = 2;	//public static final int OLEMISC_RECOMPOSEONRESIZE = 1;	//public static final int OLEMISC_RENDERINGISDEVICEINDEPENDENT = 512;	//public static final int OLEMISC_SETCLIENTSITEFIRST = 131072;	//public static final int OLEMISC_SIMPLEFRAME = 65536;	//public static final int OLEMISC_STATIC = 8;	//public static final int OLEMISC_SUPPORTSMULTILEVELUNDO = 2097152;	//public static final int OLEMISC_WANTSTOMENUMERGE = 1048576;	//public static final int OLENONE = 3;  //OLE container control doesn't contain an object 	//public static final int OLERENAMED = 3;  //Application file containing the linked object's data has been renamed 	//public static final int OLERENDER_ASIS = 3;  //Ole Create rendering formats	public static final int OLERENDER_DRAW = 1;	//public static final int OLERENDER_FORMAT = 2;	//public static final int OLERENDER_NONE = 0;	//public static final int OLESAVED = 1;  //Object's data has been saved by the application that created the object 	//public static final int OLESIZEAUTOSIZE = 2;  //OLE container control is automatically resized to display the entire object 	//public static final int OLESIZECLIP = 0;  //Object's image is clipped by the OLE container control's borders 	//public static final int OLESIZESTRETCH = 1;  //Object's image is sized to fill the OLE container control 	//public static final int OLESIZEZOOM = 3;  //Object's image is stretched but in proportion 	//public static final int OLEWHICHMK_CONTAINER = 1;	//public static final int OLEWHICHMK_OBJFULL = 3;	//public static final int OLEWHICHMK_OBJREL = 2;	public static final int S_FALSE = 1;  //Used for functions that semantically return a Boolean FALSE result to indicate that the function succeeded.	public static final int S_OK = 0;  //Function succeeded.	public static final int STG_E_FILENOTFOUND = 0x80030002;	public static final int STG_S_CONVERTED = 0x00030200;	//public static final int STGC_CONSOLIDATE = 8;	//public static final int STGC_DANGEROUSLYCOMMITMERELYTODISKCACHE = 4;	public static final int STGC_DEFAULT = 0;	//public static final int STGC_ONLYIFCURRENT = 2;	//public static final int STGC_OVERWRITE = 1;	public static final int STGM_CONVERT = 0x00020000;	public static final int STGM_CREATE = 0x00001000;	public static final int STGM_DELETEONRELEASE = 0x04000000;	public static final int STGM_DIRECT = 0x00000000;	public static final int STGM_DIRECT_SWMR = 0x00400000;	public static final int STGM_FAILIFTHERE = 0x00000000;	public static final int STGM_NOSCRATCH = 0x00100000;	public static final int STGM_NOSNAPSHOT = 0x00200000;	public static final int STGM_PRIORITY = 0x00040000;

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -