Class TileCacheMonitorTopComponent

java.lang.Object
java.awt.Component
java.awt.Container
javax.swing.JComponent
org.openide.windows.TopComponent
org.esa.snap.rcp.developer.TileCacheMonitorTopComponent
All Implemented Interfaces:
ImageObserver, MenuContainer, Externalizable, Serializable, Accessible, org.openide.util.HelpCtx.Provider, org.openide.util.Lookup.Provider

public class TileCacheMonitorTopComponent extends org.openide.windows.TopComponent
Displays the state of SNAP's global image tile cache.
See Also:
  • Field Details

    • ID

      public static final String ID
  • Constructor Details

    • TileCacheMonitorTopComponent

      public TileCacheMonitorTopComponent()
  • Method Details

    • componentOpened

      public void componentOpened()
      The default implementation does nothing.

      Clients shall not call this method directly.

      Overrides:
      componentOpened in class org.openide.windows.TopComponent
    • componentClosed

      public void componentClosed()
      The default implementation does nothing.

      Clients shall not call this method directly.

      Overrides:
      componentClosed in class org.openide.windows.TopComponent