Class BrowserPanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class BrowserPanel extends JPanel
See Also:
  • Field Details

  • Constructor Details

  • Method Details

    • showPanel

      public void showPanel()
      initializes browserPane when it is shown for the first time when this panel is shown, checks if rebuild needs to be made when: - the engine is dirty - the project was modified (lastModified changed) loads local album when: - is first shown - the project was changed - an online album/website is currently shown
    • openURL

      public void openURL(URL url)
      ensures url gets loaded on EventDispatchThread and checks if album was modified
    • getBrowserPane

      public BrowserPane getBrowserPane()
    • dispose

      public void dispose()
    • reload

      public void reload()
    • isRebuilding

      public boolean isRebuilding()