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