Interface ViewFactory


public interface ViewFactory
A factory that creates a view.
  • Method Summary

    Modifier and Type
    Method
    Description
    Creates a view.
    Returns the icon for this factory.
    Returns the title of this factory.
  • Method Details

    • getIcon

      Icon getIcon()
      Returns the icon for this factory.
      Returns:
      the icon for this factory
    • getTitle

      String getTitle()
      Returns the title of this factory.
      Returns:
      the title of this factory
    • createView

      View createView()
      Creates a view.
      Returns:
      the view