public class DataPanelDescriptor extends Object implements Serializable, Cloneable
PanelManager.| Constructor and Description |
|---|
DataPanelDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
DataPanelDescriptor |
clone() |
static DataPanelDescriptor |
get(JComponent component) |
HashMap<String,Serializable> |
getData() |
boolean |
isOpen() |
void |
setData(HashMap<String,Serializable> data) |
void |
setOpen(boolean open) |
public boolean isOpen()
public void setOpen(boolean open)
public HashMap<String,Serializable> getData()
public void setData(HashMap<String,Serializable> data)
public DataPanelDescriptor clone()
public static DataPanelDescriptor get(JComponent component)
Copyright © 2023 LSST. All rights reserved.