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