Package | Description |
---|---|
org.jboss.as.cli.gui | |
org.jboss.as.cli.gui.metacommand |
Modifier and Type | Method and Description |
---|---|
ManagementModelNode |
ManagementModelNode.clone()
Clone as a root node
|
ManagementModelNode |
ManagementModel.findNode(String address)
Find a node in the tree.
|
ManagementModelNode |
ManagementModel.getSelectedNode()
Get the node that has been selected by the user, or null if
nothing is selected.
|
Modifier and Type | Method and Description |
---|---|
void |
GraphingMenu.show(ManagementModelNode node,
int x,
int y)
Show the OperationMenu based on the selected node.
|
void |
OperationMenu.show(ManagementModelNode node,
int x,
int y)
Show the OperationMenu based on the selected node.
|
Constructor and Description |
---|
ManagementModel(ManagementModelNode root,
CliGuiContext cliGuiCtx) |
OperationDialog(CliGuiContext cliGuiCtx,
ManagementModelNode node,
String opName,
String strDescription,
org.jboss.dmr.ModelNode requestProperties) |
Modifier and Type | Method and Description |
---|---|
ManagementModelNode |
ExploreNodeAction.getSelectedNode() |
Copyright © 2023 JBoss by Red Hat. All rights reserved.