public final class ContentFactoryImpl extends java.lang.Object implements ContentFactory
ContentFactory.SERVICE
Constructor and Description |
---|
ContentFactoryImpl() |
Modifier and Type | Method and Description |
---|---|
ContentImpl |
createContent(javax.swing.JComponent component,
java.lang.String displayName,
boolean isLockable) |
ContentManager |
createContentManager(boolean canCloseContents,
Project project)
Uses
TabbedPaneContentUI . |
ContentManagerImpl |
createContentManager(ContentUI contentUI,
boolean canCloseContents,
Project project) |
public ContentImpl createContent(javax.swing.JComponent component, java.lang.String displayName, boolean isLockable)
createContent
in interface ContentFactory
public ContentManagerImpl createContentManager(ContentUI contentUI, boolean canCloseContents, Project project)
createContentManager
in interface ContentFactory
public ContentManager createContentManager(boolean canCloseContents, Project project)
ContentFactory
TabbedPaneContentUI
.createContentManager
in interface ContentFactory
ContentFactory.createContentManager(ContentUI, boolean, Project)