📄 datagrid.java
字号:
//
// Auto-generated using JActiveX.EXE 5.00.2918
// ("D:\Program Files\Microsoft Visual Studio\VJ98\jactivex.exe" /wfc /t "D:\Program Files\Microsoft Visual Studio\VJ98\wfc.jnf" /w /xi /X:rkc /l "C:\TEMP\jvcCBC.tmp" /nologo /d "E:\InfoServer\clients\Java\Trend\ISVjTrend" "C:\WINNT\System32\MSCHRT20.OCX")
//
// 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 mschrt20;
import com.ms.com.*;
import com.ms.com.IUnknown;
import com.ms.com.Variant;
import msdatsrc.*;
/** @com.class(classid=E9E074EB-BA0A-11D1-B137-0000F8753F5D,DynamicCasts)
@com.interface(iid=E9E074EA-BA0A-11D1-B137-0000F8753F5D, thread=AUTO, type=DUAL) */
public class DataGrid implements IUnknown,com.ms.com.NoAutoScripting,mschrt20.IVcDataGrid
{
/** @com.method(vtoffset=4, dispid=1, type=PROPGET, name="ColumnCount", name2="getColumnCount", addFlagsVtable=4)
@com.parameters([type=I2] return) */
public native short getColumnCount();
/** @com.method(vtoffset=5, dispid=1, type=PROPPUT, name="ColumnCount", name2="putColumnCount", addFlagsVtable=4)
@com.parameters([in,type=I2] ColumnCount) */
public native void setColumnCount(short ColumnCount);
/** @com.method(vtoffset=6, dispid=2, type=PROPGET, name="ColumnLabelCount", name2="getColumnLabelCount", addFlagsVtable=4)
@com.parameters([type=I2] return) */
public native short getColumnLabelCount();
/** @com.method(vtoffset=7, dispid=2, type=PROPPUT, name="ColumnLabelCount", name2="putColumnLabelCount", addFlagsVtable=4)
@com.parameters([in,type=I2] ColumnLabelCount) */
public native void setColumnLabelCount(short ColumnLabelCount);
/** @com.method(vtoffset=8, dispid=3, type=PROPGET, name="RowLabelCount", name2="getRowLabelCount", addFlagsVtable=4)
@com.parameters([type=I2] return) */
public native short getRowLabelCount();
/** @com.method(vtoffset=9, dispid=3, type=PROPPUT, name="RowLabelCount", name2="putRowLabelCount", addFlagsVtable=4)
@com.parameters([in,type=I2] RowLabelCount) */
public native void setRowLabelCount(short RowLabelCount);
/** @com.method(vtoffset=10, dispid=4, type=PROPGET, name="RowCount", name2="getRowCount", addFlagsVtable=4)
@com.parameters([type=I2] return) */
public native short getRowCount();
/** @com.method(vtoffset=11, dispid=4, type=PROPPUT, name="RowCount", name2="putRowCount", addFlagsVtable=4)
@com.parameters([in,type=I2] RowCount) */
public native void setRowCount(short RowCount);
/** @com.method(vtoffset=12, dispid=5, type=METHOD, name="DeleteColumns", addFlagsVtable=4)
@com.parameters([in,type=I2] Column, [in,type=I2] Count) */
public native void DeleteColumns(short Column, short Count);
/** @com.method(vtoffset=13, dispid=6, type=METHOD, name="InsertColumns", addFlagsVtable=4)
@com.parameters([in,type=I2] Column, [in,type=I2] Count) */
public native void InsertColumns(short Column, short Count);
/** @com.method(vtoffset=14, dispid=7, type=METHOD, name="DeleteColumnLabels", addFlagsVtable=4)
@com.parameters([in,type=I2] LabelIndex, [in,type=I2] Count) */
public native void DeleteColumnLabels(short LabelIndex, short Count);
/** @com.method(vtoffset=15, dispid=8, type=METHOD, name="InsertColumnLabels", addFlagsVtable=4)
@com.parameters([in,type=I2] LabelIndex, [in,type=I2] Count) */
public native void InsertColumnLabels(short LabelIndex, short Count);
/** @com.method(vtoffset=16, dispid=9, type=METHOD, name="DeleteRows", addFlagsVtable=4)
@com.parameters([in,type=I2] Row, [in,type=I2] Count) */
public native void DeleteRows(short Row, short Count);
/** @com.method(vtoffset=17, dispid=10, type=METHOD, name="InsertRows", addFlagsVtable=4)
@com.parameters([in,type=I2] Row, [in,type=I2] Count) */
public native void InsertRows(short Row, short Count);
/** @com.method(vtoffset=18, dispid=11, type=METHOD, name="DeleteRowLabels", addFlagsVtable=4)
@com.parameters([in,type=I2] LabelIndex, [in,type=I2] Count) */
public native void DeleteRowLabels(short LabelIndex, short Count);
/** @com.method(vtoffset=19, dispid=12, type=METHOD, name="InsertRowLabels", addFlagsVtable=4)
@com.parameters([in,type=I2] LabelIndex, [in,type=I2] Count) */
public native void InsertRowLabels(short LabelIndex, short Count);
/** @com.method(vtoffset=20, dispid=13, type=METHOD, name="RandomDataFill", addFlagsVtable=4)
@com.parameters() */
public native void RandomDataFill();
/** @com.method(vtoffset=21, dispid=14, type=METHOD, name="SetSize", addFlagsVtable=4)
@com.parameters([in,type=I2] RowLabelCount, [in,type=I2] ColumnLabelCount, [in,type=I2] DataRowCount, [in,type=I2] DataColumnCount) */
public native void SetSize(short RowLabelCount, short ColumnLabelCount, short DataRowCount, short DataColumnCount);
/** @com.method(vtoffset=22, dispid=15, type=METHOD, name="InitializeLabels", addFlagsVtable=4)
@com.parameters() */
public native void InitializeLabels();
/** @com.method(vtoffset=23, dispid=16, type=METHOD, name="RandomFillColumns", addFlagsVtable=4)
@com.parameters([in,type=I2] Column, [in,type=I2] Count) */
public native void RandomFillColumns(short Column, short Count);
/** @com.method(vtoffset=24, dispid=17, type=METHOD, name="RandomFillRows", addFlagsVtable=4)
@com.parameters([in,type=I2] Row, [in,type=I2] Count) */
public native void RandomFillRows(short Row, short Count);
/** @com.method(vtoffset=25, dispid=18, type=METHOD, name="MoveData", addFlagsVtable=4)
@com.parameters([in,type=I2] Top, [in,type=I2] Left, [in,type=I2] Bottom, [in,type=I2] Right, [in,type=I2] OverOffset, [in,type=I2] DownOffset) */
public native void MoveData(short Top, short Left, short Bottom, short Right, short OverOffset, short DownOffset);
/** @com.method(vtoffset=26, dispid=19, type=METHOD, name="GetData", addFlagsVtable=4)
@com.parameters([in,type=I2] Row, [in,type=I2] Column, [out,size=1,elementType=R8,type=ARRAY] DataPoint, [out,size=1,elementType=I2,type=ARRAY] nullFlag) */
public native void GetData(short Row, short Column, double[] DataPoint, short[] nullFlag);
/** @com.method(vtoffset=27, dispid=20, type=METHOD, name="SetData", addFlagsVtable=4)
@com.parameters([in,type=I2] Row, [in,type=I2] Column, [in,type=R8] DataPoint, [in,type=I2] nullFlag) */
public native void SetData(short Row, short Column, double DataPoint, short nullFlag);
/** @com.method(vtoffset=28, dispid=21, type=PROPGET, name="ColumnLabel", name2="getColumnLabel", addFlagsVtable=4)
@com.parameters([in,type=I2] Column, [in,type=I2] LabelIndex, [type=STRING] return) */
public native String getColumnLabel(short Column, short LabelIndex);
/** @com.method(vtoffset=29, dispid=21, type=PROPPUT, name="ColumnLabel", name2="putColumnLabel", addFlagsVtable=4)
@com.parameters([in,type=I2] Column, [in,type=I2] LabelIndex, [in,type=STRING] ColumnLabel) */
public native void setColumnLabel(short Column, short LabelIndex, String ColumnLabel);
/** @com.method(vtoffset=30, dispid=22, type=PROPGET, name="CompositeColumnLabel", name2="getCompositeColumnLabel", addFlagsVtable=4)
@com.parameters([in,type=I2] Column, [type=STRING] return) */
public native String getCompositeColumnLabel(short Column);
/** @com.method(vtoffset=31, dispid=23, type=PROPGET, name="CompositeRowLabel", name2="getCompositeRowLabel", addFlagsVtable=4)
@com.parameters([in,type=I2] Row, [type=STRING] return) */
public native String getCompositeRowLabel(short Row);
/** @com.method(vtoffset=32, dispid=24, type=PROPGET, name="RowLabel", name2="getRowLabel", addFlagsVtable=4)
@com.parameters([in,type=I2] Row, [in,type=I2] LabelIndex, [type=STRING] return) */
public native String getRowLabel(short Row, short LabelIndex);
/** @com.method(vtoffset=33, dispid=24, type=PROPPUT, name="RowLabel", name2="putRowLabel", addFlagsVtable=4)
@com.parameters([in,type=I2] Row, [in,type=I2] LabelIndex, [in,type=STRING] RowLabel) */
public native void setRowLabel(short Row, short LabelIndex, String RowLabel);
public static final com.ms.com._Guid iid = new com.ms.com._Guid((int)0xe9e074ea, (short)0xba0a, (short)0x11d1, (byte)0xb1, (byte)0x37, (byte)0x0, (byte)0x0, (byte)0xf8, (byte)0x75, (byte)0x3f, (byte)0x5d);
public static final com.ms.com._Guid clsid = new com.ms.com._Guid((int)0xe9e074eb, (short)0xba0a, (short)0x11d1, (byte)0xb1, (byte)0x37, (byte)0x0, (byte)0x0, (byte)0xf8, (byte)0x75, (byte)0x3f, (byte)0x5d);
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -