home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1998 July & August
/
Pcwk78a98.iso
/
Micrsoft
/
VJ
/
COMMON
/
IDE
/
IDE98
/
WFCFORMS.CAB
/
iforms
/
host
/
IIFFormDesigner.java
< prev
next >
Wrap
Text File
|
1998-03-05
|
5KB
|
113 lines
//
// Auto-generated using JActiveX.EXE 4.79.2207
// (E:\IRONWOOD\tools\jactivex -nologo -d E:\IRONWOOD\build\Retail -p:b- -p iforms.host E:\IRONWOOD\build\Retail\iforms\host\ifhost.tlb)
//
// WARNING: Do not remove the comments that include "@com" directives.
// This source file must be compiled by a @com-aware compiler.
// If you are using the Microsoft Visual J++ compiler, you must use
// version 1.02.3920 or later. Previous versions will not issue an error
// but will not generate COM-enabled class files.
//
package iforms.host;
import com.ms.com.*;
import com.ms.com.IUnknown;
import com.ms.com.Variant;
// VTable-only interface IIFFormDesigner
/** @com.interface(iid=79F506B3-15AC-11D1-8BEF-00A0C90F26F7, thread=AUTO) */
public interface IIFFormDesigner extends IUnknown
{
/** @com.method(vtoffset=0, addFlagsVtable=4)
@com.parameters() */
public void show();
/** @com.method(vtoffset=1, addFlagsVtable=4)
@com.parameters([type=I4] return) */
public int getHwnd();
/** @com.method(vtoffset=2, addFlagsVtable=4)
@com.parameters([in,iid=79F506B2-15AC-11D1-8BEF-00A0C90F26F7,thread=AUTO,type=OBJECT] pCont) */
public void setFormContainer(iforms.host.IIFFormContainer pCont);
/** @com.method(vtoffset=3, addFlagsVtable=4)
@com.parameters() */
public void setFormMenu();
/** @com.method(vtoffset=4, addFlagsVtable=4)
@com.parameters() */
public void selectDesigner();
/** @com.method(vtoffset=5, addFlagsVtable=4)
@com.parameters() */
public void showEventHandler();
/** @com.method(vtoffset=6, addFlagsVtable=4)
@com.parameters([iid=79F506B4-15AC-11D1-8BEF-00A0C90F26F7,thread=AUTO,type=OBJECT] return) */
public iforms.host.IIFFormInstance getInstance();
/** @com.method(vtoffset=7, addFlagsVtable=4)
@com.parameters([in,type=BOOLEAN] fPaintForm) */
public void onFormActivate(boolean fPaintForm);
/** @com.method(vtoffset=8, addFlagsVtable=4)
@com.parameters([in,type=BOOLEAN] fPaintForm) */
public void onFormDeactivate(boolean fPaintForm);
/** @com.method(vtoffset=9, addFlagsVtable=4)
@com.parameters([in,type=PTR] iidGroup, [in,type=U4] icmd, [type=U4] return) */
public int queryStatus(com.ms.com._Guid iidGroup, int icmd);
/** @com.method(vtoffset=10, addFlagsVtable=4)
@com.parameters([in,type=PTR] iidGroup, [in,type=U4] icmd, [type=BOOLEAN] return) */
public boolean exec(com.ms.com._Guid iidGroup, int icmd);
/** @com.method(vtoffset=11, addFlagsVtable=4)
@com.parameters([type=U4] return) */
public int getVerbCount();
/** @com.method(vtoffset=12, addFlagsVtable=4)
@com.parameters([in,type=U4] dwVerb, [type=STRING] return) */
public String getVerbText(int dwVerb);
/** @com.method(vtoffset=13, addFlagsVtable=4)
@com.parameters([in,type=U4] dwVerb) */
public void execVerb(int dwVerb);
/** @com.method(vtoffset=14, addFlagsVtable=4)
@com.parameters([type=BOOLEAN] return) */
public boolean isCustomizerAvailable();
/** @com.method(vtoffset=15, addFlagsVtable=4)
@com.parameters([in,type=I4] hwndParent) */
public void invokeCustomizer(int hwndParent);
/** @com.method(vtoffset=16, addFlagsVtable=4)
@com.parameters([in,type=I4] hwnd, [in,type=I4] message, [in,type=I4] wParam, [in,type=I4] lParam, [type=BOOLEAN] return) */
public boolean isDesignerMessage(int hwnd, int message, int wParam, int lParam);
/** @com.method(vtoffset=17, addFlagsVtable=4)
@com.parameters([in,type=STRING] szClass) */
public void addComponent(String szClass);
/** @com.method(vtoffset=18, addFlagsVtable=4)
@com.parameters([in,type=STRING] szClass, [in,type=I4] posX, [in,type=I4] posY) */
public void addComponentAtPoint(String szClass, int posX, int posY);
/** @com.method(vtoffset=19, addFlagsVtable=4)
@com.parameters([in,iid=00000000-0000-0000-C000-000000000046,thread=AUTO,type=OBJECT] pDO, [type=BOOLEAN] return) */
public boolean canAddContents(IUnknown pDO);
/** @com.method(vtoffset=20, addFlagsVtable=4)
@com.parameters([in,iid=00000000-0000-0000-C000-000000000046,thread=AUTO,type=OBJECT] pDO) */
public void addContents(IUnknown pDO);
/** @com.method(vtoffset=21, addFlagsVtable=4)
@com.parameters([in,iid=00000000-0000-0000-C000-000000000046,thread=AUTO,type=OBJECT] pDO, [in,type=I4] posX, [in,type=I4] posY) */
public void addContentsAtPoint(IUnknown pDO, int posX, int posY);
public static final com.ms.com._Guid iid = new com.ms.com._Guid((int)0x79f506b3, (short)0x15ac, (short)0x11d1, (byte)0x8b, (byte)0xef, (byte)0x0, (byte)0xa0, (byte)0xc9, (byte)0xf, (byte)0x26, (byte)0xf7);
}