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