MCPcopy Create free account

hub / github.com/HelloBush/Java_MHXYdemo / functions

Functions1,322 in github.com/HelloBush/Java_MHXYdemo

MethodtoDispatch
@return Dispatch the dispatch retrieved from the stream
lib/jacob-1.20_src/jacob-1.20/src/com/jacob/com/DispatchProxy.java:50
MethodtoDouble
@deprecated should call changeType() then getDouble() @return the content of this variant as a double (after possible conversion)
lib/jacob-1.20_src/jacob-1.20/src/com/jacob/com/Variant.java:2011
MethodtoError
converts to an error type and returns the error @deprecated should use changeType() followed by getError() @return the error as an int (after convers
lib/jacob-1.20_src/jacob-1.20/src/com/jacob/com/Variant.java:2026
MethodtoFloat
attempts to return the contents of this variant as a float (after possible conversion) @deprecated should use changeType() and getFloat() instead @re
lib/jacob-1.20_src/jacob-1.20/src/com/jacob/com/Variant.java:2039
MethodtoInt
@deprecated should use changeType() followed by getInt() @return the value of this variant as an int (after possible conversion)
lib/jacob-1.20_src/jacob-1.20/src/com/jacob/com/Variant.java:2049
MethodtoJavaDate
Returns the windows time contained in this Variant as a Java Date converts to a date like many of the other toXXX() methods SF 959382. <p> This method
lib/jacob-1.20_src/jacob-1.20/src/com/jacob/com/Variant.java:2069
MethodtoObject
Acts a a cover for toDispatch. This primarily exists to support jacobgen. @deprecated this is a cover for toDispatch(); @return Object returned by to
lib/jacob-1.20_src/jacob-1.20/src/com/jacob/com/Variant.java:2101
MethodtoScriptObject
I don't know what this is. Is it some legacy (pre 1.8) thing? @deprecated @return this object as a dispatch object by calling toDispatch()
lib/jacob-1.20_src/jacob-1.20/src/com/jacob/com/Variant.java:2138
MethodtoShort
attempts to return the contents of this Variant as a short (after possible conversion) @deprecated callers should use changeType() followed by getSho
lib/jacob-1.20_src/jacob-1.20/src/com/jacob/com/Variant.java:2150
MethodtoString
Another test would be to override this to always return the same name. That would really screw the ROT! @see java.lang.Object#toString()
lib/jacob-1.20_src/jacob-1.20/unittest/com/jacob/com/ROT2Test.java:118
MethodtoString
Standard toString() Warning, this creates new Variant objects! @return String contents of variant
lib/jacob-1.20_src/jacob-1.20/src/com/jacob/com/SafeArray.java:1170
MethodtoString
()
src/pkgBean/GamePointBean.java:21
MethodtoVariant
Exists to support jacobgen. This would be deprecated if it weren't for jacobgen @deprecated superseded by "this" @return this same object
lib/jacob-1.20_src/jacob-1.20/src/com/jacob/com/Variant.java:2209
MethodtoVariantArray
@deprecated superseded by SafeArray @return nothing because this method is not implemented @throws com.jacob.com.NotImplementedException
lib/jacob-1.20_src/jacob-1.20/src/com/jacob/com/Variant.java:2219
MethodwindowActivated
(WindowEvent e)
lib/jacob-1.20_src/jacob-1.20/samples/com/jacob/samples/visio/VisioDemo.java:172
MethodwindowClosed
(WindowEvent e)
lib/jacob-1.20_src/jacob-1.20/samples/com/jacob/samples/visio/VisioDemo.java:175
MethodwindowClosing
(WindowEvent e)
lib/jacob-1.20_src/jacob-1.20/samples/com/jacob/samples/visio/VisioDemo.java:182
MethodwindowDeactivated
(WindowEvent e)
lib/jacob-1.20_src/jacob-1.20/samples/com/jacob/samples/visio/VisioDemo.java:185
MethodwindowDeiconified
(WindowEvent e)
lib/jacob-1.20_src/jacob-1.20/samples/com/jacob/samples/visio/VisioDemo.java:188
MethodwindowIconified
(WindowEvent e)
lib/jacob-1.20_src/jacob-1.20/samples/com/jacob/samples/visio/VisioDemo.java:191
MethodwindowOpened
(WindowEvent e)
lib/jacob-1.20_src/jacob-1.20/samples/com/jacob/samples/visio/VisioDemo.java:195
Method~EventProxy
unhook myself up as a listener and get rid of delegate
lib/jacob-1.20_src/jacob-1.20/jni/EventProxy.cpp:61
← previous1,301–1,322 of 1,322, ranked by callers