Uses of Class
jspecview.common.PanelNode
Packages that use PanelNode
Package
Description
-
Uses of PanelNode in jspecview.api
Methods in jspecview.api that return PanelNodeMethods in jspecview.api with parameters of type PanelNodeModifier and TypeMethodDescriptionvoid
void
ScriptInterface.siSetMenuEnables
(PanelNode node, boolean isSplit) Method parameters in jspecview.api with type arguments of type PanelNodeModifier and TypeMethodDescriptionvoid
JSVMainPanel.setSelectedPanel
(JSViewer viewer, JSVPanel jsvp, Lst<PanelNode> panelNodes) -
Uses of PanelNode in jspecview.app
Methods in jspecview.app with parameters of type PanelNodeModifier and TypeMethodDescriptionvoid
void
JSVApp.siSetMenuEnables
(PanelNode node, boolean isSplit) -
Uses of PanelNode in jspecview.application
Fields in jspecview.application declared as PanelNodeMethods in jspecview.application that return PanelNodeMethods in jspecview.application with parameters of type PanelNodeModifier and TypeMethodDescriptionvoid
ApplicationMenu.setMenuEnables
(PanelNode node) void
MainFrame.setMenuEnables
(PanelNode node, boolean isSplit) void
void
JSpecView.siSetMenuEnables
(PanelNode node, boolean isSplit) Constructors in jspecview.application with parameters of type PanelNode -
Uses of PanelNode in jspecview.common
Fields in jspecview.common with type parameters of type PanelNodeMethods in jspecview.common that return PanelNodeModifier and TypeMethodDescriptionstatic PanelNode
Returns the tree node that is associated with a panelstatic PanelNode
PanelNode.findNodeById
(String id, Lst<PanelNode> panelNodes) JSViewer.selectFrameNode
(JSVPanel jsvp) Methods in jspecview.common with parameters of type PanelNodeMethod parameters in jspecview.common with type arguments of type PanelNodeModifier and TypeMethodDescriptionstatic PanelNode
Returns the tree node that is associated with a panelstatic PanelNode
PanelNode.findNodeById
(String id, Lst<PanelNode> panelNodes) static JDXSource
PanelNode.findSourceByNameOrId
(String id, Lst<PanelNode> panelNodes) static JSVPanel
PanelNode.getLastFileFirstNode
(Lst<PanelNode> panelNodes) static String
PanelNode.getSpectrumListAsString
(Lst<PanelNode> panelNodes) static int
int
JSViewer.selectPanel
(JSVPanel jsvp, Lst<PanelNode> panelNodes) -
Uses of PanelNode in jspecview.java
Method parameters in jspecview.java with type arguments of type PanelNodeModifier and TypeMethodDescriptionvoid
AwtMainPanel.setSelectedPanel
(JSViewer viewer, JSVPanel jsvp, Lst<PanelNode> panelNodes) -
Uses of PanelNode in jspecview.js2d
Method parameters in jspecview.js2d with type arguments of type PanelNodeModifier and TypeMethodDescriptionvoid
JsMainPanel.setSelectedPanel
(JSViewer viewer, JSVPanel jsvp, Lst<PanelNode> panelNodes) -
Uses of PanelNode in jspecview.tree
Fields in jspecview.tree declared as PanelNodeMethods in jspecview.tree that return PanelNodeConstructors in jspecview.tree with parameters of type PanelNode