#include <RawComponent.h>
Public Member Functions | |
RawComponent () | |
STDMETHODIMP | Initialize (struct IMgaProject *) |
STDMETHODIMP | Invoke (IMgaProject *gme, IMgaFCOs *models, long param) |
STDMETHODIMP | InvokeEx (IMgaProject *project, IMgaFCO *currentobj, IMgaFCOs *selectedobjs, long param) |
STDMETHODIMP | ObjectsInvokeEx (IMgaProject *project, IMgaObject *currentobj, IMgaObjects *selectedobjs, long param) |
STDMETHODIMP | get_ComponentParameter (BSTR name, VARIANT *pVal) |
STDMETHODIMP | put_ComponentParameter (BSTR name, VARIANT newVal) |
RawComponent () | |
~RawComponent () | |
STDMETHODIMP | Initialize (struct IMgaProject *) |
STDMETHODIMP | Invoke (IMgaProject *gme, IMgaFCOs *models, long param) |
STDMETHODIMP | InvokeEx (IMgaProject *project, IMgaFCO *currentobj, IMgaFCOs *selectedobjs, long param) |
STDMETHODIMP | ObjectsInvokeEx (IMgaProject *project, IMgaObject *currentobj, IMgaObjects *selectedobjs, long param) |
STDMETHODIMP | get_ComponentParameter (BSTR name, VARIANT *pVal) |
STDMETHODIMP | put_ComponentParameter (BSTR name, VARIANT newVal) |
RawComponent () | |
STDMETHODIMP | Initialize (struct IMgaProject *) |
STDMETHODIMP | Invoke (IMgaProject *gme, IMgaFCOs *models, long param) |
STDMETHODIMP | InvokeEx (IMgaProject *project, IMgaFCO *currentobj, IMgaFCOs *selectedobjs, long param) |
STDMETHODIMP | ObjectsInvokeEx (IMgaProject *project, IMgaObject *currentobj, IMgaObjects *selectedobjs, long param) |
STDMETHODIMP | get_ComponentParameter (BSTR name, VARIANT *pVal) |
STDMETHODIMP | put_ComponentParameter (BSTR name, VARIANT newVal) |
RawComponent () | |
STDMETHODIMP | Initialize (struct IMgaProject *) |
STDMETHODIMP | Invoke (IMgaProject *gme, IMgaFCOs *models, long param) |
STDMETHODIMP | InvokeEx (IMgaProject *project, IMgaFCO *currentobj, IMgaFCOs *selectedobjs, long param) |
STDMETHODIMP | ObjectsInvokeEx (IMgaProject *project, IMgaObject *currentobj, IMgaObjects *selectedobjs, long param) |
STDMETHODIMP | get_ComponentParameter (BSTR name, VARIANT *pVal) |
STDMETHODIMP | put_ComponentParameter (BSTR name, VARIANT newVal) |
Public Attributes | |
bool | interactive |
Protected Member Functions | |
void | getJvmDllPath () |
void | loadJavaVM () |
void | unloadJavaVM () |
Protected Attributes | |
HMODULE | m_javaVMDll |
P_JNI_CreateJavaVM | m_createJavaVM |
P_JNI_GetCreatedJavaVMs | m_getCreatedJavaVMs |
JNIEnv * | m_env |
JavaVM * | m_jvm |
std::string | m_javaClassPath |
std::string | m_javaClass |
Friends | |
class | CJavaCompFactory |
Definition at line 14 of file SDK/BON/Wizard/Templates/1033/RawComponent.h.
RawComponent::RawComponent | ( | ) | [inline] |
Definition at line 18 of file SDK/BON/Wizard/Templates/1033/RawComponent.h.
RawComponent::RawComponent | ( | ) |
RawComponent::~RawComponent | ( | ) |
Definition at line 23 of file SDK/Java/native/JavaCompRunner/RawComponent.cpp.
RawComponent::RawComponent | ( | ) | [inline] |
Definition at line 18 of file Tools/AutoLayout/RawComponent.h.
RawComponent::RawComponent | ( | ) | [inline] |
Definition at line 19 of file Tools/TableEditor/RawComponent.h.
STDMETHODIMP RawComponent::get_ComponentParameter | ( | BSTR | name, | |
VARIANT * | pVal | |||
) |
STDMETHODIMP RawComponent::get_ComponentParameter | ( | BSTR | name, | |
VARIANT * | pVal | |||
) |
STDMETHODIMP RawComponent::get_ComponentParameter | ( | BSTR | name, | |
VARIANT * | pVal | |||
) |
STDMETHODIMP RawComponent::get_ComponentParameter | ( | BSTR | name, | |
VARIANT * | pVal | |||
) |
Definition at line 88 of file SDK/BON/Wizard/Templates/1033/RawComponent.cpp.
void RawComponent::getJvmDllPath | ( | ) | [protected] |
STDMETHODIMP RawComponent::Initialize | ( | struct IMgaProject * | ) |
STDMETHODIMP RawComponent::Initialize | ( | struct IMgaProject * | ) |
STDMETHODIMP RawComponent::Initialize | ( | struct IMgaProject * | ) |
STDMETHODIMP RawComponent::Initialize | ( | struct IMgaProject * | ) |
Definition at line 35 of file SDK/BON/Wizard/Templates/1033/RawComponent.cpp.
STDMETHODIMP RawComponent::Invoke | ( | IMgaProject * | gme, | |
IMgaFCOs * | models, | |||
long | param | |||
) |
STDMETHODIMP RawComponent::Invoke | ( | IMgaProject * | gme, | |
IMgaFCOs * | models, | |||
long | param | |||
) |
STDMETHODIMP RawComponent::Invoke | ( | IMgaProject * | gme, | |
IMgaFCOs * | models, | |||
long | param | |||
) |
STDMETHODIMP RawComponent::Invoke | ( | IMgaProject * | gme, | |
IMgaFCOs * | models, | |||
long | param | |||
) |
Definition at line 41 of file SDK/BON/Wizard/Templates/1033/RawComponent.cpp.
STDMETHODIMP RawComponent::InvokeEx | ( | IMgaProject * | project, | |
IMgaFCO * | currentobj, | |||
IMgaFCOs * | selectedobjs, | |||
long | param | |||
) |
STDMETHODIMP RawComponent::InvokeEx | ( | IMgaProject * | project, | |
IMgaFCO * | currentobj, | |||
IMgaFCOs * | selectedobjs, | |||
long | param | |||
) |
STDMETHODIMP RawComponent::InvokeEx | ( | IMgaProject * | project, | |
IMgaFCO * | currentobj, | |||
IMgaFCOs * | selectedobjs, | |||
long | param | |||
) |
STDMETHODIMP RawComponent::InvokeEx | ( | IMgaProject * | project, | |
IMgaFCO * | currentobj, | |||
IMgaFCOs * | selectedobjs, | |||
long | param | |||
) |
Definition at line 57 of file SDK/BON/Wizard/Templates/1033/RawComponent.cpp.
void RawComponent::loadJavaVM | ( | ) | [protected] |
Definition at line 28 of file SDK/Java/native/JavaCompRunner/RawComponent.cpp.
STDMETHODIMP RawComponent::ObjectsInvokeEx | ( | IMgaProject * | project, | |
IMgaObject * | currentobj, | |||
IMgaObjects * | selectedobjs, | |||
long | param | |||
) |
STDMETHODIMP RawComponent::ObjectsInvokeEx | ( | IMgaProject * | project, | |
IMgaObject * | currentobj, | |||
IMgaObjects * | selectedobjs, | |||
long | param | |||
) |
STDMETHODIMP RawComponent::ObjectsInvokeEx | ( | IMgaProject * | project, | |
IMgaObject * | currentobj, | |||
IMgaObjects * | selectedobjs, | |||
long | param | |||
) |
STDMETHODIMP RawComponent::ObjectsInvokeEx | ( | IMgaProject * | project, | |
IMgaObject * | currentobj, | |||
IMgaObjects * | selectedobjs, | |||
long | param | |||
) |
Definition at line 79 of file SDK/BON/Wizard/Templates/1033/RawComponent.cpp.
STDMETHODIMP RawComponent::put_ComponentParameter | ( | BSTR | name, | |
VARIANT | newVal | |||
) |
STDMETHODIMP RawComponent::put_ComponentParameter | ( | BSTR | name, | |
VARIANT | newVal | |||
) |
STDMETHODIMP RawComponent::put_ComponentParameter | ( | BSTR | name, | |
VARIANT | newVal | |||
) |
STDMETHODIMP RawComponent::put_ComponentParameter | ( | BSTR | name, | |
VARIANT | newVal | |||
) |
Definition at line 92 of file SDK/BON/Wizard/Templates/1033/RawComponent.cpp.
void RawComponent::unloadJavaVM | ( | ) | [protected] |
Definition at line 177 of file SDK/Java/native/JavaCompRunner/RawComponent.cpp.
friend class CJavaCompFactory [friend] |
Definition at line 60 of file SDK/Java/native/JavaCompRunner/RawComponent.h.
Definition at line 29 of file SDK/BON/Wizard/Templates/1033/RawComponent.h.
P_JNI_CreateJavaVM RawComponent::m_createJavaVM [protected] |
Definition at line 51 of file SDK/Java/native/JavaCompRunner/RawComponent.h.
JNIEnv* RawComponent::m_env [protected] |
Definition at line 54 of file SDK/Java/native/JavaCompRunner/RawComponent.h.
P_JNI_GetCreatedJavaVMs RawComponent::m_getCreatedJavaVMs [protected] |
Definition at line 52 of file SDK/Java/native/JavaCompRunner/RawComponent.h.
std::string RawComponent::m_javaClass [protected] |
Definition at line 58 of file SDK/Java/native/JavaCompRunner/RawComponent.h.
std::string RawComponent::m_javaClassPath [protected] |
Definition at line 57 of file SDK/Java/native/JavaCompRunner/RawComponent.h.
HMODULE RawComponent::m_javaVMDll [protected] |
Definition at line 50 of file SDK/Java/native/JavaCompRunner/RawComponent.h.
JavaVM* RawComponent::m_jvm [protected] |
Definition at line 55 of file SDK/Java/native/JavaCompRunner/RawComponent.h.