Package org.jboss.as.cli.gui
Class JConsoleCLIPlugin
- java.lang.Object
-
- com.sun.tools.jconsole.JConsolePlugin
-
- org.jboss.as.cli.gui.JConsoleCLIPlugin
-
public class JConsoleCLIPlugin extends JConsolePlugin
- Author:
- Stan Silvert ssilvert@redhat.com (C) 2012 Red Hat Inc.
-
-
Constructor Summary
Constructors Constructor Description JConsoleCLIPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,JPanel>getTabs()voidinit(CommandContext cmdCtx)SwingWorker<?,?>newSwingWorker()-
Methods inherited from class com.sun.tools.jconsole.JConsolePlugin
addContextPropertyChangeListener, dispose, getContext, removeContextPropertyChangeListener, setContext
-
-
-
-
Method Detail
-
getTabs
public Map<String,JPanel> getTabs()
- Specified by:
getTabsin classJConsolePlugin
-
newSwingWorker
public SwingWorker<?,?> newSwingWorker()
- Specified by:
newSwingWorkerin classJConsolePlugin
-
init
public void init(CommandContext cmdCtx)
-
-