public interface ContentFactory
Modifier and Type | Interface and Description |
---|---|
static class |
ContentFactory.SERVICE |
Modifier and Type | Method and Description |
---|---|
Content |
createContent(javax.swing.JComponent component,
java.lang.String displayName,
boolean isLockable) |
ContentManager |
createContentManager(boolean canCloseContents,
Project project)
Uses
TabbedPaneContentUI . |
ContentManager |
createContentManager(ContentUI contentUI,
boolean canCloseContents,
Project project) |
Content createContent(javax.swing.JComponent component, java.lang.String displayName, boolean isLockable)
ContentManager createContentManager(ContentUI contentUI, boolean canCloseContents, Project project)
ContentManager createContentManager(boolean canCloseContents, Project project)
TabbedPaneContentUI
.