Interface ViewFactory


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

      • getIcon

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

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

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