public static class JIPipeDesktopDockPanel.Panel extends Object implements Comparable<JIPipeDesktopDockPanel.Panel>
Modifier and Type | Method and Description |
---|---|
int |
compareTo(JIPipeDesktopDockPanel.Panel panel) |
JComponent |
getComponent() |
<T extends JComponent> |
getComponent(Class<T> klass) |
Supplier<JComponent> |
getComponentSupplier() |
Icon |
getIcon() |
String |
getId() |
JIPipeDesktopDockPanel.PanelLocation |
getLocation() |
String |
getName() |
int |
getUiOrder() |
boolean |
isDisplayed() |
boolean |
isVisible() |
void |
setComponent(JComponent component) |
void |
setComponentSupplier(Supplier<JComponent> componentSupplier) |
void |
setIcon(Icon icon) |
void |
setLocation(JIPipeDesktopDockPanel.PanelLocation location) |
void |
setName(String name) |
void |
setUiOrder(int uiOrder) |
void |
setVisible(boolean visible) |
public Panel(String id)
public int getUiOrder()
public void setUiOrder(int uiOrder)
public JIPipeDesktopDockPanel.PanelLocation getLocation()
public void setLocation(JIPipeDesktopDockPanel.PanelLocation location)
public String getId()
public Icon getIcon()
public void setIcon(Icon icon)
public JComponent getComponent()
public void setComponent(JComponent component)
public String getName()
public void setName(String name)
public boolean isVisible()
public void setVisible(boolean visible)
public boolean isDisplayed()
public Supplier<JComponent> getComponentSupplier()
public void setComponentSupplier(Supplier<JComponent> componentSupplier)
public int compareTo(@NotNull JIPipeDesktopDockPanel.Panel panel)
compareTo
in interface Comparable<JIPipeDesktopDockPanel.Panel>
public <T extends JComponent> T getComponent(Class<T> klass)
Copyright © 2020–2025 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.