Package org.sexydock.tabs
Interface ITabbedPaneWindowFactory
public interface ITabbedPaneWindowFactory
The interface for creating
ITabbedPaneWindow
s. JTabbedPane
uses this interface to create a new IJhromeWindow
whenever a jhromeTab is
torn away and needs to be displayed in a new window. This way you can control what window is created.- Author:
- andy.edwards
-
Method Summary
-
Method Details
-
createWindow
ITabbedPaneWindow createWindow()- Returns:
- a new
IJhromeWindow
.
-