Class ClientGuiJConsolePlugin


  • public class ClientGuiJConsolePlugin
    extends com.sun.tools.jconsole.JConsolePlugin
    Adapts the ClientGui to the JConsolePlugin API.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Map<java.lang.String,​javax.swing.JPanel> getTabs()  
      javax.swing.SwingWorker<?,​?> newSwingWorker()  
      • Methods inherited from class com.sun.tools.jconsole.JConsolePlugin

        addContextPropertyChangeListener, dispose, getContext, removeContextPropertyChangeListener, setContext
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ClientGuiJConsolePlugin

        public ClientGuiJConsolePlugin()
    • Method Detail

      • getTabs

        public java.util.Map<java.lang.String,​javax.swing.JPanel> getTabs()
        Specified by:
        getTabs in class com.sun.tools.jconsole.JConsolePlugin
      • newSwingWorker

        public javax.swing.SwingWorker<?,​?> newSwingWorker()
        Specified by:
        newSwingWorker in class com.sun.tools.jconsole.JConsolePlugin