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 ContentFactorypublic ContentManagerImpl createContentManager(ContentUI contentUI, boolean canCloseContents, Project project)
createContentManager in interface ContentFactorypublic ContentManager createContentManager(boolean canCloseContents, Project project)
ContentFactoryTabbedPaneContentUI.createContentManager in interface ContentFactoryContentFactory.createContentManager(ContentUI, boolean, Project)