Interface ITabFactory

All Known Implementing Classes:
DefaultTabFactory

public interface ITabFactory
An interface for creating Tabs. JTabbedPane uses this interface to create new tabs whenever its new jhromeTab button is pressed. This way you can control what jhromeTab is created.
Author:
andy.edwards
  • Method Details

    • createTab

      Tab createTab()
      Returns:
      a new {IJhromeTab}.
    • createTabWithContent

      Tab createTabWithContent()