Package | Description |
---|---|
org.hkijena.jipipe.desktop.commons.components.tabs |
Modifier and Type | Method and Description |
---|---|
JIPipeDesktopTabPane.CloseMode |
JIPipeDesktopTabPane.SingletonTab.getCloseMode() |
JIPipeDesktopTabPane.CloseMode |
JIPipeDesktopTabPane.DocumentTab.getCloseMode() |
static JIPipeDesktopTabPane.CloseMode |
JIPipeDesktopTabPane.CloseMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JIPipeDesktopTabPane.CloseMode[] |
JIPipeDesktopTabPane.CloseMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
JIPipeDesktopTabPane.DocumentTab |
JIPipeDesktopTabPane.addTab(String title,
Icon icon,
Component component,
JIPipeDesktopTabPane.CloseMode closeMode)
Adds a new tab
|
JIPipeDesktopTabPane.DocumentTab |
JIPipeDesktopTabPane.addTab(String title,
Icon icon,
Component component,
JIPipeDesktopTabPane.CloseMode closeMode,
boolean allowRename)
Adds a new tab
|
JIPipeDesktopTabPane.SingletonTab |
JIPipeDesktopTabPane.registerSingletonTab(String id,
String title,
Icon icon,
Supplier<Component> componentSupplier,
JIPipeDesktopTabPane.CloseMode closeMode,
JIPipeDesktopTabPane.SingletonTabMode singletonTabMode)
Adds a tab that can be silently closed and brought up again
|
Constructor and Description |
---|
SingletonTab(Icon icon,
JIPipeDesktopTabPane.CloseMode closeMode,
Supplier<Component> contentSupplier,
String title) |
Copyright © 2020–2025 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.