Class CacheViewer

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, RootPaneContainer, WindowConstants

public class CacheViewer extends JDialog
This class will provide a visual way of viewing cache.
See Also:
  • Constructor Details

    • CacheViewer

      public CacheViewer(DeploymentConfiguration config)
      Creates a new instance of the cache viewer.
      Parameters:
      config - Deployment configuration file.
  • Method Details

    • showCacheDialog

      public static void showCacheDialog(DeploymentConfiguration config)
      Display the cache viewer.
      Parameters:
      config - Configuration file.
    • isInitialized

      public boolean isInitialized()
      Check whether the dialog has finished being created.
      Returns:
      True if dialog is ready to be displayed.