Class 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