Interface UIObjectFactory

All Known Implementing Classes:
BSHUI, UI, UI

public interface UIObjectFactory
Factory interface for instantiating UI objects by class name.
  • Method Summary

    Modifier and Type
    Method
    Description
    Instantiates an object by class name.
  • Method Details

    • newInstance

      Instantiates an object by class name.
      Parameters:
      clazz - the class name to instantiate
      Returns:
      the Object
      Throws:
      Exception - if the class cannot be instantiated