java.lang.Object
java.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
is.codion.swing.framework.server.monitor.ui.EntityServerMonitorPanel
All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public final class EntityServerMonitorPanel extends JPanel
A UI based on the EntityServerMonitor model
See Also:
  • Constructor Details

    • EntityServerMonitorPanel

      public EntityServerMonitorPanel() throws RemoteException
      Instantiates a new EntityServerMonitorPanel
      Throws:
      RemoteException - in case of an exception
    • EntityServerMonitorPanel

      public EntityServerMonitorPanel(EntityServerMonitor model) throws RemoteException
      Instantiates a new EntityServerMonitorPanel
      Parameters:
      model - the EntityServerMonitor to base this panel on
      Throws:
      RemoteException - in case of an exception
  • Method Details

    • model

      public EntityServerMonitor model()
    • alwaysOnTop

      public State alwaysOnTop()
      Returns:
      a State controlling the alwaysOnTop state of this panels parent window
    • runJConsole

      public void runJConsole() throws IOException
      Throws:
      IOException
    • setJDKDir

      public void setJDKDir()
    • refresh

      public void refresh() throws RemoteException
      Throws:
      RemoteException
    • showFrame

      public void showFrame()
    • setJDKDir

      public static void setJDKDir(JComponent dialogParent)
    • main

      public static void main(String[] arguments)