Class CachePane

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class CachePane extends JPanel
See Also:
  • Constructor Details

    • CachePane

      public CachePane(JDialog parent, DeploymentConfiguration config)
      Creates a new instance of the CachePane.
      Parameters:
      parent - The parent dialog that uses this pane.
      config - configuration tobe worked on
  • Method Details

    • generateData

      public static ArrayList<Object[]> generateData()
      This creates the data for the table.
      Returns:
      ArrayList containing an Object array of data for each row in the table.
    • focusOnDefaultButton

      public void focusOnDefaultButton()
      Put focus onto default button.
    • disableButtons

      public void disableButtons()
    • restoreDisabled

      public void restoreDisabled()
    • visualCleanCache

      public static void visualCleanCache(Component parent)