Package | Description |
---|---|
org.hkijena.jipipe.desktop.app | |
org.hkijena.jipipe.desktop.commons.components.tabs |
Modifier and Type | Method and Description |
---|---|
JIPipeDesktopTabPane.DocumentTab |
JIPipeDesktopProjectWorkbench.getOrOpenPipelineEditorTab(JIPipeProjectCompartment compartment,
boolean switchToTab)
Opens the graph editor for specified compartment
|
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.DocumentTab |
JIPipeDesktopTabPane.DocumentTabComponent.getDocumentTab() |
JIPipeDesktopTabPane.DocumentTab |
JIPipeDesktopTabPane.TabRenamedEvent.getTab() |
JIPipeDesktopTabPane.DocumentTab |
JIPipeDesktopTabPane.getTabContainingContent(Component content)
Returns the tab that contains the specified content
|
JIPipeDesktopTabPane.DocumentTab |
JIPipeDesktopTabPane.getTabContainingTabComponent(Component content)
Returns the tab that contains the specified tab component
|
JIPipeDesktopTabPane.DocumentTab |
JIPipeDesktopTabPane.selectSingletonTab(String id)
Re-opens or selects a singleton tab
|
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.BiMap<String,JIPipeDesktopTabPane.DocumentTab> |
JIPipeDesktopTabPane.getSingletonTabInstances() |
Set<JIPipeDesktopTabPane.DocumentTab> |
JIPipeDesktopTabPane.getTabs() |
List<JIPipeDesktopTabPane.DocumentTab> |
JIPipeDesktopTabPane.getTabsContaining(Class<? extends Component> klass)
Returns all tabs that contain components of provided type or components that inherit from it
|
Modifier and Type | Method and Description |
---|---|
void |
JIPipeDesktopTabPane.closeAllTabsExcept(JIPipeDesktopTabPane.DocumentTab exception,
boolean force)
Closes all tabs except the provided one.
|
void |
JIPipeDesktopTabPane.closeTab(JIPipeDesktopTabPane.DocumentTab tab)
Closes the tab.
|
void |
JIPipeDesktopTabPane.closeTab(JIPipeDesktopTabPane.DocumentTab tab,
boolean force)
Closes a tab.
|
JFrame |
JIPipeDesktopTabPane.detachTab(JComponent parent,
JIPipeDesktopTabPane.DocumentTab tab,
boolean reattachAfterClose)
Detaches a tab
|
void |
JIPipeDesktopTabPane.forceCloseTab(JIPipeDesktopTabPane.DocumentTab tab)
Closes the tab.
|
Component |
JIPipeDesktopTabListCellRenderer.getListCellRendererComponent(JList<? extends JIPipeDesktopTabPane.DocumentTab> list,
JIPipeDesktopTabPane.DocumentTab value,
int index,
boolean isSelected,
boolean cellHasFocus) |
void |
JIPipeDesktopTabPane.DocumentTabComponent.setDocumentTab(JIPipeDesktopTabPane.DocumentTab documentTab) |
void |
JIPipeDesktopTabPane.switchToTab(JIPipeDesktopTabPane.DocumentTab tab)
Switches to the provided tab
|
Modifier and Type | Method and Description |
---|---|
Component |
JIPipeDesktopTabListCellRenderer.getListCellRendererComponent(JList<? extends JIPipeDesktopTabPane.DocumentTab> list,
JIPipeDesktopTabPane.DocumentTab value,
int index,
boolean isSelected,
boolean cellHasFocus) |
Constructor and Description |
---|
TabRenamedEvent(JIPipeDesktopTabPane documentTabPane,
JIPipeDesktopTabPane.DocumentTab tab) |
Copyright © 2020–2025 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.