public class CliGuiContext extends Object
Modifier and Type | Method and Description |
---|---|
CommandLine |
getCommandLine()
Get the main command line.
|
CommandContext |
getCommmandContext()
Get the command context.
|
CommandExecutor |
getExecutor()
Get the command executor.
|
JPanel |
getMainPanel()
Get the main panel for CLI GUI.
|
Window |
getMainWindow()
Get the singleton JFrame instance for the GUI
|
CLIOutput |
getOutput()
Get the output component.
|
JTabbedPane |
getTabs()
Get the tabbed pane containing the Command Builder and Output tabs
|
boolean |
isStandalone()
Find if we are connected to a standalone AS instances
or a domain controller.
|
public boolean isStandalone()
public CLIOutput getOutput()
public CommandContext getCommmandContext()
public JTabbedPane getTabs()
public JPanel getMainPanel()
public Window getMainWindow()
public CommandLine getCommandLine()
public CommandExecutor getExecutor()
Copyright © 2023 JBoss by Red Hat. All rights reserved.