Package-level declarations
Last update: 16.07.2025Types
| Name | Summary |
|---|---|
| BeanshellUtil | public class BeanshellUtil Utility class to execute any arbitrary Beanshell script from native code and return an object that can be accessed via JNI. |
| LoggerUpdater | public class LoggerUpdater This class is called by the Java logging infrastructure to notify the the C++ logger it update its local logging level. |
| PHXCOMObject | public class PHXCOMObject This is a base class for Java objects that mirror ModelCenter COM objects |
| PHXCOMObjectHolder | public class PHXCOMObjectHolder<T : PHXCOMObject?> |
| PHXEquationParser | public class PHXEquationParser |
| PHXIOConsole | public class PHXIOConsole : ActionListener A utility class for redirecting IO to a window |
| PHXJarLocation | public class PHXJarLocation |
| PHXMCJarLoader | public class PHXMCJarLoader : ClassLoader This class reads a jar file and automatically loads all of its .class files. |
| PHXPlugInLauncher | public class PHXPlugInLauncher Upgraded, thread-safe, etc. |
| PHXReferenceMonitor | public class PHXReferenceMonitor : ActionListener, ListSelectionListener, WindowListener, ItemListener A utility class for showing active COM references from PHXCOMObject |
| PHXURLClassLoader | public class PHXURLClassLoader : URLClassLoader This class added a public method addURL2 that adds a URL to the search path, as well as overrides loadClass to do post-delegation class loading. |
| ValueHolder | public class ValueHolder<T> Object that allows pass-by-reference. |