Package jspecview.common
Class PanelNode
java.lang.Object
jspecview.common.PanelNode
-
Field Summary
FieldsModifier and TypeFieldDescriptionboolean
boolean
boolean
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
dispose()
static PanelNode
Returns the tree node that is associated with a panelstatic PanelNode
findNodeById
(String id, Lst<PanelNode> panelNodes) static JDXSource
findSourceByNameOrId
(String id, Lst<PanelNode> panelNodes) static JSVPanel
getLastFileFirstNode
(Lst<PanelNode> panelNodes) static String
getSpectrumListAsString
(Lst<PanelNode> panelNodes) static int
pd()
void
setFrameTitle
(String name) void
setTreeNode
(JSVTreeNode node) toString()
-
Field Details
-
treeNode
-
source
-
fileName
-
jsvp
-
id
-
legend
-
isSelected
public boolean isSelected -
isView
public boolean isView -
isSimulation
public boolean isSimulation -
frameTitle
-
-
Constructor Details
-
PanelNode
-
-
Method Details
-
setTreeNode
-
getTreeNode
-
dispose
public void dispose() -
pd
-
getSpectrum
-
setLegend
-
toString
-
findSourceByNameOrId
-
findNodeById
-
findNode
Returns the tree node that is associated with a panel- Parameters:
jsvp
-panelNodes
-- Returns:
- the tree node that is associated with a panel
-
getSpectrumListAsString
-
isOpen
-
setFrameTitle
-
getLastFileFirstNode
-