Class AbstractAssertionGui

    • Constructor Detail

      • AbstractAssertionGui

        public AbstractAssertionGui()
    • Method Detail

      • getMenuCategories

        public Collection<String> getMenuCategories()
        This is the list of menu categories this gui component will be available under. This implementation returns MenuFactory.ASSERTIONS, which is appropriate for most assertion components.
        Returns:
        a Collection of Strings, where each element is one of the constants defined in MenuFactory
        See Also:
        MenuFactory