Modifier and Type | Method and Description |
---|---|
JIPipeDesktopDockPanel.PanelLocation |
ROIManagerPlugin3D.getPanelLocation() |
Modifier and Type | Method and Description |
---|---|
JIPipeDesktopDockPanel.PanelLocation |
FilamentsManagerPlugin2D.getPanelLocation() |
Modifier and Type | Method and Description |
---|---|
JIPipeDesktopDockPanel.PanelLocation |
SpotsManagerPlugin2D.getPanelLocation() |
Modifier and Type | Method and Description |
---|---|
JIPipeDesktopDockPanel.PanelLocation |
TracksManagerPlugin2D.getPanelLocation() |
Modifier and Type | Method and Description |
---|---|
abstract JIPipeDesktopDockPanel.PanelLocation |
JIPipeDesktopLegacyImageViewerPlugin.getPanelLocation() |
Modifier and Type | Method and Description |
---|---|
JIPipeDesktopDockPanel.PanelLocation |
GeneralImageViewerPanelPlugin2D.getPanelLocation() |
Modifier and Type | Method and Description |
---|---|
JIPipeDesktopDockPanel.PanelLocation |
MaskDrawerPlugin2D.getPanelLocation() |
JIPipeDesktopDockPanel.PanelLocation |
MaskDrawer2DTool.getPanelLocation() |
Modifier and Type | Method and Description |
---|---|
JIPipeDesktopDockPanel.PanelLocation |
ROIManagerPlugin2D.getPanelLocation() |
Modifier and Type | Method and Description |
---|---|
JIPipeDesktopDockPanel.PanelLocation |
JIPipeDesktopDockPanel.Panel.getLocation() |
static JIPipeDesktopDockPanel.PanelLocation |
JIPipeDesktopDockPanel.PanelLocation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JIPipeDesktopDockPanel.PanelLocation[] |
JIPipeDesktopDockPanel.PanelLocation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Map<String,JIPipeDesktopDockPanel.PanelLocation> |
JIPipeDesktopDockPanel.State.getLocations() |
Modifier and Type | Method and Description |
---|---|
void |
JIPipeDesktopDockPanel.addDockPanel(String id,
String name,
Icon icon,
JIPipeDesktopDockPanel.PanelLocation location,
boolean visible,
int uiOrder,
JComponent component) |
void |
JIPipeDesktopDockPanel.addDockPanel(String id,
String name,
Icon icon,
JIPipeDesktopDockPanel.PanelLocation location,
boolean visible,
int uiOrder,
Supplier<JComponent> component) |
void |
JIPipeDesktopDockPanel.deactivatePanels(JIPipeDesktopDockPanel.PanelLocation location,
boolean saveState)
Deactivates all panels at a given location
|
String |
JIPipeDesktopDockPanel.getCurrentlyVisiblePanelId(JIPipeDesktopDockPanel.PanelLocation location,
boolean withHidden) |
List<JIPipeDesktopDockPanel.Panel> |
JIPipeDesktopDockPanel.getPanelsAtLocation(JIPipeDesktopDockPanel.PanelLocation location) |
void |
JIPipeDesktopDockPanel.movePanelToLocation(String id,
JIPipeDesktopDockPanel.PanelLocation newLocation,
boolean saveState) |
void |
JIPipeDesktopDockPanel.State.put(String id,
boolean visible,
JIPipeDesktopDockPanel.PanelLocation panelLocation) |
void |
JIPipeDesktopDockPanel.Panel.setLocation(JIPipeDesktopDockPanel.PanelLocation location) |
Modifier and Type | Method and Description |
---|---|
void |
JIPipeDesktopDockPanel.State.setLocations(Map<String,JIPipeDesktopDockPanel.PanelLocation> locations) |
Copyright © 2020–2025 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.