Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HelloBush/Java_MHXYdemo
/ functions
Functions
1,322 in github.com/HelloBush/Java_MHXYdemo
⨍
Functions
1,322
◇
Types & classes
128
Method
toDispatch
@return Dispatch the dispatch retrieved from the stream
lib/jacob-1.20_src/jacob-1.20/src/com/jacob/com/DispatchProxy.java:50
Method
toDouble
@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
Method
toError
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
Method
toFloat
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
Method
toInt
@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
Method
toJavaDate
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
Method
toObject
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
Method
toScriptObject
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
Method
toShort
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
Method
toString
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
Method
toString
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
Method
toString
()
src/pkgBean/GamePointBean.java:21
Method
toVariant
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
Method
toVariantArray
@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
Method
windowActivated
(WindowEvent e)
lib/jacob-1.20_src/jacob-1.20/samples/com/jacob/samples/visio/VisioDemo.java:172
Method
windowClosed
(WindowEvent e)
lib/jacob-1.20_src/jacob-1.20/samples/com/jacob/samples/visio/VisioDemo.java:175
Method
windowClosing
(WindowEvent e)
lib/jacob-1.20_src/jacob-1.20/samples/com/jacob/samples/visio/VisioDemo.java:182
Method
windowDeactivated
(WindowEvent e)
lib/jacob-1.20_src/jacob-1.20/samples/com/jacob/samples/visio/VisioDemo.java:185
Method
windowDeiconified
(WindowEvent e)
lib/jacob-1.20_src/jacob-1.20/samples/com/jacob/samples/visio/VisioDemo.java:188
Method
windowIconified
(WindowEvent e)
lib/jacob-1.20_src/jacob-1.20/samples/com/jacob/samples/visio/VisioDemo.java:191
Method
windowOpened
(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
← previous
1,301–1,322 of 1,322, ranked by callers