MCPcopy Create free account

hub / github.com/HelloBush/Java_MHXYdemo / types & classes

Types & classes128 in github.com/HelloBush/Java_MHXYdemo

ClassAccess
May need to run with some command line options (including from inside Eclipse). Look in the docs area at the Jacob usage document for command line opt
lib/jacob-1.20_src/jacob-1.20/samples/com/jacob/samples/access/Access.java:33
ClassActiveXComponent
This class provides a higher level, more object like, wrapper for top of the Dispatch object. The Dispatch class's method essentially directly map to
lib/jacob-1.20_src/jacob-1.20/src/com/jacob/activeX/ActiveXComponent.java:40
ClassActiveXComponentFactoryTest
This exercises the two Dispatch factor methods that let you control whether you create a new running COM object or connect to an existing one <p> May
lib/jacob-1.20_src/jacob-1.20/unittest/com/jacob/com/ActiveXComponentFactoryTest.java:14
ClassActiveXDispatchEvents
RELEASE 1.12 EXPERIMENTAL. <p> Use this exactly like the DispatchEvents class. This class plugs in an ActiveXInvocationProxy instead of an InvocationP
lib/jacob-1.20_src/jacob-1.20/src/com/jacob/activeX/ActiveXDispatchEvents.java:36
ClassActiveXInvocationProxy
RELEASE 1.12 EXPERIMENTAL. <p> This class that lets event handlers receive events with all java objects as parameters. The standard Jacob event method
lib/jacob-1.20_src/jacob-1.20/src/com/jacob/activeX/ActiveXInvocationProxy.java:54
ClassBaseTestCase
This base test class may require that the unittest package be 'jacob-project/unittest' be on the classpath to find some resources. May need to run wi
lib/jacob-1.20_src/jacob-1.20/unittest/com/jacob/test/BaseTestCase.java:24
ClassCalcTool
��ֵ���㹤����
src/pkgCalc/CalcTool.java:8
ClassComException
Standard exception thrown by com jni code when there is a problem
lib/jacob-1.20_src/jacob-1.20/src/com/jacob/com/ComException.java:25
ClassComFailException
COM Fail Exception class raised when there is a problem
lib/jacob-1.20_src/jacob-1.20/src/com/jacob/com/ComFailException.java:25
ClassComThread
Represents a COM level thread This is an abstract class because all the methods are static and no instances are ever created.
lib/jacob-1.20_src/jacob-1.20/src/com/jacob/com/ComThread.java:26
ClassCommand
Custom dispatch object to make it easy for us to provide application specific API.
lib/jacob-1.20_src/jacob-1.20/samples/com/jacob/samples/ado/Command.java:11
InterfaceCommandTypeEnum
lib/jacob-1.20_src/jacob-1.20/samples/com/jacob/samples/ado/CommandTypeEnum.java:5
ClassConnection
lib/jacob-1.20_src/jacob-1.20/samples/com/jacob/samples/ado/Connection.java:6
ClassController
This class looks bad because it is a compressed version that was originally in 3 different files as part of a bug submission. I didn't want to simplif
lib/jacob-1.20_src/jacob-1.20/unittest/com/jacob/test/excel/ControllerTest.java:47
ClassControllerTest
this test verifies that you can call toString() on a Variant extracted from Excel that contains a 2 dimensional array of doubles. 1.14M5 and earlier b
lib/jacob-1.20_src/jacob-1.20/unittest/com/jacob/test/excel/ControllerTest.java:19
ClassCurrency
Most COM bridges use java.lang.Long as their Java data type for COM Currency data. This is because COM currency is a 64 bit number where the last 4 di
lib/jacob-1.20_src/jacob-1.20/src/com/jacob/com/Currency.java:13
ClassDECLSPEC_UUID
lib/jacob-1.20_src/jacob-1.20/samples/com/jacob/samples/atl/MultiFace/MultiFace.h:553
ClassDLLFromJARClassLoader
It is sometimes necessary to run Jacob without being able to install the dll on the client machine. This is true in JavaWebStart (JWS) and possibly Ap
lib/jacob-1.20_src/jacob-1.20/samples/com/jacob/samples/JavaWebStart/DLLFromJARClassLoader.java:24
ClassDateUtilities
java / windows date conversion utilities @author joe
lib/jacob-1.20_src/jacob-1.20/src/com/jacob/com/DateUtilities.java:31
ClassDateUtilitiesTest
test cases that should exercise the new date conversion code <p> This test does not require any command line options because it is only a utility test
lib/jacob-1.20_src/jacob-1.20/unittest/com/jacob/com/DateUtilitiesTest.java:18
ClassDiskUtils
Example VB script that grabs hard drive properties. <p> Source Forge posting http://sourceforge.net/forum/forum.php?thread_id=1785936&forum_id=375946
lib/jacob-1.20_src/jacob-1.20/samples/com/jacob/samples/system/DiskUtils.java:22
ClassDispatch
Object represents MS level dispatch object. Each instance of this points at some data structure on the MS windows side. <p> You're going to live her
lib/jacob-1.20_src/jacob-1.20/src/com/jacob/com/Dispatch.java:28
ClassDispatchEvents
This class creates the scaffolding for event callbacks. Every instance of tis acts as a wrapper around some java object that wants callbacks from the
lib/jacob-1.20_src/jacob-1.20/src/com/jacob/com/DispatchEvents.java:41
ClassDispatchIdentifier
A bunch of DispatchIds that were pulled out of the Dispatch class for version 1.14.
lib/jacob-1.20_src/jacob-1.20/src/com/jacob/com/DispatchIdentifier.java:10
ClassDispatchNullProgramId
This test verifies that the Dispatch object protects itself when the constructor is called with a null program id. Prior to this protection, the VM mi
lib/jacob-1.20_src/jacob-1.20/unittest/com/jacob/com/DispatchNullProgramId.java:14
ClassDispatchProxy
If you need to pass a COM Dispatch object between STA threads, you have to marshall the interface. This class is used as follows: the STA that creates
lib/jacob-1.20_src/jacob-1.20/src/com/jacob/com/DispatchProxy.java:31
ClassDispatchTest
Test some of the Dispatch utility methods <p> May need to run with some command line options (including from inside Eclipse). Look in the docs area at
lib/jacob-1.20_src/jacob-1.20/unittest/com/jacob/com/DispatchTest.java:13
ClassDispatchValidDispatchTest
Test armoring of dispatch static methods <p> May need to run with some command line options (including from inside Eclipse). Look in the docs area at
lib/jacob-1.20_src/jacob-1.20/unittest/com/jacob/com/DispatchValidDispatchTest.java:12
ClassDm2Java
src/pkgDm/Dm2Java.java:9
ClassEnumVariant
An implementation of IEnumVariant based on code submitted by Thomas Hallgren (mailto:Thomas.Hallgren@eoncompany.com)
lib/jacob-1.20_src/jacob-1.20/src/com/jacob/com/EnumVariant.java:26
ClassEventProxy
* An instance of this class stands between a connection point * and a java object. When it gets invoked from the cp, it reflects * the call into the
lib/jacob-1.20_src/jacob-1.20/jni/EventProxy.h:36
ClassExcelDispatchTest
Sample test program snagged out of a question on the sun discussion area. <p> May need to run with some command line options (including from inside Ec
lib/jacob-1.20_src/jacob-1.20/samples/com/jacob/samples/office/ExcelDispatchTest.java:15
ClassExcelEventTest
This test was lifted from a forum posting and shows how you can't listen to Excel events (added post 1.9.1 Eclipse Settings.) This also uses the 1.9.1
lib/jacob-1.20_src/jacob-1.20/unittest/com/jacob/test/events/ExcelEventTest.java:22
ClassExcelEvents
Proxy class to verify we receive expected events
lib/jacob-1.20_src/jacob-1.20/unittest/com/jacob/test/events/ExcelEventTest.java:130
ClassFace
lib/jacob-1.20_src/jacob-1.20/samples/com/jacob/samples/atl/MultiFace/MultiFace.h:62
ClassFace
lib/jacob-1.20_src/jacob-1.20/samples/com/jacob/samples/atl/MultiFace/Face.h:17
ClassField
lib/jacob-1.20_src/jacob-1.20/samples/com/jacob/samples/ado/Field.java:6
ClassFields
lib/jacob-1.20_src/jacob-1.20/samples/com/jacob/samples/ado/Fields.java:6
ClassGameBean
��¼��Ϸȫ�����ݡ�״̬��Ϣ @author bush
src/pkgBean/GameBean.java:11
ClassGamePointBean
��Ϸ���࣬��¼��Ϸ��ij���������
src/pkgBean/GamePointBean.java:8
ClassIEEvents
The events class must be publicly accessible for reflection to work. The list of available events is located at http://msdn2.microsoft.com/en-us/libra
lib/jacob-1.20_src/jacob-1.20/unittest/com/jacob/test/events/IETest.java:184
ClassIEEventsActiveProxy
The events class must be publicly accessable for reflection to work. The list of available events is located at http://msdn2.microsoft.com/en-us/libra
lib/jacob-1.20_src/jacob-1.20/unittest/com/jacob/test/events/IETestActiveXProxy.java:163
ClassIETest
This test runs fine against jdk 1.4 and 1.5 This demonstrates the new event handling code in jacob 1.7 This example will open up IE and print out som
lib/jacob-1.20_src/jacob-1.20/unittest/com/jacob/test/events/IETest.java:23
ClassIETestActiveProxyThread
lib/jacob-1.20_src/jacob-1.20/unittest/com/jacob/test/events/IETestActiveXProxy.java:59
ClassIETestActiveXProxy
This test runs fine against jdk 1.4 and 1.5 This demonstrates the new event handling code in jacob 1.7 This example will open up IE and print out som
lib/jacob-1.20_src/jacob-1.20/unittest/com/jacob/test/events/IETestActiveXProxy.java:25
ClassIETestThread
lib/jacob-1.20_src/jacob-1.20/unittest/com/jacob/test/events/IETest.java:80
ClassImgSeek
src/pkgImgSeek/ImgSeek.java:26
ClassImgSeekBean
�洢ͼ��ƥ�����������Ϣ
src/pkgBean/ImgSeekBean.java:6
ClassInvocationProxy
@version $Id$ @author joe DispatchEvents wraps this class around any event handlers before making the JNI call that sets up the link with EventProxy.
lib/jacob-1.20_src/jacob-1.20/src/com/jacob/com/InvocationProxy.java:40
ClassInvocationProxyAllVariants
This class acts as a proxy between the windows event callback mechanism and the Java classes that are looking for events. It assumes that all of the J
lib/jacob-1.20_src/jacob-1.20/src/com/jacob/com/InvocationProxyAllVariants.java:37
ClassJacobDeadlockTest
Sourceforge defect report 1986987 July 2008. This test case demonstrated a deadlock issue. <UL> <LI>One thread attempts to create an object in a threa
lib/jacob-1.20_src/jacob-1.20/unittest/com/jacob/com/JacobDeadlockTest.java:24
ClassJacobException
The parent class of all Jacob exceptions. They all used to be based off of RuntimeException or ComException but it was decided to base them all off of
lib/jacob-1.20_src/jacob-1.20/src/com/jacob/com/JacobException.java:27
ClassJacobObject
The superclass of all Jacob objects. It is used to create a standard API framework and to facilitate memory management for Java and COM memory element
lib/jacob-1.20_src/jacob-1.20/src/com/jacob/com/JacobObject.java:35
ClassJacobObjectTest
This will eventually be changed to a unit test. <p> May need to run with some command line options (including from inside Eclipse). Look in the docs a
lib/jacob-1.20_src/jacob-1.20/unittest/com/jacob/com/JacobObjectTest.java:12
ClassJacobReleaseInfo
An interface to the version properties file. This code was removed from JacobObject because it doesn't belong there.
lib/jacob-1.20_src/jacob-1.20/src/com/jacob/com/JacobReleaseInfo.java:12
ClassJacobTestApplet
Example applet to demonstrate: 1. The use of jacob from an applet 2. To show how to distribute the jacob native lib with the applet (also works with w
lib/jacob-1.20_src/jacob-1.20/samples/com/jacob/samples/applet/JacobTestApplet.java:27
ClassLibraryLoader
Utility class to centralize the way in which the jacob JNI library is loaded. <p> This supports defining the path or library name using system proper
lib/jacob-1.20_src/jacob-1.20/src/com/jacob/com/LibraryLoader.java:74
ClassLibraryLoaderTest
Tests Library loader architecture methods This test requires that jacob.jar be compiled and added to the classpath. You will need to refresh the relea
lib/jacob-1.20_src/jacob-1.20/unittest/com/jacob/com/LibraryLoaderTest.java:20
ClassMainSTA
We provide our own main sta thread to avoid COM tagging a random thread as the main STA - this is the thread in which all Apartment threaded component
lib/jacob-1.20_src/jacob-1.20/src/com/jacob/com/MainSTA.java:28
ClassMathTest
This example uses the MathTest sample VB COM DLL under the MathProj directory <p> May need to run with some command line options (including from insid
lib/jacob-1.20_src/jacob-1.20/samples/com/jacob/samples/MathProj/MathTest.java:15
ClassMhxyAssist
�λø��������⣬��Ը������򣬰��������ij�ʼ�������õȺ��� @author Bush
src/pkgAssist/MhxyAssist.java:22
ClassMhxyJob
��Ϸ�ű������࣬�����Ϸ��������Ϸ��ʵ�ʵ����񡢻�Ƚű��߼�
src/pkgAssist/MhxyJob.java:12
ClassMultiFaceTest
lib/jacob-1.20_src/jacob-1.20/samples/com/jacob/samples/atl/MultiFaceTest.java:7
ClassNotImplementedException
Thrown by java APIs that are not implemented either because they were never implemented or because they are being deprecated This is a subclass of Com
lib/jacob-1.20_src/jacob-1.20/src/com/jacob/com/NotImplementedException.java:27
ClassOutlook
sample class to show simple outlook manipulation
lib/jacob-1.20_src/jacob-1.20/samples/com/jacob/samples/outlook/Outlook.java:15
ClassPowerpointTest
power point test program posted to sourceforge to demonstrate memory problem. The submitter stated they had the problem on windows 2000 with office 20
lib/jacob-1.20_src/jacob-1.20/unittest/com/jacob/test/powerpoint/PowerpointTest.java:33
ClassPowerpointTestThread
the thread class that runs power point
lib/jacob-1.20_src/jacob-1.20/unittest/com/jacob/test/powerpoint/PowerpointTest.java:90
ClassROT
The Running Object Table (ROT) maps each thread to a collection of all the JacobObjects that were created in that thread. It always operates on the cu
lib/jacob-1.20_src/jacob-1.20/src/com/jacob/com/ROT.java:43
ClassROT2Test
This test class exists to test the WeakRefernce implementation . It is not useful if there isn't one at this time <p> May need to run with some comm
lib/jacob-1.20_src/jacob-1.20/unittest/com/jacob/com/ROT2Test.java:15
ClassROT2TestThread
This will try and exercise the thread support in the ROT
lib/jacob-1.20_src/jacob-1.20/unittest/com/jacob/com/ROT2Test.java:34
ClassROT3Test
This tries to exercise ROT's garbage collection This is named this way because the build.xml ignores files ending in Test when building the binary zip
lib/jacob-1.20_src/jacob-1.20/unittest/com/jacob/com/ROT3Test.java:17
ClassROT3TestThread
This will try and exercise the thread support in the ROT
lib/jacob-1.20_src/jacob-1.20/unittest/com/jacob/com/ROT3Test.java:36
ClassROTTest
This tries to exercise ROT's garbage collection This will eventually be changed to a unit test. <p> May need to run with some command line options (i
lib/jacob-1.20_src/jacob-1.20/unittest/com/jacob/com/ROTTest.java:14
ClassRecordset
lib/jacob-1.20_src/jacob-1.20/samples/com/jacob/samples/ado/Recordset.java:6
ClassSTA
A class that implements a Single Threaded Apartment. Users will subclass this and override OnInit() and OnQuit() where they will create and destroy a
lib/jacob-1.20_src/jacob-1.20/src/com/jacob/com/STA.java:27
ClassSafeArray
This creates an array wrapper around Variant objects(?). This supports 1, 2 and n-dimensional arrays. It exists in this form because n-dimensional arr
lib/jacob-1.20_src/jacob-1.20/src/com/jacob/com/SafeArray.java:29
ClassSafeArrayContents
A safe array contents test (old test) <p> May need to run with some command line options (including from inside Eclipse). Look in the docs area at th
lib/jacob-1.20_src/jacob-1.20/unittest/com/jacob/test/safearray/SafeArrayContents.java:16
ClassSafeArrayDispatchTest
Test class to verify dispatch with SafeArray
lib/jacob-1.20_src/jacob-1.20/unittest/com/jacob/test/safearray/SafeArrayDispatchTest.java:13
ClassSafeArrayLeak
This test program demonstrates a weak in the setString(int[],String) method in SafeArray. To see the leak: <ul> <li>Bring up the windows task manager
lib/jacob-1.20_src/jacob-1.20/unittest/com/jacob/test/safearray/SafeArrayLeak.java:22
ClassSafeArrayReleaseTest
<p> May need to run with some command line options (including from inside Eclipse). Look in the docs area at the Jacob usage document for command line
lib/jacob-1.20_src/jacob-1.20/unittest/com/jacob/test/safearray/SafeArrayReleaseTest.java:55
ClassSafeArrayStringConstructorTest
Test case provided #41 Fix for SafeArray(String) constructor In the current release of Jacob, SafeArray.java contains a constructor which takes a str
lib/jacob-1.20_src/jacob-1.20/unittest/com/jacob/test/safearray/SafeArrayStringConstructorTest.java:15
ClassSafeArrayViaExcel
This does simple tests with SafeArray using Excel as a source <p> May need to run with some command line options (including from inside Eclipse). Look
lib/jacob-1.20_src/jacob-1.20/unittest/com/jacob/test/safearray/SafeArrayViaExcel.java:18
ClassScriptTest
In this case the component is created and used in the same thread and it's an Apartment Threaded component, so we call InitSTA. <p> May need to run wi
lib/jacob-1.20_src/jacob-1.20/unittest/com/jacob/test/vbscript/ScriptTest.java:19
ClassScriptTest2
This example demonstrates how to make calls between two different STA's. First, to create an STA, you need to extend the STA class and override its On
lib/jacob-1.20_src/jacob-1.20/unittest/com/jacob/test/vbscript/ScriptTest2.java:35
ClassScriptTest2ActiveX
This example demonstrates how to make calls between two different STA's. First, to create an STA, you need to extend the STA class and override its On
lib/jacob-1.20_src/jacob-1.20/unittest/com/jacob/test/vbscript/ScriptTest2ActiveX.java:33
ClassScriptTest2ActiveXSTA
lib/jacob-1.20_src/jacob-1.20/unittest/com/jacob/test/vbscript/ScriptTest2ActiveX.java:75
ClassScriptTest3
Here we create the ScriptControl component in a separate MTA thread and then call the Eval method from the main thread. The main thread must also be a
lib/jacob-1.20_src/jacob-1.20/unittest/com/jacob/test/vbscript/ScriptTest3.java:21
ClassScriptTest3ActiveX
Here we create the ScriptControl component in a separate MTA thread and then call the Eval method from the main thread. The main thread must also be a
lib/jacob-1.20_src/jacob-1.20/unittest/com/jacob/test/vbscript/ScriptTest3ActiveX.java:20
ClassScriptTest3ActiveXInner
lib/jacob-1.20_src/jacob-1.20/unittest/com/jacob/test/vbscript/ScriptTest3ActiveX.java:52
ClassScriptTest3Inner
lib/jacob-1.20_src/jacob-1.20/unittest/com/jacob/test/vbscript/ScriptTest3.java:57
ClassScriptTestActiveX
In this case the component is created and used in the same thread and it's an Apartment Threaded component, so we call InitSTA. <p> May need to run wi
lib/jacob-1.20_src/jacob-1.20/unittest/com/jacob/test/vbscript/ScriptTestActiveX.java:18
ClassScriptTestErrEvents
Extracted from ScriptTest so everyone can see this Made a test solely because it made the ant test easier
lib/jacob-1.20_src/jacob-1.20/unittest/com/jacob/test/vbscript/ScriptTestErrEvents.java:10
ClassScriptTestSTA
lib/jacob-1.20_src/jacob-1.20/unittest/com/jacob/test/vbscript/ScriptTest2.java:71
ClassSystemMonitor
Sample program that shows how to talk to WMI on local machine. This test program was derived from SourceForge question http://sourceforge.net/forum/f
lib/jacob-1.20_src/jacob-1.20/samples/com/jacob/samples/system/SystemMonitor.java:18
ClassTest
src/pkgTest/Test.java:7
ClassTestAssist
src/pkgTest/TestAssist.java:7
ClassTestCursor
src/pkgTest/TestCursor.java:9
ClassTestDM
src/pkgTest/TestDM.java:8
ClassTestEvents
sample class to catch the events
lib/jacob-1.20_src/jacob-1.20/samples/com/jacob/samples/MathProj/MathTest.java:63
ClassTestFindStr
src/pkgTest/TestFindStr.java:8
next →1–100 of 128, ranked by callers