Class TRADEServiceVis

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, RootPaneContainer, WindowConstants

public class TRADEServiceVis extends JFrame
Generic GUI for any class that offers TRADE services. This uses Java reflection to expose all of the methods available as a TRADE service. Note that all parameter arguments require instantiating the parameter's Object type from a String and the only way to do this is to hand-write each needed type. Add any needed type to the growing if-else statement in MethodCallHelper.callMethod() below.
See Also:
  • Constructor Details

    • TRADEServiceVis

      public TRADEServiceVis(Class clazz, List<String> clazzGroups)